A
Anz
Hi all,
I am having problems with the resizing of swf displayed in a pop up
window.
Can any one know hot to automatically resize the swf when resizing the
pop up window.
The table which i placed in the page is given below. Notice i had set
the width and height of the flash to 100% but this doesn,t fix the
problem at all. This only fix the automatic resizing of width, and the
height still not resizing with the size of the window., how can i
solve this ??
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="12" colspan="4"></td>
</tr>
<tr>
<td width="1%" valign="top"> </td>
<td width="85%" height="39" valign="top"> </td>
<td width="13%" valign="top"> </td>
<td width="1%" valign="top"> </td>
</tr>
<tr>
<td height="19" colspan="4" class="seplines"> </td>
</tr>
<tr>
<td> </td>
<td align="center" colspan="2" style="margin-left:1px; margin-
right: 3px;">
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=7,0,19,0" width="100%" height="100%">
<param name="movie" value="<?=$this->baseUrl?>/Admin/public/
data/startintro/<?=$this->start_intro?>?<?=time()?>">
<param name="quality" value="high">
<embed src="<?=$this->baseUrl?>/Admin/public/data/startintro/
<?=$this->start_intro?>?<?=time()?>" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="100%" height="100%">
</object>
</td>
<td height="19"> </td>
</tr>
<tr>
<td> </td>
<td height="19"> </td>
<td height="19"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td height="19"> </td>
<td height="19"> </td>
<td> </td>
</tr>
<tr>
<td></td>
<td height="10"></td>
<td height="10"></td>
<td></td>
</tr>
</table>
I am having problems with the resizing of swf displayed in a pop up
window.
Can any one know hot to automatically resize the swf when resizing the
pop up window.
The table which i placed in the page is given below. Notice i had set
the width and height of the flash to 100% but this doesn,t fix the
problem at all. This only fix the automatic resizing of width, and the
height still not resizing with the size of the window., how can i
solve this ??
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="12" colspan="4"></td>
</tr>
<tr>
<td width="1%" valign="top"> </td>
<td width="85%" height="39" valign="top"> </td>
<td width="13%" valign="top"> </td>
<td width="1%" valign="top"> </td>
</tr>
<tr>
<td height="19" colspan="4" class="seplines"> </td>
</tr>
<tr>
<td> </td>
<td align="center" colspan="2" style="margin-left:1px; margin-
right: 3px;">
<object classid="clsid
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=7,0,19,0" width="100%" height="100%">
<param name="movie" value="<?=$this->baseUrl?>/Admin/public/
data/startintro/<?=$this->start_intro?>?<?=time()?>">
<param name="quality" value="high">
<embed src="<?=$this->baseUrl?>/Admin/public/data/startintro/
<?=$this->start_intro?>?<?=time()?>" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="100%" height="100%">
</object>
</td>
<td height="19"> </td>
</tr>
<tr>
<td> </td>
<td height="19"> </td>
<td height="19"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td height="19"> </td>
<td height="19"> </td>
<td> </td>
</tr>
<tr>
<td></td>
<td height="10"></td>
<td height="10"></td>
<td></td>
</tr>
</table>