• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with flash

Tibiamakers

yourolist.com
Joined
May 24, 2010
Messages
1,377
Reaction score
97
Location
España
Well i'm trying to add some cool efects to my new layouts and I made a .swf file with a succession of png images for no lose quality, I'm using Macromedia Flash MX and I generated a html code for display it on websites and also make the background transparent but it don't display transparent the background of my .swf file, but I tested the .swf files of the WOW layout and works right with my code ( background transparency ) so, somebody knows how make it work properly? here is the code and the wow and my .swf files:

HTML:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html;  charset=ISO-8859-1">
<TITLE>Untitled-1</TITLE>
</HEAD>
<BODY>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
 WIDTH="1350" HEIGHT="381" id="Untitled-1" ALIGN="">
 <PARAM NAME=movie VALUE="Untitled-1.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=wmode VALUE=transparent> <EMBED src="Untitled-1.swf" quality=best wmode=transparent WIDTH="1350" HEIGHT="381" NAME="Untitled-1" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>

SWF files

scan

Thanks
 
Back
Top