Vidiac Embedded Player
Latest Updates & News Blog
More info June 1, 2006
The Vidiac embedable Flash player is a fully customizable Flash tool for sharing your videos. June 1 we will be launching a comprehensive manual explaining all the features and how to customize them. In the meantime, here is a neat little trick you can do to customize the look and feel of the video player.
Customize the Color Palette of your player with FlashVars.
Add the following parameter to the object tag..(Internet Explorer)
<param name="flashvars" value="
bordercolor=0x00FFFF
&textcolor=0x333333
&objectcolor=0x333333
&buttoncolor=0xaaaacc">
And to the Embed Tag, add.. (Netscape, Firefox, Opera and Safari)
flashvars=
bordercolor=0x00FFFF
&textcolor=0x333333
&objectcolor=0x333333
&buttoncolor=0xaaaacc"
Colors are in C# Hex format so instead of White being "#FFFFFF", white is represented as "0xFFFFFF". For more info on hex color palettes check out this Wikipedia link.
ShortCut Keys
Right Click on the Vidiac PLayer to get a list of Keyboard commands for controlling your movie.