I need help with a general flash ".swf" question

I need help with a general flash ".swf" question

am 05.08.2007 09:44:15 von shror

Hi every body,

I need your help please with a small problem with a .swf file header
I know that the .swf files are defined in size while we build them and
so when we put .swf file in any web page we have to set the size but I
have noticed that the .swf files if we opened them directly in our
browser are stretched to the size of the browser so is there any way
to do this by making the swf file get bigger or smaller according to
the size of the browser.

please if any body know how to solve this situation help me please
even if using php code will really be great.

Thanks in advance for your help
shror
www. s7els7 .com

Re: I need help with a general flash ".swf" question

am 05.08.2007 15:23:03 von Jerry Stuckle

shror wrote:
> Hi every body,
>
> I need your help please with a small problem with a .swf file header
> I know that the .swf files are defined in size while we build them and
> so when we put .swf file in any web page we have to set the size but I
> have noticed that the .swf files if we opened them directly in our
> browser are stretched to the size of the browser so is there any way
> to do this by making the swf file get bigger or smaller according to
> the size of the browser.
>
> please if any body know how to solve this situation help me please
> even if using php code will really be great.
>
> Thanks in advance for your help
> shror
> www. s7els7 .com
>

You're in the wrong group. PHP is server-side and won't affect how
something is displayed in the browser.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: I need help with a general flash ".swf" question

am 06.08.2007 02:30:20 von Bill H

On Aug 5, 3:44 am, shror wrote:
> Hi every body,
>
> I need your help please with a small problem with a .swf file header
> I know that the .swf files are defined in size while we build them and
> so when we put .swf file in any web page we have to set the size but I
> have noticed that the .swf files if we opened them directly in our
> browser are stretched to the size of the browser so is there any way
> to do this by making the swf file get bigger or smaller according to
> the size of the browser.
>
> please if any body know how to solve this situation help me please
> even if using php code will really be great.
>
> Thanks in advance for your help
> shror
> www. s7els7 .com

Shror

It is the wrong group, but to do it, use javascript to create your
code on the fly and replace the size with the browsers size.

I was gonna type in an example in here - but if you want to contact me
at contributeREMOVETHIS@ts1000REMOVETHISALSO.us I can give you
details.

Remove the obvious from the email.

Bill H

Re: I need help with a general flash ".swf" question

am 06.08.2007 03:01:34 von Jerry Stuckle

Bill H wrote:
> On Aug 5, 3:44 am, shror wrote:
>> Hi every body,
>>
>> I need your help please with a small problem with a .swf file header
>> I know that the .swf files are defined in size while we build them and
>> so when we put .swf file in any web page we have to set the size but I
>> have noticed that the .swf files if we opened them directly in our
>> browser are stretched to the size of the browser so is there any way
>> to do this by making the swf file get bigger or smaller according to
>> the size of the browser.
>>
>> please if any body know how to solve this situation help me please
>> even if using php code will really be great.
>>
>> Thanks in advance for your help
>> shror
>> www. s7els7 .com
>
> Shror
>
> It is the wrong group, but to do it, use javascript to create your
> code on the fly and replace the size with the browsers size.
>
> I was gonna type in an example in here - but if you want to contact me
> at contributeREMOVETHIS@ts1000REMOVETHISALSO.us I can give you
> details.
>
> Remove the obvious from the email.
>
> Bill H
>

No, please don't add javascript examples in this newsgroup. Take them
to comp.lang.javascript.

Thanks.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================