Getting Started
System Requirements
Downloading And Installing
Registration
Purchasing Valid License
Software Interface
Starting A4Desk Video Player
Take a Tour
Building a Video Player
Creating New Project
Editing Existing Projects
Adding Video To Project
Project Setting
Preference Setting
Publishing Video Player
Previewing Your Player
Publish and Upload a Player
Embed Video Player
Embed More Video Players
User Guide
To embed more than one A4Desk Flash Video Player on a website using Dreamweaver
Once you have created and published your video player,
- Publish each video player to different folder. The published files structure should be as follows:
/VideoPlayer1/a4dfvp/
/VideoPlayer1/videoplayer.htm
/VideoPlayer2/a4dfvp/
/VideoPlayer2/videoplayer.htm
Figure 1

- Copy the embed code when you publishing for each video player.
Figure 2

- Go to your website folder and find the ".htm" file (e.g. "home.htm")
Figure 3
- Edit the ".htm" file (e.g."home.htm") with Dreamweaver.
- Paste the scripts between <!-- Start of A4Desk Flash Video Player --> and <!-- End of A4Desk Flash Video Player -->(which you copied for each video player) to the text area of your site's ".htm" file (e.g. "home.htm"), or to the place you want to display the video players.
- Replace the embed code for the two video players. Add the folder name of your video player to the "value" attributes for the following parameters:
For video player 1:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab
#version=7,0,0,0" width="400" height="300" base="VideoPlayer1/a4dfvp">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="VideoPlayer1/a4dfvp/videoplayer.swf" />
<param name="quality" value="high" />
<param name="base" value="VideoPlayer1/a4dfvp" />
<param name="allowFullScreen" value="true" />
<param name="menu" value="false" />
<embed src="VideoPlayer1/a4dfvp/videoplayer.swf"
width="400" height="300" quality="high"
base="VideoPlayer1/a4dfvp" menu="false"
allowFullScreen="true"
allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
For video player 2:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab
#version=7,0,0,0" width="400" height="300" base="VideoPlayer2/a4dfvp">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="VideoPlayer2/a4dfvp/videoplayer.swf" />
<param name="quality" value="high" />
<param name="base" value="VideoPlayer2/a4dfvp" />
<param name="allowFullScreen" value="true" />
<param name="menu" value="false" />
<embed src="VideoPlayer2/a4dfvp/videoplayer.swf"
width="400" height="300" quality="high"
base="VideoPlayer2/a4dfvp" menu="false"
allowFullScreen="true"
allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Figure 5

- Upload all the following files in the published folder of the Video player and your site's ".htm" file
(e.g. "home.htm" and you can use FTP to put all the files in your site to your server.)
- home.htm
- VideoPlayer1 (folder)
- VideoPlayer2 (folder)
- You have embeded two video players to your site.
Figure 6

Example: home.htm

