[flexcoders] Re: check if the user has block all sites from using the camera and microphone

2012-08-02 Thread Chuck Preston
; statusMessageLevel = event.level; // check for microphone is still muted here } On Tue, Jun 19, 2012 at 12:23 PM, Chuck Preston itsmechuckjr@...wrote: ** Is there a way to check if the user has selected block all sites from using the camera and microphone in the global Flash

[flexcoders] check if the user has block all sites from using the camera and microphone

2012-06-19 Thread Chuck Preston
Is there a way to check if the user has selected block all sites from using the camera and microphone in the global Flash settings with AS3? I'm trying to access the microphone and if the user has block all sites... selected, I need to put up a dialog box. Microphone.muted is true if the user

[flexcoders] Re: How to scale down StageWebView?

2011-12-16 Thread Chuck Preston
The only way I know is to destroy the current stageWebView object, and then create a new one with the scaled width and height. --- In flexcoders@yahoogroups.com, markflex2007 markflex2007@... wrote: I want to do webView.scaleX = 0.5; webView.scaleY = 0.5; but StageWebView doesn't

[flexcoders] Re: ViewNavigatorApplication not passing strongly-type firstViewData property.

2011-09-18 Thread Chuck Preston
I don't know the reason why objects lose their type sometimes, but I know that when it does happen, the solution is to retype them. In your case, you'd have to do something in your first view like: var modelLocator:ModelLocator = data as ModelLocator; --- In flexcoders@yahoogroups.com,

[flexcoders] Spark panel title fontWeight

2010-10-12 Thread Chuck Preston
Is it possible to change the fontWeight of the title of a Spark panel to normal/regular? It's always bold. I'm using an external css file. Thanks.

[flexcoders] Re: Spark panel title fontWeight

2010-10-12 Thread Chuck Preston
Thanks

[flexcoders] Re: Programming 101: event target

2008-09-24 Thread Chuck Preston Jr.
For the same reason tree structures are upside down, with their roots at the top. ActionScript is from the Bizzaro world. --- In flexcoders@yahoogroups.com, gwangdesign [EMAIL PROTECTED] wrote: Hi, I am just wondering why, in ActionScript, the subject of an event is called a target? Is it