Applet parameters
Sintax: <param name="PARAMETER NAME" value="PARAMETER VALUE">
General Use
| Parameter | Value | Description | Applet |
| VideoPath | miovideo.vvf | Set the video directory respect Applet directory (relative path) or respect the web site root | |
| AutoPlay | True/False [Default=false] | Once the Applet is loaded, play immediately the video (True) or wait until the user click on the play button (false) | |
| MegaVision | True/False [Default=false] | Users can swicth to MegaVision mode (full screen). Where: PopupMenu, Toolbar | |
| MegaVisionMode | window full window_full [Default=window] | window=zoom 2x | 2.4.0 |
| Stretch | True/False [Default=false] | Given Applet dimension greater than video, stretch video to Applet dimension. Where: PopupMenu, Graphic Toolbar | 2.1.3 |
| StartImage | startimage.jpg | Show the image at load time if AutoPlay is set to False. | |
| EndImage | endimage.jpg | Show the image at the end of video or when the user click Stop. | |
| DisableToolTip | True/False [Default=false] | Disable (True) the tooltip help | |
| TooltipTimeSeconds | True/False [Default=false] | Show al video time in milliseconds; the best way to create link for seek scene. | 2.2.0 |
| SecurityPath | security file name path (eg security.txt) | Security file contains all video protection instructions. (find out more Security Options) Note: only Professional Edition can generate a security file | 2.0.0 |
| AuthPath | auth file name (auth.txt) | Aauthorization file contains bandwidth protection instructions. (find out more Security Options) Note: Home e Standard edition handle auth file in other way find out more Special Options | 2.0.0 |
| PlaylistPath | playlist.txt | Set the playlist directory file (find out more playlist ) | 2.1.3 |
| PlaylistJumpDisabled | True/False [Default=false] | Disable user to jump between videos present in the playlist; thus it's sequential view | 2.1.3 |
| EnableVideoInfo | True/False [Default=false] | Enable or disable video info in the popup menu. | 2.1.3 |
| CustomLink | "Phrase, URL" | Enable custom phrase with link in the popup menu | 2.1.3 |
| ClickOnVideoEnabled | True/False [Default=True] | Click on video fire as Play/Pause Double click on video video fire as Magavision On/Off (if enabled) | 2.2.0 |
| RightClickMenuDisabled | True/False [Default=false | Disable all info related to mouse video right click | 2.2.0 |
| Sync | +/-(n) | + or - milliseconds as a way to sync audio and video eg. <param name="sync" value="+500" /> | 2.2.2 |
| Scriptable | True/False | Enable Javascript for FireFox on Mac | 2.3.0 |
| DisableYouPlay | True/False [Default=False] | Enable/disable "youPlay" logo in the splash video window | 2.3.1 |
| YouPlayLogo | mylogo.jpg | Replace default "youPlay" logo with another logo | 2.3.1 |
Connection
| Parameter | Value | Description | Applet |
| BufferTime | (n) seconds - [Default=5 sec. ] | Set the buffer time (seconds). If the connection bitrate is lower than the content bitrate (Modem, ADSL), this value will be multiply by 3. | |
| BurstSeek | True/False [Default=false] | True value enable data buffer seek at maximum client connection speed; thus enable quickly video backwards & forwards. | 2.0.0 |
| BurstConnection | True/False [Default=false] | True value enable data buffer at maximum client connection speed. | 2.0.0 |
| SeekEnabled | True/False [Default=false] | Disable seek, if requested. | 2.1.3 |
| ForceBitrate | 40-n (Kbits al secondo) | Set client connection speed not greater than specified value; available streams, presents in the video, greater than that value will not be available for that client. | 2.1.6 |
| PreferredBitrate | 40-n (Kbits al secondo) | Set client connection speed not greater than specified value; available streams, presents in the video, greater than that value will be available for that client when video is in play state. | 2.3.0 |
| BufferingMessage | Stringa | Change message "Buffering 10%" with the message specified by this parameter. | 2.1.3 |
| DisableNetworkSlow DownMessage | True/False [Default=false] | If true, remove "Network slow" messagge, when speed connection is slow. | 2.2.0 |
| BufferingMessageDisabled | True/False [Default=false] | Hide buffering message | 2.2.0 |
| MessageDisabled | True/False [Default=false] | Hide all connection message | 2.2.0 |
GUI
| Parameter | Value | Description | Applet |
| ToolbarEnabled | True/False [Default=false] | Remove any kind of toolbar. | 2.1.3 |
| SkinBackground | Value decimal: red, green, blue [Default=230,230,230 ] Value hexadecimal: #nnnnnn [Default=#E6E6E6] | Toolbar background color | |
| SkinForeground | Value decimal: red, green, blue [Default=0,102,153 ] Value hexadecimal: #nnnnnn [Default=#006699] | Toolbar foreground color | |
| SkinShadow | Value decimal: red, green, blue [Default=170,170,170 ] Value hexadecimal: #nnnnnn [Default=#AAAAAA] | Toolbar button shadow color | |
| SkinProgressBar | Value decimal: red, green, blue [Default=230,230,230] Value hexadecimal: #nnnnnn [Default=#E6E6E6] | Progress bar color | |
| SkinBorderLIne | Value decimal: red, green, blue [Default=230,230,230 ] Value hexadecimal: #nnnnnn [Default=#E6E6E6] | Video edge color | |
| SkinBorderLIneWidth | (n) pixels | Borderline dimension. | 2.1.3 |
| SkinBuffering | Value decimal: red, green, blue [Default=255,0,0 ] Value hexadecimal: #nnnnnn [Default=#FF0000] | "Buffering" message color | |
| SkinFont | font name [Default=Verdana ] | Font type used | |
| SkinFontDimension | font dimension [Default=12 ] | Font dimension. | |
| BackgroundColor | Value decimal: red, green, blue [Default=255,255,255 ] Value hexadecimal: #nnnnnn [Default=#FFFFFF] | Applet color background; useful for colored pages when user view a video content smaller then the default one; eg. ADSL -> Modem | 2.0.0 |
| Graphic Toolbar | |||
| ToolbarSkinPath | toolbar.jpg | Set graphic toolbar directory path (jpg o gif). (find out more toolbar ) | 2.1.3 |
| ToolbarSkinControlPosition | X,Y,W,H | Absolute position of seek controller in the toolbar image with width and height. | 2.1.3 |
| ToolbarSkinStretchingArea | X1,X2 | Toolbar area to stretch. | 2.1.3 |
| ToolbarSkinFixedDimension | True/False [Default=false] | Toolbar keep its original dimension, no stretch. | 2.1.3 |
Events, JavaScript, Report
| Parameter | Value | Description | Applet |
| EventNumber | 1-n | Event number Event(n) that must be declared. | 2.0.0 |
| Event(n) | time, URL, frame (25000,http://www.vista.it,_blank) | EventNumber and Event(n) link a specific video timeframe with URL that can be opened in a new page or frame; using doSeek and Event(n) you can easly create e-learning project usable on any platform without any kind of server. | 2.0.0 |
| ReportPath | PHP, ASP, CGI etc. pages. | Applet POST to page, info regarding video view useful for report statistic on video view (Find out more Report) | 2.2.0 |
| CallbackEnabled | onPlay(), onPause, etc. etc. | Javascript management (Find out more Javascript) | 2.2.0 |
| CallbackId | String | Insert Id in relative Javascript function name: | 2.2.0 |
| WatermarkText | Not more available | See OveralyText | 2.1.6 |
| WatermarkFont | Not more available | 2.1.6 | |
| OveralyText | Testo, Posizione, N. comparse, Millisecondi comparsa, Suono | Enable text overlay with ability to specify position; text is mandatory (Find out more ADV) | 2.2.0 |
| OveralyFont | "Font familty, Font dimension, Color" | Text features. | 2.2.0 |
| OverlayImage | Immagine, Posizione, n. comparse, millisecondi comparsa, suono | Enable image (gif, jpg) overlay with ability to specify position; text is mandatory (Find out more ADV) | 2.2.0 |
Events:
Applet with few param: play video from a specific folder or from a web site root or from local C:\ or /usr/test
Applet with start/end image called from a webpage present in the website root
<applet myscript code="videovista.class" archive="/video/videovista.jar" name="VideoVista" width="402" height="242">
<param name="VideoPath" value="/video/holiday/holiday.vvf">
<param name="StartImage" value="/video/holiday/holiday_start.jpg">
<param name="EndImage" value="/video/holiday/holiday_end.jpg">
</applet>
Applet with start/end image called from a webpage everywhere in the site
<applet myscript code="videovista.class" codebase="/video" archive="videovista.jar" name="VideoVista" width="402" height="242">
<param name="VideoPath" value="holiday/holiday.vvf">
<param name="StartImage" value="holiday/holiday_start.jpg">
<param name="EndImage" value="holiday/holiday_end.jpg">
</applet>
All params specified are based on the directory specified in codebase attribute.
Updated: 01-04-2010
