Topic: Need Transparency HELP!
Hello,
I got Tilt Viewer Pro inserted inside a SHTML page working OK.
I have been trying to get rid of the black background using the "bkgndTransparent" variable set to true but no luck. Could some please help? I have tried adding the following code in my SHTML file:
//TRANSPARENT OPTIONS
fo.addParam("wmode", "transparent");
fo.addVariable("bkgndTransparent", "true");
fo.addVariable("showFullscreenOption", "false");
Thank you so much for your time!