-
Transparent background with My Avatar Editor Object

If you are using the javascript swfobject method for the hosted My Avatar Editor object you can use this code to give your avatar a transparent background:<script type="text/javascript"> //<![CDATA[ var avatarvalue = "<?= $avatarid ?>"; var avatarURL = "myavatarcharacter.swf?avatar=" + avatarvalue; swfobject.embedSWF(avatarURL, "avatarSWFContainer", "160", "200", "10.0.0", null, {hosted:"true"},{wmode:"transparent"}); function setFacialFeature(){ var avatarSWF = document.getElementById('avatarSWFContainer'); avatarSWF.draw(); } //]]> </script>The only bit you need to change from the default code is the parameter which is the {wmode:”transparent”} bit
Related posts:
- Sending Hex to MyAvatarEditor object using PHP Want to push a hex value from a database to...
- Visual avatar comparison tool I made a quick visual avatar comparison tool so your...
- what type of 3d is avatar? “Stereoscopic 3D,” – which mixes live-action and CGI imagery in...
- Sugata Mitra on child-driven education This was interesting enough to embed: Enjoy! Report This Post...
- Moving schools to IPv6 I have a unique position when it comes to moving...