mikemardon
Programmer
Hi There
I have created a .net web service which returns swf files in binary format when called from actionscript (2.0), is it possible to somehow stream the binary back to a movieclip in actionscript so I can save it and use loadmovie to add it to the stage?
The reason for doing it this way rather than just returning the URL is I need the swf files to be available offline if the movie is unable to connect to the internet.
I noticed there is a FileStream object in flash - could I maybe use this?
Thanks!
I have created a .net web service which returns swf files in binary format when called from actionscript (2.0), is it possible to somehow stream the binary back to a movieclip in actionscript so I can save it and use loadmovie to add it to the stage?
The reason for doing it this way rather than just returning the URL is I need the swf files to be available offline if the movie is unable to connect to the internet.
I noticed there is a FileStream object in flash - could I maybe use this?
Thanks!