PDA

View Full Version : swf doesn't appear until fully loaded


crowley
09-05-2009, 09:18 PM
Hi,
I have a problem with my swf file. I have a preloader on the same stage as the whole movie and I just want this movie to start playing immediately after entering the page. I thought it should be set by default and I have no idea why it doesn't work like that. When I "test movie" in flesh, also with download preview, everything seems to go well. I have no possiblity to check if it works after publishing on my localhost, because it just load too fast, but after uploading to diffrent server and trying to open the page it just waits until movie is fully loaded and then play it. Do you have any idea how to get rid of this "waiting"?
P.S.I've found on googlethe same topic, but it doesn't answer my question. Neither do others.
Link to my page is www.onyx.netserwer.pl

anilkamal
09-06-2009, 08:46 AM
Hi,

Please do not use the preloader on the same stage. Rather, Create a new enter.fla file and add preloader on there. Start your preloader counting bytes when this file loaded successfully then load your desire file with new preloader. You have to contain two preloader in enter.fla file.
Actual, your are loading movie and till the file is not downloaded completely,it can not display its contents. The enter.fla file would be light in wait bytes and load sudden. Then preloader would display for your desired file to be loaded.

thanks
anil kumar panchal

crowley
09-06-2009, 11:52 AM
hm. yeah. I know that actually and I think I will have to do that this way. But doesn't it wierd? I had this page on the other server before and I thought everything was fine. Is it really like that? Files cannot display its content until fully loaded, for sure?
Anyway. Thanks for your reply.