Re: [Flashcoders] MovieClip Opacity

2009-02-04 Thread K-Dawg
On Wed, Feb 4, 2009 at 8:59 PM, -whispers- wrote: > are you embedding the fonts? > No. Though when I do and then try to enumerate the fonts, I get 0 fonts and no text shows up. I guess I don't understand what the embedding fonts do. I'll have to read more on that. Thanks. Kevin _

Re: [Flashcoders] MovieClip Opacity

2009-02-04 Thread -whispers-
are you embedding the fonts? - Original Message - From: K-Dawg To: Flash Coders List Sent: Wednesday, February 04, 2009 6:10 PM Subject: [Flashcoders] MovieClip Opacity Hi, I am adding a jpg and two text boxes to a movieClip. I am then changing the opacity on a timer

[Flashcoders] MovieClip Opacity

2009-02-04 Thread K-Dawg
Hi, I am adding a jpg and two text boxes to a movieClip. I am then changing the opacity on a timer to fade in, and fade out. The jpg fades in and out just fine but the text boxes stay, so the whole image fades out and the text remains until it switches as the next set comes on screen. Is there

Re: [Flashcoders] How to turn off the DEBUG mode with Google Analytics

2009-02-04 Thread ekameleon
Hello :) ?? use the value "false" in the last argument of the constructor ? Read the documentation of the class : http://code.google.com/p/gaforflash/wiki/API search the GATracker class reference ;) The full signature of the constructor is : GATracker

[Flashcoders] How to turn off the DEBUG mode with Google Analytics

2009-02-04 Thread ACE Flash
Hey there, How can I turn off the debug mode by as3? so I am able to run it on the production server. thanks === import com.google.analytics.AnalyticsTracker; import com.google.analytics.GATracker; import com.google.analytics.debug.*; var tracker:AnalyticsTracker = new

RE: [Flashcoders] really help needed here.

2009-02-04 Thread Keith Reinfeld
You're welcome, Gus. No problem. Regards, -Keith http://keithreinfeld.home.comcast.net > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders- > boun...@chattyfig.figleaf.com] On Behalf Of Gustavo Duenas LRS > Sent: Wednesday, February 04, 2009 1:

Re: [Flashcoders] really help needed here.

2009-02-04 Thread Gustavo Duenas LRS
You are the best, thanks yOu brother...GOD bless you. Gus On Feb 4, 2009, at 12:24 AM, Keith Reinfeld wrote: trace("event.target.name =",event.target.name); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.co

Re: [Flashcoders] jpeg enhancement

2009-02-04 Thread [p e r c e p t i c o n]
Hi, I'm loading them...appreciate all the tips... cheers percy On Wed, Feb 4, 2009 at 12:05 AM, Hans Wichman < j.c.wich...@objectpainters.com> wrote: > Hi, > > are you loading them or are they in the library? > greetz > JC > > > > On Tue, Feb 3, 2009 at 3:45 PM, Matt S. wrote: > > > As Laurent

Re: [Flashcoders] OT: Internet Explorer 8

2009-02-04 Thread Nate Beck
I use: http://browsershots.org/ To quickly check rendering in different browsers. On Wed, Feb 4, 2009 at 8:39 AM, jonathan howe wrote: > Regarding being able to test in older versions of IE (since you can't run > parallel versions). > I used this program for a little while: > http://www.my-debu

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

2009-02-04 Thread Nate Beck
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. > But I can't seem to figure out how to close the swf and at the same time > the html page correctl

Re: [Flashcoders] OT: Internet Explorer 8

2009-02-04 Thread jonathan howe
Regarding being able to test in older versions of IE (since you can't run parallel versions). I used this program for a little while: http://www.my-debugbar.com/wiki/IETester/HomePage I think they actually use the real rendering engine via OLE but it has its flaws as well. It's been a year or so si

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

2009-02-04 Thread Cor
I have my swf in a html-page, but it is set to fullscreen. I create a close button. But I can't seem to figure out how to close the swf and at the same time the html page correctly with AS3. Any ideas? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders

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

2009-02-04 Thread Eric E. Dolecki
Ya, too bad there isn't something akin to what AIR has (NativeApplication.nativeApplication.addEventListener( Event.EXITING,... ) On Wed, Feb 4, 2009 at 9:58 AM, Andrew Murphy wrote: > Hi Eric. :) > > Unfortunately Event.DEACTIVATE also fires if a user clicks on a different > tab in their browse

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

2009-02-04 Thread Andrew Murphy
Hi Eric. :) Unfortunately Event.DEACTIVATE also fires if a user clicks on a different tab in their browser or a different application in their desktop. Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Tor

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

[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. :) -

Re: [Flashcoders] jpeg enhancement

2009-02-04 Thread Hans Wichman
Hi, are you loading them or are they in the library? greetz JC On Tue, Feb 3, 2009 at 3:45 PM, Matt S. wrote: > As Laurent said, check the smoothing, eg "image.smoothing = true;" , > that's almost always the issue, especially if they're being scaled > down and appearing jaggy. This is assumin