RE: [Flashcoders] full screen issue

2008-11-25 Thread Cor
It is not of my hand!
I wish...
Just sharing it.

Cor

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Kostelec
Sent: maandag 24 november 2008 23:40
To: Flash Coders List
Subject: Re: [Flashcoders] full screen issue

Very cool, impressive. I didn't follow your question, but i guess i will
read it all now if this can be a final product of it.


*Pedro D. Kostelec*
[EMAIL PROTECTED]



On Mon, Nov 24, 2008 at 9:23 PM, Cor <[EMAIL PROTECTED]> wrote:

> I solved my fullscreen problem in AS30.
>
> But this is something I would like to share with you:
>
> http://users.telenet.be/kixx/
>
> Do not maximize your browser when it opens.
>
> Kind regards
> Cor ;-)
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.175 / Virus Database: 270.9.10/1810 - Release Date: 24-11-2008 
14:36


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] full screen issue

2008-11-24 Thread Pedro Kostelec
Very cool, impressive. I didn't follow your question, but i guess i will
read it all now if this can be a final product of it.


*Pedro D. Kostelec*
[EMAIL PROTECTED]



On Mon, Nov 24, 2008 at 9:23 PM, Cor <[EMAIL PROTECTED]> wrote:

> I solved my fullscreen problem in AS30.
>
> But this is something I would like to share with you:
>
> http://users.telenet.be/kixx/
>
> Do not maximize your browser when it opens.
>
> Kind regards
> Cor ;-)
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] full screen issue

2008-11-24 Thread Cor
I solved my fullscreen problem in AS30.

But this is something I would like to share with you:
 
http://users.telenet.be/kixx/

Do not maximize your browser when it opens.

Kind regards
Cor ;-)


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Full Screen issue on a Mac

2008-08-18 Thread Kenneth Kawamoto

By the way your HTML closing tags are wrong.

Kenneth Kawamoto
http://www.materiaprima.co.uk/


http://venturawave.com/fs/fullscreen.html

This site crashed on my client's  Mac.  The problem was likely that I
didn't
include or nest the the embed tags within the object tags in my html

page

when I modified for full screen.  Here's my new code in the html (which
hopefully works) ...



  
  http://www.macromedia.com/go/getflashplayer";
  



carlos

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Full Screen issue on a Mac

2008-08-17 Thread chas warn
thanks guys - as long as I can get it going in firefox on the mac - i'm good
for the moment. good point on the SWFObject

 carlos

On Sat, Aug 16, 2008 at 8:04 PM, Ashim D'Silva <[EMAIL PROTECTED]>wrote:

> Fine on Firefox, doesn't work on Safari for some reason.
> Intel Mac Book Pro.
>
> And you should really look into SWFObject for embedding your flash content
> in html. Will help you integrating and make things easier.
>
> 2008/8/17 Dave Wood <[EMAIL PROTECTED]>
>
> > Could someone with a Mac check if this is working in fullscreen?
> >>
> >
> >
> > Sorry, no. And clicking your "go full screen" button does nothing. No
> > crashes though.
> >
> > Intel Max OSX 10.5.4, Safari 3.1.2, Flash player version 9.0.124.
> >
> > Cheers
> >
> > David
> >
> >
> >
> >
> >>
> >> http://venturawave.com/fs/fullscreen.html
> >>
> >> This site crashed on my client's  Mac.  The problem was likely that I
> >> didn't
> >> include or nest the the embed tags within the object tags in my html
> page
> >> when I modified for full screen.  Here's my new code in the html (which
> >> hopefully works) ...
> >>
> >>
> >>  >>   data="fullscreen.swf" type="application/x-shockwave-flash" width="640"
> >> height="510"
> >>   
> >>   
> >>>>   src="fullscreen.swf"
> >>   quality="high"
> >>   bgcolor="#ff"
> >>   width="640"
> >>   height="510"
> >>   name="stage"
> >>   align="middle"
> >>   allowScriptAccess="sameDomain"
> >> type="application/x-shockwave-flash" pluginspage=
> >>   "http://www.macromedia.com/go/getflashplayer";
> >>   
> >> 
> >>
> >>
> >> carlos
> >> ___
> >> Flashcoders mailing list
> >> Flashcoders@chattyfig.figleaf.com
> >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >>
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
>
>
> --
> The Random Lines
> My online portfolio
> www.therandomlines.com
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Full Screen issue on a Mac

2008-08-16 Thread Ashim D'Silva
Fine on Firefox, doesn't work on Safari for some reason.
Intel Mac Book Pro.

And you should really look into SWFObject for embedding your flash content
in html. Will help you integrating and make things easier.

2008/8/17 Dave Wood <[EMAIL PROTECTED]>

> Could someone with a Mac check if this is working in fullscreen?
>>
>
>
> Sorry, no. And clicking your "go full screen" button does nothing. No
> crashes though.
>
> Intel Max OSX 10.5.4, Safari 3.1.2, Flash player version 9.0.124.
>
> Cheers
>
> David
>
>
>
>
>>
>> http://venturawave.com/fs/fullscreen.html
>>
>> This site crashed on my client's  Mac.  The problem was likely that I
>> didn't
>> include or nest the the embed tags within the object tags in my html page
>> when I modified for full screen.  Here's my new code in the html (which
>> hopefully works) ...
>>
>>
>> >   data="fullscreen.swf" type="application/x-shockwave-flash" width="640"
>> height="510"
>>   
>>   
>>   >   src="fullscreen.swf"
>>   quality="high"
>>   bgcolor="#ff"
>>   width="640"
>>   height="510"
>>   name="stage"
>>   align="middle"
>>   allowScriptAccess="sameDomain"
>> type="application/x-shockwave-flash" pluginspage=
>>   "http://www.macromedia.com/go/getflashplayer";
>>   
>> 
>>
>>
>> carlos
>> ___
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
The Random Lines
My online portfolio
www.therandomlines.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Full Screen issue on a Mac

2008-08-16 Thread Dave Wood

Could someone with a Mac check if this is working in fullscreen?



Sorry, no. And clicking your "go full screen" button does nothing. No  
crashes though.


Intel Max OSX 10.5.4, Safari 3.1.2, Flash player version 9.0.124.

Cheers

David






http://venturawave.com/fs/fullscreen.html

This site crashed on my client's  Mac.  The problem was likely that  
I didn't
include or nest the the embed tags within the object tags in my html  
page
when I modified for full screen.  Here's my new code in the html  
(which

hopefully works) ...


   data="fullscreen.swf" type="application/x-shockwave-flash"  
width="640"

height="510"
   
   
   http://www.macromedia.com/go/getflashplayer";
   



carlos
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Full Screen issue on a Mac

2008-08-16 Thread chas warn
Could someone with a Mac check if this is working in fullscreen?

http://venturawave.com/fs/fullscreen.html

This site crashed on my client's  Mac.  The problem was likely that I didn't
include or nest the the embed tags within the object tags in my html page
when I modified for full screen.  Here's my new code in the html (which
hopefully works) ...




http://www.macromedia.com/go/getflashplayer";




carlos
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders