- Overview
- Introduction
- System Requirement
- Supported Formats
- Getting Started
- Working Area Guide
- Interface Overview
- Menu
- Toolbar
- List Mode
- User Guide
- Convert Video to FLV
- Trim Video
- Create Flash Video Player
- Settings
- Options
- FLV Profile
- General Settings
- Advanced Settings
- Output Setting
- FLV Playback
- Flash Video Player Skin
- Playback-Other Files
- Playback-Settings
- Get FLV Path
- Recommended Software
- Flash to Video Converter
- DVD Ripper
- Free Movie Maker
- Free Video Converter
- Blu-ray Creator
- Video Downloader
- YouTube Downloader
- YouTube Converter
- F.A.Q.
- Support
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.
