Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
kevinkallsen #1
Databasing Flash Movies
Okay, I want to take my flash knowledge up a few notches. I currently have a
web application written in coldfusion. The end user wants to be able to take
video and upload it to the server in flash (flv).
This is not a problem to do manually. I have no problem opening flash 8 and
importing a video ? creating a skin ? uploading to the server ? copying the
<object> to my .cfm pages. Works great.
My question is: how do I store this info in a mysql database so that the flash
will retrieve the latest video that has been updated. Or the end user can
choice from any of the videos in the docs/flash folder to view.
Do I create a database that holds the <object>? Do I create on flash swf that
can query the database? I really have no idea about the best practice for
video database storage??
Help
Kevin
kevinkallsen Guest
-
DISAPPEARING FLASH MOVIES
I try to browse to a site that has flash content embedded. For a moment you can see the flash movie, then Internet Explorer erases it/makes it... -
CFM and Flash movies
I have seen messages on this forum that have been close to what I would like to ask, but need to ask specifically about creating a Flash movie and... -
EMBEDDING FLASH MOVIES INTO FLASH FORMS
Is there a way? EMBEDDING FLASH MOVIES INTO FLASH FORMS -
flash and movies
I need your help to check this site out http://www.sasakifujika.net you can find and swf header at the top, click and choose 'media \ cool stuff'... -
Help finding and databasing similar patterns
I have several HTML files saved in HTML form in a field called HTMLSTORAGE in a Filemaker database. Each HTML page has several http:// links in... -
Motion Maker #2
Re: Databasing Flash Movies
You store just the filenames of the movies, jpegs, flvs in the database. You
store the content on the server in their native file formats. Then query the
database and show a list of the found filename in Flash say in a list or
combobox component. The let the user select from your UI and then load the
asset using loadMovie, MovieClipLoader or the FLVPlayback component.
If there is not much more information other than the name of the file, you
might want to look at the particular scripting language and simply let it
return a list of file names.
But if you have more complex needs such as different folders for each user,
descriptions of the files and so on, then the database is a good way to go.
--
Lon Hosford
[url]www.lonhosford.com[/url]
May many happy bits flow your way!
"kevinkallsen" <webforumsuser@macromedia.com> wrote in message
news:do6h5g$dg1$1@forums.macromedia.com...
Okay, I want to take my flash knowledge up a few notches. I currently have
a
web application written in coldfusion. The end user wants to be able to
take
video and upload it to the server in flash (flv).
This is not a problem to do manually. I have no problem opening flash 8
and
importing a video ? creating a skin ? uploading to the server ? copying the
<object> to my .cfm pages. Works great.
My question is: how do I store this info in a mysql database so that the
flash
will retrieve the latest video that has been updated. Or the end user can
choice from any of the videos in the docs/flash folder to view.
Do I create a database that holds the <object>? Do I create on flash swf
that
can query the database? I really have no idea about the best practice for
video database storage??
Help
Kevin
Motion Maker Guest
-
kevinkallsen #3
databasing flash movies
This probably is not the standard topic here. But I am looking for some help
in what is the best technique for databasing my flash moives and then having a
single skin play the movies from the database. Any suggestions?
kevinkallsen Guest



Reply With Quote

