Dynamic population of SWFs with information from databases and other sources is best done by FlashRemoting, something native to ColdFusion CFCs. Use CFDirectory to compile the list of available FLVs, FlashRemoting to send that list to your SWF and ActionScript within your SWF to populate a listbox / combobox with the selections.
Kind regards, Martyn -----Original Message----- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 8:46 AM To: CF-Talk Subject: Re: Queue Flash videos I've only seen this done using Actionscript by calling an xml file. Since you need it to be dynamic, use CF to write a new xml file everytime you update the video to be played. I'm by know means an Acript script expert, but I read this is one of the best ways to manage dynamic video content. This link might help. You'd want to ask on an Actionscript forum how to alter the actionscript from starting each video by the user clicking on a selection to just playing through the videos in your list. http://www.adobe.com/devnet/flash/articles/video_player.html D >I'm looking for a way to create a list of flv files stored on a flash >media server and play them back to back without having to select the >next video. The list has to be dynamic so I can't just create a list in >a swf file and play it back. I've found an example for doing this on >the client's browser side by downloading the files and playing them in >the flash player by using the flash / javascript gateway that >macromedia created. Does anyone know if there is a function in the >gateway that does streaming files or another way to do this using >coldfusion and javascript? > >Ben Higgins >Systems Administrator >Kaleida Systems Inc. >www.kaleidasystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256021 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

