Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
tp010383 #1
how to retrieve swf file from database?
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 Guest
-
unable to retrieve or display images from sql database
Using Dreamweaver 8 and connecting to an Sql Server 2000 i am not able to display image files from the sql table. the other fields in the table are... -
retrieve sql from database
Our organization has alot of SQL, and we prefer to be able to store our application SQL in a DB; we find it easier to maintain that way. What I... -
Two Function Calls to a Database to Retrieve the UniqueID of Inserted Records
Hi guys, I got the error message on Option 2 query as show. Actually, this code is from Inside ColdFusion MX boook. I just would like to know is... -
store and retrieve flash in and from database
Hi all, i stored an uploaded flash-file in a MS-SQL database. Now i want to retrieve this file from my database in ASP.NET, but I don't know how to... -
Retrieve n records from database
I came across a tutorial about a year ago that explained the answer I seek. Now, however, I cannot find the answer anywhere. I have a flash movie... -
bitsurs #2
Re: how to retrieve swf file from database?
tp010383 ha scritto:
> 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....
>
use BLOB data in your database for any binary data storage you need.
bitsurs Guest
-
tomeanand@hotmail.com #3
Re: how to retrieve swf file from database?
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
tomeanand@hotmail.com Guest



Reply With Quote

