Wednesday, July 4, 2012

[Action Script] Swf a little bit bigger on html than original swf file, problem July,2012

Hey Guys!
I have a silly problem with swf files displayed on simple html...

For sake of simplicity,
I have a swf file that is called test.swf and its size is 550x400

From dreamweaver on a test.html script I have the following:

Code: <body>

<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="550" height="400">
      <param name="movie" value="test.swf" />
      <param name="quality" value="high" />
      <embed src="test.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>
    </object>


</body>When I open test.html with explorer...I can see that test.swf is slightly bigger than the original .swf... any ideas on how this can be fixed??
Thanks a lot in advance!!
Cheers!
Swf a little bit bigger on html than original swf file, problem

Related Post



0 comments: