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 > -------------------