Re: [Flashcoders] What is up with adobes documentation?

2011-05-06 Thread Ktu
Always go here for AS3 documentation: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/ Bookmark it. I haven't used livedocs in over a year. On Wed, May 4, 2011 at 9:49 AM, Glen Pike wrote: > Local help is a joke in Flash - if you install the AIR app, it just > downloads the

Re: [Flashcoders] cloning custon events

2011-05-06 Thread Paul Andrews
On 06/05/2011 08:03, Mattheis, Erik (MIN-WSW) wrote: I've an app that passes events outside of the DisplayList from one class to another. In my extended CustDataEvent class: public var param:*; public function CiustDataEventç(type:String, bubbles:Boolean = true, cancelable:Boolean=false, par

Re: [Flashcoders] Flash Opportunity

2011-05-06 Thread Glen Pike
Definitely not if you are lounging around the Dominican Republic and your name rhymes with steno... On 06/05/2011 16:12, Deepanjan Das wrote: Hi, Is remote development allowed for this requirement. Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri An

Re: [Flashcoders] Flash Opportunity

2011-05-06 Thread Deepanjan Das
Hi, Is remote development allowed for this requirement. Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah || *Think of the environment before printing this email

[Flashcoders] Flash Opportunity

2011-05-06 Thread Amanda Prostack
I wanted to reach out and see if anyone could refer someone for the role below at our client in Newtown Square/Media. Its a long term contract, at least 40 hours a week. Please feel free to have anyone reach out to me who may be interested. Thanks! Amanda Prostack MissionStaff 2

RE: [Flashcoders] load one swf movie after another

2011-05-06 Thread Cor
Look at (the tutorials) TimelineMax and LoaderMax on www.greensock.com Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of a...@yonearth.com Sent: vrijdag 6 mei 2011 11:32 To: Flash Coders List Subj

[Flashcoders] load one swf movie after another

2011-05-06 Thread amol
Hi all, Can anyone advise me the best way to load one swf movie after another into main movie. I have 12-15 seperate swf files in action script 2.0 What I want to happen is have the first swf load in, start, play fully, and then move on to the next one w

[Flashcoders] cloning custon events

2011-05-06 Thread Mattheis, Erik (MIN-WSW)
I've an app that passes events outside of the DisplayList from one class to another. In my extended CustDataEvent class: public var param:*; public function CiustDataEventç(type:String, bubbles:Boolean = true, cancelable:Boolean=false, param:* = null) { super(type, bubbles, cancelable); }