Thursday, June 3, 2010

flash swf embed menu problem

<?php
<embed src="" width="" height="" wmode="Opaque">
?>

wmode - Possible values: window, opaque, transparent. Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser.

window - movie plays in its own rectangular window on a web page.

opaque - the movie hides everything on the page behind it.

transparent - the background of the HTML page shows through all transparent portions of the movie, this may slow animation performance.

No comments: