Hi to all of you, good people!
I was searching the forum for answers, but I didn't find right one. So, please help.
I'm using Flash CS4, actionscript 2.0, converting it to .exe file with Northcode SWF Studio 3.6.
I'm trying to create CD menu which contains few different file formats. I managed to create all of menu items (buttons for .PPS, .DOC, .PDF files) and it runs files perfectly, but when other people tried it I realized that I need to put some limitations (like double click on buttons, because if you double click .PPS button which runs PPS presentation of 18MB size, it will run it twice, and it needs 5-10 sec to run, depending on computer speed).
I made it to wait for few seconds, but if file is loading longer time than I have disabled buttons for, it looks stupid and confusing for people who don't know a lot about computers and don't realize they need to wait some time (and CD is intended for this kind of people

.
So, I'm wandering is there any way for flash to wait until external (non flash) file loads and to show loading status bar?
http://www.actionscript.org/forums/i...cons/icon5.gif
Thanks for any help!