Groups | Blog | Home
all groups > flash data integration > october 2005 >

flash data integration : how to retrieve swf file from database?


tp010383
10/11/2005 12:00:00 AM
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....
bitsurs
10/13/2005 1:38:24 PM
tp010383 ha scritto:
[quoted text, click to view]


tomeanand NO[at]SPAM hotmail.com
10/14/2005 12:00:00 AM
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
AddThis Social Bookmark Button