Forums
This topic is locked
Flash movies from a db - [ASP] dynamically...???
Posted 16 Feb 2002 16:38:45
1
has voted
16 Feb 2002 16:38:45 ben tilford posted:
Hi all...is it possible to display an .swf [flash movie] dynamically through a database [ASP]...?
Cheerio,
ZERO
HERO
<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Edited by - zerohero on 16 Feb 2002 21:00:58
Replies
Replied 18 Feb 2002 22:24:54
18 Feb 2002 22:24:54 Dennis van Galen replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi all...
is it possible to display an .swf [flash movie] dynamically through a database [ASP]...?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hey Zero,
in short - Yes.
To explain more...Treat flash movies as if they were images, you can show dynamic images by drawing the path's from a dbase, why not do the same with flashy movies ?
Just store the .swf files in one folder, something like host/domain/site/flash/ <- movies in this flash folder.
Then on the page you want the dynamic flash, insert a flash movie, do the size setting thingies, then click on the small folder next to the location and switch from path to a dynamic path from your dbase so that it becomes:
flash/<%=(rsQueryFlash.Fields.Item("MovieName".Value)%>.swf
Those would read something like:
movie1
movie2
etc
etc
In short...Yes, it's very possible, Macromedia uses it VERY much on their website <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
With kind regards,
Dennis van Galen
Webmaster KPN Nederland
Financial and Information Services
(NOTE TO SELF: Dynamic Flash is when you use .asp inside Flash, but you allready knew that)
Edited by - djvgalen on 18 Feb 2002 22:28:42
Hi all...
is it possible to display an .swf [flash movie] dynamically through a database [ASP]...?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hey Zero,
in short - Yes.
To explain more...Treat flash movies as if they were images, you can show dynamic images by drawing the path's from a dbase, why not do the same with flashy movies ?
Just store the .swf files in one folder, something like host/domain/site/flash/ <- movies in this flash folder.
Then on the page you want the dynamic flash, insert a flash movie, do the size setting thingies, then click on the small folder next to the location and switch from path to a dynamic path from your dbase so that it becomes:
flash/<%=(rsQueryFlash.Fields.Item("MovieName".Value)%>.swf
Those would read something like:
movie1
movie2
etc
etc
In short...Yes, it's very possible, Macromedia uses it VERY much on their website <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
With kind regards,
Dennis van Galen
Webmaster KPN Nederland
Financial and Information Services
(NOTE TO SELF: Dynamic Flash is when you use .asp inside Flash, but you allready knew that)
Edited by - djvgalen on 18 Feb 2002 22:28:42
Replied 19 Feb 2002 12:16:32
19 Feb 2002 12:16:32 ben tilford replied:
i wondered if you could do it like that...but didn't have the time to try it...not lazy...just wanted to know if someone knew how to do it... ;]
deadline is gone now...but i will bare it in mind...
Cheers...
ZERO
HERO
deadline is gone now...but i will bare it in mind...
Cheers...
ZERO
HERO