[Flashcoders] Possible to mute all swf's on a page with Javascript?

2007-12-14 Thread Berkay Unal
Hi Coders, Is it possible to shot the sounds of all the swf's on the page with a javascript or with a flash param? Thanks ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Possible to mute all swf's on a page with Javascript?

2007-12-14 Thread Pete Hotchkiss
If you have multiple swf's playing sound - and you want to toggle them all/on off then look at the LocalConnection - you can pass events between SWF's easily http://www.adobe.com/support/flash/action_scripts/local_connection_objec ts/ Hope this helps Pete -Original Message- From:

Re: [Flashcoders] as3 + non english input charCode ?

2007-12-14 Thread Zeh Fernando
i am using arial and i am successful in typing into a textfield Ok, then are you on Windows? Using Arial won't do it--you have to use Arial Unicode MS. Regular Arial just has the ANSI character set, which is basically most Western European languages. Not really. Arial *is* unicode and has

[Flashcoders] GET vs POST with ip-address mapping

2007-12-14 Thread Andrew Sinning
Under Windows XP, running FMX04 in authoring mode. I've set up my ip-address map in 'c:\system32\drivers\etc\hosts' to direct a domain name to my development server. It's been working just fine for LoadVars in GET mode and also with the XMLObject, but it doesn't appear to work with the

Re: [Flashcoders] Possible to mute all swf's on a page with Javascript?

2007-12-14 Thread Bob Wohl
Local connection does work but to communicate to flash with JS you will need to look into ExternalInterface methods. You would need to access the swf though to addCallBacks. hth B. On Dec 14, 2007 4:08 AM, Pete Hotchkiss [EMAIL PROTECTED] wrote: If you have multiple swf's playing sound - and

RE: [Flashcoders] as3 + non english input charCode ?

2007-12-14 Thread Francis Cheng
As far as I know, you can't use the KeyboardEvent class for this purpose because KeyboardEvent.charCode is designed to return the same value no matter which language you use for input. What you need to do is actually capture the value input into your text field and use String.charCodeAt() on

[Flashcoders] Re: GET vs POST with ip-address mapping

2007-12-14 Thread Andrew Sinning
So, the problem was completely unrelated to using POST vs GET. It turns out that a php runtime error will result in Flash reporting Error opening URL. I expected to see the data returned in the onData string parameter. Andrew Sinning wrote: Under Windows XP, running FMX04 in authoring

[Flashcoders] autosize and wordWrap

2007-12-14 Thread Mendelsohn, Michael
Hi list... I'm putting a TextField on the stage and I want to know it's _width. (AS2) It's two lines long (htmlText = true), and so I have wordWrap = true. The issue is that according to the autoSize documentation: If wordWrap is also set to true, then only the bottom side of the text field

RE: [Flashcoders] autosize and wordWrap

2007-12-14 Thread Mendelsohn, Michael
Pardon me -- I just discovered TextField.textWidth. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] [Sort of OT] Flex Usage - IDE

2007-12-14 Thread Helmut Granda
Hi all, I remember while back reading about being able to use Flex for commercial projects as long as it was a single user...? I was wondering if anyone knew something or could confirm this. The subject line is Sort of OT because if we can use Flex for commercial projects (I am referring to the

[Flashcoders] Compiling Air in Flash Develop Beta 5

2007-12-14 Thread Omar Fouad
When compiling AS3 for the first time, FD asks to set the path of the SDK it will use to compile the code (in this case the Flex path). When I opened an Air Project it asked me to set the compiler settings.. In this case what should I do? Thanks in advance -- Omar M. Fouad - Digital Emotions

[Flashcoders] AS2 scrollbar class

2007-12-14 Thread Corban Baxter
hey guys I have been looking for a good scroll bar class in AS2 something that will allow me to chane the text in the scroll field and the scroll bar will adjust dynamically and also work with the scroll wheel? Does anyone know of anything out there that might be available? It doesn't have to be a

Re: [Flashcoders] Re: GET vs POST with ip-address mapping

2007-12-14 Thread Glen Pike
Hi, I keep doing this too with server side scripts. A tip, you may know or not want to hear, but if you repeat it often enough you eventually remember. I was told to always set my scripts up to work with $_REQUEST before changing to $_POST or $_GET, then they can be tested using

Re: [Flashcoders] Compiling Air in Flash Develop Beta 5

2007-12-14 Thread Steven Sacks
FlashDevelop has a dedicated forum for questions related to working with it. You should post your questions there. :) http://www.flashdevelop.org/ Omar Fouad wrote: When compiling AS3 for the first time, FD asks to set the path of the SDK it will use to compile the code (in this case the

Re: [Flashcoders] Compiling Air in Flash Develop Beta 5

2007-12-14 Thread Latcho
it has to be the root of your flex sdk installation (not even the bin folder as I remember) C:\ your installation path\flex*.**_sdk\ Latcho Steven Sacks wrote: FlashDevelop has a dedicated forum for questions related to working with it. You should post your questions there. :)

[Flashcoders] picture 3D cube

2007-12-14 Thread zhaozhoujun520
Who u guys know how to make a picture 3D cube,which I think so cool. sany's 3D classes I know is a way to fix it. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders