Resizing problem of swf

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">&nbsp;</td>
<td width="85%" height="39" valign="top">&nbsp;</td>
<td width="13%" valign="top">&nbsp;</td>
<td width="1%" valign="top">&nbsp;</td>
</tr>
<tr>
<td height="19" colspan="4" class="seplines">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align="center" colspan="2" style="margin-left:1px; margin-
right: 3px;">&nbsp;
<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="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">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="19">&nbsp;</td>
<td height="19">&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="19">&nbsp;</td>
<td height="19">&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td height="10"></td>
<td height="10"></td>
<td></td>
</tr>
</table>
 
D

dorayme

Anz said:
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>


what is this row for?
 
T

Travis Newbury

Hi all,

I am having problems with the resizing  of swf displayed in a pop up
window.

Provide a URL if you want someone to take a look at your problem. The
issue may not be in the code you provided, but we don't know that do
we?.
 
T

Travis Newbury

Thank u for reply
It doesn,t matter for wat that row for,  do u know how to sole this
problem ?

Actually dorayme may be correct. You have set a specific height for a
cell on the same row as your flash on. but then we don't knwo for
sure because ytou did not include a URL demonstrating the issue.
 
A

Anz

Actually dorayme may be correct. You have set a specific height for a
cell on the same row as your flash on. but then we don't knwo for
sure because ytou did not include a URL demonstrating the issue.


I removed that height from the td and it doesn't make any change.
Unfortunately i am not able to provide the URL

<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="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>

Is there any parameter for solving this problem
 
E

Els

Anz said:
I removed that height from the td and it doesn't make any change.
Unfortunately i am not able to provide the URL

Then make a test case and upload it and provide the URL to that. As
Travis said, the error can be anywhere outside the code you provided.

Also you wouldn't be the first saying a certain change doesn't work,
and it turns out to be due to forgetting to upload changed example, or
not refreshing the browser after making the change.
 
T

Travis Newbury

I removed that height from the td and it doesn't make any change.
Unfortunately i am not able to provide the URL

Then I haven't the time to take your code, make a test page and see if
I can debug it. Come on back when you can make a test page and upload
it somewhere. I am sure one of us here will be more than happy to
help you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,347
Messages
2,571,447
Members
48,795
Latest member
Engareh

Latest Threads

Top