Generate SWF - Get FLV Path from URL

If you just want to create Flash video player which can play different FLV files dynamically, you should choose this option under Generate SWF in dialog "Playback".

You need to specify a URL variable name (in the right blank), then the created Flash video player (SWF) can get the FLV path using this variable name. Here is an example:

When you insert a Flash SWF file into an HTML page, the code should be like this:

If you have selected "Get the FLV path from a URL variable and play progressively" for the conversion, then you can change the code to let the Flash video player load other FLV file. The code could be changed to:

As above, "your-variable-name" is just a URL variable name that you should have specified. And "http://www.sothink.com/upload/1.flv" is the path where you put the FLV file on the web. The player will get the address of external FLV file (http://www.sothink.com/upload/1.flv), and play the Flash Video.