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
Adding YouTube Video to Project
Put Video Clips from YouTube to Your Mobile
Get videos from the Internet or anywhere onto your PSP
Project Setting
Preference Setting
Publishing Video Player
Previewing Your Player
Publish and Upload a Player
Embed Video Player in Adobe Dreamweaver
Embed Video Player in Microsoft Expression Web
Embed Video Player in Joomla
Embed Video Player in WordPress
Embed Video Player in Blogger/Blogspot
Embed Video Player in Drupal
Embed Video Player in Yahoo! SiteBuilder
Embed Multiple Video Players
User Guide
To embed multiple A4Desk Flash Video Players 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

You can also check the box Use full path for the embed code and type the URL (e.g., http://www.server.com/VideoPlayer1/ for the first player and http://www.server.com/VideoPlayer2/ for the second player) where you have uploaded the /a4dfvp/ to. A set of embed code containing the 'full path' will then be generated.
- 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 (replace http://www.server.com with your own domain):
<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="http://www.server.com/VideoPlayer1/a4dfvp">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value=" http://www.server.com/VideoPlayer1/a4dfvp/videoplayer.swf" />
<param name="quality" value="high" />
<param name="base" value="http://www.server.com/VideoPlayer1/a4dfvp" />
<param name="allowFullScreen" value="true" />
<param name="menu" value="false" />
<embed src="http://www.server.com/VideoPlayer1/a4dfvp/videoplayer.swf"
width="400" height="300" quality="high"
base="http://www.server.com/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 (replace http://www.server.com with your own domain):
<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="http://www.server.com/VideoPlayer2/a4dfvp">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.server.com/VideoPlayer2/a4dfvp/videoplayer.swf" />
<param name="quality" value="high" />
<param name="base" value="http://www.server.com/VideoPlayer2/a4dfvp" />
<param name="allowFullScreen" value="true" />
<param name="menu" value="false" />
<embed src="http://www.server.com/VideoPlayer2/a4dfvp/videoplayer.swf"
width="400" height="300" quality="high"
base="http://www.server.com/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 (your own webpage with the player embedded)
- VideoPlayer1 (folder)
- VideoPlayer2 (folder)
- You have embeded two video players to your site.
Figure 6

Example: home.htm
User Guide |
|
| A4Desk Flash Video Player | |
| A4Desk Video Converter | |

