Re: [Flashcoders] Test if an library item exist (without JSFL)

2006-01-27 Thread M S
oh, hehe, if you are not using components, use attachMovie() Peace, Mike On 1/27/06, M S <[EMAIL PROTECTED]> wrote: > > Hi, > > What are you trying to do? > > var testLinkageName:String = "PimpDaddySmooth"; > var test = createObject(testLinkageName,

Re: [Flashcoders] Test if an library item exist (without JSFL)

2006-01-27 Thread M S
Hi, What are you trying to do? var testLinkageName:String = "PimpDaddySmooth"; var test = createObject(testLinkageName, "test", 420); if (test == undefined) { trace("linkage id is free in this library that is loaded"); } Peace, Mike On 1/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >

Re: [Flashcoders] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread M S
>> Is it less work to look at a poster than to use correct programming techniques? I don't knw about you but, I always take a map wherever I go :) HA! Peace, Mike On 1/27/06, thotskee <[EMAIL PROTECTED]> wrote: > > thanks, hope it helps out! wasnt trying to offend anyone :) > > all the best > >

Re: [Flashcoders] Re:AS3 reference live docs missing?

2006-01-27 Thread M S
book. Peace, Mike On 1/27/06, M S <[EMAIL PROTECTED]> wrote: > > No, that is not the API book. I get the same page dead link to. > > On 1/27/06, Greg Hamer <[EMAIL PROTECTED]> wrote: > > > > Weird. This redirect link still works:

Re: [Flashcoders] Re:AS3 reference live docs missing?

2006-01-27 Thread M S
No, that is not the API book. I get the same page dead link to. On 1/27/06, Greg Hamer <[EMAIL PROTECTED]> wrote: > > Weird. This redirect link still works: > www.macromedia.com/go/programmingAS3 > ___ > Flashcoders mailing list > Flashcoders@chattyfig

Re: [Flashcoders] Access DropShadow filter via AS?

2006-01-23 Thread M S
Hello, var myList:Array = myMC.filters; myList[0].quality = 15; myMC.filters = myList; should do it, the filters array is a property of the MovieClip object, from there you can access all of the properties of said indexed filter. Peace, Mike On 1/23/06, Charles Parcell <[EMAIL PROTECTED]> wrot

Re: [Flashcoders] AS3 - FP9 - Flex2 - Flash9

2006-01-23 Thread M S
AH, yeah I wasn't quite clear if Flash Player 8.5 was going to be an offical release into public. Don't know why they would want to confuse all those millions of users with an 8.5 digit .. :) That makes sense though becasue the time frame is definatly far off for Flash 9. Peace, Mike On 1/23/06,

[Flashcoders] AS3 - FP9 - Flex2 - Flash9

2006-01-23 Thread M S
Just a curious question, Does any one know or have opinions on how Adobe is going to integrate AS3 into Flash ? Put another way, I can build AS3 components in Flex builder 2, view using the Flash player 8.5, and not use the Flex framework at all. What is the time frame of Flash Player 9, and Flas