The Leader in Secure Video Delivery Software
Home

Using Coordinates and Background Images (VideoURLEX#)
Clipstream Video offers web designers the ability to display a background image 'underneath' the video. As well, different background images can be displayed depending on what video is playing. To complement these abilities, coordinates can be attributed to each video and to each background thus presenting the content as effectively as possible. Try out this 'Pirates of the Carribean' video with a series of backgrounds and coordinates.
 

VideoURLEX#:
-Used in place of VideoURL# when coordinates and/or background images are desired.
<param name="VideoURLEX" value="Description,minimum speed detected to play,x coordinate,y coordinate,filename.vcs">

In the preceding video, these are the parameters relative to the video display. Note the coordinates and different images for each video:

<param name="VideoBackground" value="0,0,p/pirates_of_the_caribbean/background_478x312.gif">
<param name="VideoBackground1" value="2,0,p/pirates_of_the_caribbean/pirates2.jpg">
<param name="VideoBackground2" value="-95,220,p/pirates_of_the_caribbean/fankit.jpg">
<param name="VideoBackground3" value="0,0,p/pirates_of_the_caribbean/caribbean2.jpg">
<param name="VideoBackground4" value="12,110,p/pirates_of_the_caribbean/pirates.jpg">
<param name="VideoBackground5" value="-95,220,p/pirates_of_the_caribbean/fankit.jpg">

<param name='VideoTitleImageURL' value='4,70,p/pirates_of_the_caribbean/caribbean.jpg'>
<param name='VideoURLEX1' value='600 kbps,600,2,105,p/pirates_of_the_caribbean/pirates_600.vcs'>
<param name='VideoURLEX2' value='400 kbps,400,25,10,p/pirates_of_the_caribbean/pirates_400.vcs'>
<param name='VideoURLEX3' value='256 kbps,250,50,140,p/pirates_of_the_caribbean/pirates_256.vcs'>
<param name='VideoURLEX4' value='128 kbps,100,76,0,p/pirates_of_the_caribbean/pirates_128.vcs'>
<param name='VideoURLEX5' value='28.8 kbps,0,120,90,p/pirates_of_the_caribbean/pirates_28.vcs'>

PanelResizable:
-True: The button panel will stay 'attached' to the video.
-False: The button panel will stay where it apears upon loading. (below or above the title image)
<param name="PanelResizable" value="False">
-This is affected by the title image placement when False is selected.
VideoTitleImageURL:
-This is shown upon loading.
- Placement is dictated by coordinates.
<param name="VideoTitleImageURL" value="x,y,filename.jpg">
VideoBackground:
-This is shown upon loading.
- Placement is dictated by coordinates.
<param name="VideoBackground" value="x,y,filename.jpg">
-If unspecified, it defaults to 0,0
VideoBackground#:
-This is shown when the corresponding VideoURLEX# is played.
- Placement is dictated by coordinates.
<param name="VideoBackground#" value="x,y,filename.jpg">
- If unspecified, it defaults to 0,0
VideoEdgeXX
-Disabled when VideoURLEX# is used
 

Go to Java.com Go to dsny.com