i m still new in this actionscript thingy. i know how to load external .swf file from the same folder to flash when it is call by using loadMovieNum. but problem is now i trying to create one application is like combination of "flash + asp + microsoft access." i know how to assign url to button in flash and sent text data from a dynamic text to asp then it will store in database. but i don't know how to retrieve .swf file from database to my application. is it still the same way? by using the same method because i need to search the .swf inside the database... i hope what i trying to ask is understandable....
tp010383 ha scritto: [quoted text, click to view] > i m still new in this actionscript thingy. i know how to load external .swf > file from the same folder to flash when it is call by using loadMovieNum. but > problem is now i trying to create one application is like combination of "flash > + asp + microsoft access." i know how to assign url to button in flash and sent > text data from a dynamic text to asp then it will store in database. but i > don't know how to retrieve .swf file from database to my application. is it > still the same way? by using the same method because i need to search the .swf > inside the database... i hope what i trying to ask is understandable.... >
hi using loadVars you can do that if you are storing the names of swf files in you access database write a query to search the swf files names from the database and print the results in an asp, name value pair, [something like fileName=001.swf,002swf,003wf] using loadVars load the asp page, read the variables once you got the variable inside flash, play around with them, like converts the values got from the asp (001.swf,002swf,003wf) into an array load the swf in which ever way you want try that, please reply back either it works or not tomeanand
Don't see what you're looking for? Try a search.
|