PDA

View Full Version : tranferring data loading bar


stathis30_2000
04-01-2007, 01:22 PM
Hi all !

I am developing an application where a user can load and play small swf games. The games are shown in a list and then the user chooses one and loads it. Is there a way to put a loading bar for the time that the game is loading?? I have only 256kbps upload channel and some games take some time to load...

Thanks

notzippy
04-02-2007, 05:43 AM
Are you loading the "game" using "import" ? or are you navigating to a new page ? If you navigate you can make use of the "splash". With the import Im not sure what you can do (unless you want to play around with proxying the requests on the server..)

stathis30_2000
04-02-2007, 11:30 AM
Thank you very much for your reply! I am using the new dhtml runtime.
I am loading the game using a <html> element with the following method :
htmlbrowser.setAttribute('src',game_path).

Any ideas?