|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I am working now with Flash, but I am rather beginner. I made a streaming flash movie (SWF) which imports an FLV file and plays in Flash for the visitor. But I have a lot of video files, and it has no sense to edit and publish all of them. That's why, my goal is to prepare only one SWF file which will load different videos depending on the parameters I give it for the PHP file that calls him. E.g.: videoframe.php?filename=01_first_streaming_video.f lv The problem is, that I cannot load the value of "filename" into the movie, and I do not know how to use it. Please help me how can I use the "filename" variable in ActionScript and how can I set the "url" value of the Media dynamically. Thanks for your help, László (Hungary) |
|
#2
|
|||
|
|||
|
You need to use the FlashVars parameter from flash,
In the Object tag you can add the following: <param name=FlashVars value="name=sunil&filename=data.txt&flvname=01_filename.flv"> The variables name, filename and flvname can be as per your choice..... This follows the same query string approach Thats it.... To access these variables in flash is even more simple. Just access _root.name, _root.filename _root.flvname, etc... Hope this helps. Sunil Bhatia. |
|
#3
|
|||
|
|||
|
Can someone please provide additional details as to where I call the variables in the Flash application
to be picked up by FlashVars. I have a MediaController called "player" and a MediaDisplay called "screen". I have several FLV I would like to play through this same Flash player, any further details about doing this would be most appreciated. |
|
#4
|
|||
|
|||
|
Flash Video MX is a powerful tool about flash flv.
http://www.flash-video-mx.com try it! |
|
#5
|
|||
|
|||
|
Video to Flash Converter convert any video format to SWF, FLV without any quality lossless.
|
|
#6
|
|||
|
|||
|
I also know that vidflash.com gives a free conversion services
![]() |
|
#7
|
|||
|
|||
|
Hi,
I can advise you to visit this site: flashwebtown.com because they offers Live and on demand streaming solutions Free of charge, the first you can test you live flash streaming and after that to use their offers I wish you good luck ![]() |
|
#8
|
|||
|
|||
|
I have forgotten to tell you, that FlashWebTown gives you an opportunity to quickly and easily deliver your media content over the Internet. It is a free service and requires nothing more than a computer and an Internet connection! I think this is not bad variant
|
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Flash Development > Inserting streaming flv video into flash movie with parameters |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|