VUVOX Embed Tricks

The following are some tips for Embedding the VUVOX player, including many of the parameters to update or change the functionality of the player. Object height= This is the height that is necessary to display in the DIV or Table cell being pasted into. Most often measured in number of pixels. Object width= This is the width of the collage. Most often is presented at 100%, as this will work best when presented inside variable DIV or table widths. This can also be explicit, allowing a specific pixel width to be set as well. Param Values: the following values can be set to "True" or "False" -- "allowFullScreen" --> will enable the full screen button, allowing the player to be seen Full Screen -- "showHeader" --> show/hide title -- "controller=autohide" --> this will automatically hide the control bar on VUVOX players that contain slideshows. -- "bgcolor=" --> this changes the letterbox color of the player when it is embedded. See embed code sample below.

Q: Can I remove the 'VUVOX' logo from the Player?

A: Yes, but we usually ask that you ask for permission. You can remove the logo from the player by inserting a variable value  into the embed code. See example below:

------------ < begin embed code > < Your object height="400" width="550"><param value="true" name="allowFullScreen"/><param value="showHeader=false&showMenu=false" name="FlashVars"/><param value="always" name="allowScriptAccess"/><param value="http://www.vuvox.com/collage_express/collage.swf?collageID=YOURCOLLAGEID#" name="movie"/><embed height="400" width="550" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" FlashVars="showHeader=false&showMenu=false" src="http://www.vuvox.com/collage_express/collage.swf?collageID=YOURCOLLAGEID#"/>< end your object tag > < end embed code > -------------------

Q: Can I change the color of the Player?

A: Yes, but only on collage only. You can change the color of the Letterbox by inserting a parameter into the embed code: see example below

------------ < begin embed code > < Your object height="400" width="550" bgcolor="cccccc"><param value="true" name="allowFullScreen"/><param value="showHeader=false&showMenu=false" name="FlashVars"/><param value="always" name="allowScriptAccess"/><param value="http://www.vuvox.com/collage_express/collage.swf?collageID=YOURCOLLAGEID#&marginColor=0xcccccc" name="movie"/><embed height="400" width="550" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" FlashVars="showHeader=false&showMenu=false" src="http://www.vuvox.com/collage_express/collage.swf?collageID=YOURCOLLAGEID#"/>< end your object tag > < end embed code > -------------------