[Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Andrew Murphy
Hi. :) I was wondering if a .swf embedded in a web page fires and event(s) when... 1) ...the user navigates away from the page. 2) ...the user closes the browser window. I doubt that it does but thought I'd check with the experts here first. Thank you. :) -

[Flashcoders] Does Flash fire any event(s) when...

2009-02-05 Thread Cor
- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Cor Sent: donderdag 5 februari 2009 10:13 To: 'Flash Coders List' Subject: RE: [Flashcoders] Does Flash fire any event(s) when... I don't know Javascript. And also Exter

[Flashcoders] Does Flash fire any event(s) when...

2009-02-05 Thread Ricardo M. Portilho
Hi, I was wondering if it is possible to action script a slider to increase and decrease the size of a video component that plays flv or a for swf video on a higher level than main movie. Any ideas? tanks, R. ___ Flashcoders mailing list Flashcode

Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Charles Parcell
I am not aware of Flash making these event calls but JavaScript can (unLoad). Charles P. 2009/2/4 Andrew Murphy > Hi. :) > > I was wondering if a .swf embedded in a web page fires and event(s) when... > > > 1) ...the user navigates away from the page. > > 2) ...the user closes the browser win

Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Eric E. Dolecki
There is stage.addEventListener( Event.DEACTIVATE, method ); stage.addEventListener( Event.ACTIVATE, method ); - eric 2009/2/4 Andrew Murphy > Hi. :) > > I was wondering if a .swf embedded in a web page fires and event(s) when... > > > 1) ...the user navigates away from the page. > > 2) ...the

RE: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Andrew Murphy
uary 04, 2009 8:50 AM > To: Flash Coders List > Subject: Re: [Flashcoders] Does Flash fire any event(s) when... > > There is > stage.addEventListener( Event.DEACTIVATE, method ); > stage.addEventListener( Event.ACTIVATE, method ); > > - eric > > 2009/2/4 Andrew Murphy >

Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Eric E. Dolecki
27;en aviser l'émetteur et d'en > détruire le contenu sans le communiquer a d'autres ou le reproduire. > > > > > -Original Message- > > From: flashcoders-boun...@chattyfig.figleaf.com > > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf > > Of E

RE: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Cor
f.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki Sent: woensdag 4 februari 2009 16:26 To: Flash Coders List Subject: Re: [Flashcoders] Does Flash fire any event(s) when... Ya, too bad there isn't something akin to what AIR has (NativeApplication.nativeApplication.addEve

Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Nate Beck
le communiquer a d'autres ou le reproduire. > > > > > > > > > -----Original Message- > > > From: flashcoders-boun...@chattyfig.figleaf.com > > > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf > > > Of Eric E. Dolecki > &g

RE: [Flashcoders] Does Flash fire any event(s) when...

2009-02-05 Thread Cor
18:05 To: Flash Coders List Subject: Re: [Flashcoders] Does Flash fire any event(s) when... Use ExternalInterface and close out the browser using Javascript. On Wed, Feb 4, 2009 at 7:31 AM, Cor wrote: > I have my swf in a html-page, but it is set to fullscreen. > I create a close button. &g

Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-05 Thread allandt bik-elliott (thefieldcomic.com)
you could certainly increase / decrease the scale of a clip/sprite containing a video playing flv could you start a new thread in future, please? - i find these hijacked threads really hard to follow thanks On Thu, Feb 5, 2009 at 1:12 PM, Ricardo M. Portilho < ricardo.monteiro.porti...@gmail.com