Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Resizing problem of swf

Reply
Thread Tools

Resizing problem of swf

 
 
Anz
Guest
Posts: n/a
 
      06-26-2008
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="clsid27CDB6E-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>
 
Reply With Quote
 
 
 
 
dorayme
Guest
Posts: n/a
 
      06-26-2008
In article
<d0319619-9de8-47a1-899d->,
Anz <> wrote:

> 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?

--
dorayme
 
Reply With Quote
 
 
 
 
Anz
Guest
Posts: n/a
 
      06-26-2008
On Jun 26, 3:37 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> In article
> <d0319619-9de8-47a1-899d-b44f1cc00...@u36g2000prf.googlegroups.com>,
>
>
>
> Anz <anzbmuham...@gmail.com> wrote:
> > 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?
>
> --
> dorayme


Thank u for reply
It doesn,t matter for wat that row for, do u know how to sole this
problem ?
 
Reply With Quote
 
Travis Newbury
Guest
Posts: n/a
 
      06-26-2008
On Jun 26, 6:24*am, Anz <anzbmuham...@gmail.com> wrote:
> 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?.
 
Reply With Quote
 
Travis Newbury
Guest
Posts: n/a
 
      06-26-2008
On Jun 26, 6:50*am, Anz <anzbmuham...@gmail.com> wrote:
> On Jun 26, 3:37 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
>
>
>
> > In article
> > <d0319619-9de8-47a1-899d-b44f1cc00...@u36g2000prf.googlegroups.com>,

>
> > *Anz <anzbmuham...@gmail.com> wrote:
> > > 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?

>
> > --
> > dorayme

>
> 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.
 
Reply With Quote
 
Anz
Guest
Posts: n/a
 
      06-26-2008
On Jun 26, 4:02 pm, Travis Newbury <TravisNewb...@hotmail.com> wrote:
> On Jun 26, 6:50 am, Anz <anzbmuham...@gmail.com> wrote:
>
>
>
> > On Jun 26, 3:37 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:

>
> > > In article
> > > <d0319619-9de8-47a1-899d-b44f1cc00...@u36g2000prf.googlegroups.com>,

>
> > > Anz <anzbmuham...@gmail.com> wrote:
> > > > 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?

>
> > > --
> > > dorayme

>
> > 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.



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="clsid27CDB6E-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
 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      06-26-2008
Anz wrote:

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


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.

--
Els http://locusmeus.com/
 
Reply With Quote
 
Travis Newbury
Guest
Posts: n/a
 
      06-26-2008
On Jun 26, 7:27*am, Anz <anzbmuham...@gmail.com> wrote:
> 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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Resizing a div by resizing its borders Pil (Trustworthy from Experience) Javascript 9 04-21-2009 07:35 AM
Resizing a div by resizing its borders Proper Javascript 0 04-18-2009 08:02 PM
Problem to call an mp3 file from a swf file Steph HTML 12 01-20-2008 02:01 AM
swf file problem Paul Burdett Computer Support 2 01-24-2007 09:29 PM
Add Rotator SWF Problem Muhammad Ahsin Saleem ASP .Net 2 12-23-2006 09:05 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57