Log in

View Full Version : the output of my flash when i add in the webpage it appears with line



rhodarose
08-10-2010, 02:38 AM
i created a flash in flashcs3 and i add it to my webpage and i add some code in my flash in my webpage like this



<param name="wmode" value="transparent">
and i add the code wmode="transparent" in the <embed>code


so that the background of my flash is transparent but when my flash is finish theres a line that appears i don't know why? and how can i erase that line..

I hope you can help me..

thank you

punstc
08-10-2010, 04:24 PM
Can you post the full code your using to place the flash movie into your site.

if your not using swfobject I suggest you look into using it as it is the standard, for embedding these days. It places the movie in while generating valid code.

http://code.google.com/p/swfobject/

rhodarose
08-11-2010, 09:57 AM
I am not familiar about swfobject

here is my code:


<div id="visionmission_flash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="375">
<param name="movie" value="mission_visionv14.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="mission_visionv14.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="375" wmode="transparent"></embed>
</object>
</div>