A
Anz
I am having some problem with displaying the swf my html page. Here
is the code
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=9,0,28,0" width="100%" height="100%">
<param name="wmode" value="opaque">
<param name="movie" value="public/data/home/test.swf">
<param name="quality" value="high">
<embed src=''public/data/home/test.swf' quality="high"
pluginspage="http://www.adobe.com/shockwave/download/download.cgi?
P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"
width="100%" height="100%" wmode="opaque">
</object>
</td></tr>
</table>
What i am getting is , the height of swf is reduced to a small amount,
and one more thing i noticed that, when i execute this in IE, it does
not display the swf, but when i set the height="400" in above tag(in
both places) , IE displayed it correctly?,
I need to display the swf in its actual size, How can i fix this ?
is the code
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=9,0,28,0" width="100%" height="100%">
<param name="wmode" value="opaque">
<param name="movie" value="public/data/home/test.swf">
<param name="quality" value="high">
<embed src=''public/data/home/test.swf' quality="high"
pluginspage="http://www.adobe.com/shockwave/download/download.cgi?
P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"
width="100%" height="100%" wmode="opaque">
</object>
</td></tr>
</table>
What i am getting is , the height of swf is reduced to a small amount,
and one more thing i noticed that, when i execute this in IE, it does
not display the swf, but when i set the height="400" in above tag(in
both places) , IE displayed it correctly?,
I need to display the swf in its actual size, How can i fix this ?