Re: [Flashcoders] scrolling webpage with flash

2011-07-12 Thread Micky Hulse
On Tue, Jul 12, 2011 at 3:05 AM, Cor wrote: > Thank you! Ditto! I have always used ExternalInterface and jQuery for my JS/Flash projects... I am totally looking forward to trying BrowserCanvas! I am especially interested in how they packaged their JS with their Flash apps... That technique could

RE: [Flashcoders] scrolling webpage with flash

2011-07-12 Thread Cor
height then the scrollbar of the > >> browser will show. > >> > >> > >> Best regards, > >> Cor > >> > >> -Original Message- > >> From: flashcoders-boun...@cha

Re: [Flashcoders] scrolling webpage with flash

2011-07-11 Thread Amanda Kuek
world: > Those who understand binary and those who don’t." > > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com [mailto: > flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki > Sent: donderdag 30 juni 2011 22:32 > To

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Kevin Newman
I sure hope they don't nerf it. :-) Kevin N. On 6/30/11 5:32 PM, Henrik Andersson wrote: Kevin Newman skriver: On 6/30/11 4:40 PM, Eric E. Dolecki wrote: document.getElementById("divName").style.height = You can even do that completely from within flash: function onResizeHandler(event:Even

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Henrik Andersson
Kevin Newman skriver: On 6/30/11 4:40 PM, Eric E. Dolecki wrote: document.getElementById("divName").style.height = You can even do that completely from within flash: function onResizeHandler(event:Event):void { if (ExternalInterface.available) ExternalInterface.call("function(){document.getEle

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Kevin Newman
On 6/30/11 4:40 PM, Eric E. Dolecki wrote: document.getElementById("divName").style.height = You can even do that completely from within flash: function onResizeHandler(event:Event):void { if (ExternalInterface.available) ExternalInterface.call("function(){document.getElementById('

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Matt S.
n...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Matt S. > Sent: donderdag 30 juni 2011 17:50 > To: Flash Coders List > Subject: Re: [Flashcoders] scrolling webpage with flash > > then you should definitely check out SWFFIT, that can do what you're looki

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Eric E. Dolecki
and those who don’t." > > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. > Dolecki > Sent: donderdag 30 juni 2011 22:32 > To: Flash Coders List > Subject: R

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
inary and those who don’t." -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki Sent: donderdag 30 juni 2011 22:32 To: Flash Coders List Subject: Re: [Flashcoders] scrolling webpage with f

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
Kevin Newman Sent: donderdag 30 juni 2011 22:27 To: Flash Coders List Subject: Re: [Flashcoders] scrolling webpage with flash It sounds like you would need to use ExternalInterface and JavaScript to resize your HTML container for the swf. I'd suggest wrapping the swf container (whatever embe

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Eric E. Dolecki
s, > Cor > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Matt S. > Sent: donderdag 30 juni 2011 17:50 > To: Flash Coders List > Subject: Re: [Flashcoders] scrolling webpage with fla

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Kevin Newman
Sent: donderdag 30 juni 2011 17:50 To: Flash Coders List Subject: Re: [Flashcoders] scrolling webpage with flash then you should definitely check out SWFFIT, that can do what you're looking for. .m On Thu, Jun 30, 2011 at 11:38 AM, Cor wrote: I need loaded content to be able to grow within

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Matt S. Sent: donderdag 30 juni 2011 17:50 To: Flash Coders List Subject: Re: [Flashcoders] scrolling webpage with flash then you should definitely check out SWFFIT, that can do what you're looking for. .m On Thu, Jun 30,

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Matt S.
will > show. > > > Best regards, > Cor > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Matt S. > Sent: donderdag 30 juni 2011 17:33 > To: Flash Coders List > Subject: Re: [Fl

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
] On Behalf Of Matt S. Sent: donderdag 30 juni 2011 17:33 To: Flash Coders List Subject: Re: [Flashcoders] scrolling webpage with flash Not sure what you need exactly, but SWFFit is a nice little utility for various flash resizing needs: http://swffit.millermedeiros.com

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Matt S.
Not sure what you need exactly, but SWFFit is a nice little utility for various flash resizing needs: http://swffit.millermedeiros.com/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoder

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
List Subject: Re: [Flashcoders] scrolling webpage with flash Set the embeding code to use a dynamic size, such as 100 %. Then use the Stage.stageWidth and Stage.stageHeight properties to do your layout. ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Henrik Andersson
Set the embeding code to use a dynamic size, such as 100 %. Then use the Stage.stageWidth and Stage.stageHeight properties to do your layout. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/fl

[Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
I am creating a flash site but need it to be dynamic in height so it is scrollable. So I need to extend the stage height to the content so the html is scrolling? How do I need to set this in Flash/Actionscript 3.0??? TIA, Cor ___ Flashcoders mailing