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

2006-01-27 Thread khair
Is there a smooth pimp daddy way to test if an library item with linkage ID assigned to it exists by using Actionscript 2.0? --Keith H-- ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

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, test, 420); if (test == undefined) { trace(linkage