CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Flash & ActionScript (http://www.codingforums.com/forumdisplay.php?f=52)
-   -   Problem with displaying image when no flash is available (http://www.codingforums.com/showthread.php?t=287503)

AR123 02-12-2013 12:11 PM

Problem with displaying image when no flash is available
 
I am trying to get an image to display if flash is switched off. the image diaplays however I seem to get weird characters sitting behind the image and a scrolling window appear with the image as well. Any ideas?

Code:

<style>
#MyFlashMovie {
background: url("xx.gif");
background-repeat: no-repeat;
height: 300px;
width: 460px;
}</style>

<div ID="MyFlashMovie">
<object type="application/x-shockwave-flash" style="height: 300px; width: 460px;" data="xx.swf" >
<param name="movie" value="xx.swf" >
<param name="allowFullScreen" value="true" >
<param name="wmode" value="transparent" >
</object>
</div>



All times are GMT +1. The time now is 11:32 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.