[Flashcoders] Distribute some audio classes as SWC?

2011-01-25 Thread Eric E. Dolecki
I have about 5 pieces of original music in the form of MP3s that I use a ton. Normally I would import them into my Library, give them a class name and call them up in my document class. However I'd rather be able to stuff them into a SWC and access them. I'm googling now, but how can I do this? I h

[Flashcoders] Re: Distribute some audio classes as SWC?

2011-01-25 Thread Eric E. Dolecki
My bad - I didn't see the Export SWC in Publish Settings :) On Tue, Jan 25, 2011 at 9:46 AM, Eric E. Dolecki wrote: > I have about 5 pieces of original music in the form of MP3s that I use a > ton. Normally I would import them into my Library, give them a class name > and call them up in my doc

Re: [Flashcoders] error 2101 urlvariables decode

2011-01-25 Thread Latcho
I checked your flashcode on pastebin make sure the object where you assign your variables in ( the one you named _var) is of the type UrlVariables. I can't see wether that is the case in your code but I suspect not. *var _var= new UrlVariables()* _var.fieldX = inputX.text _var.fieldY = inputY.t

RE: [Flashcoders] Re: Help with Image Slideshow - displaying random image

2011-01-25 Thread Keith Reinfeld
> Won't the image and corresponding desc both > be scrambled in an array since I > want to display them together? Christopher, Have you considered adding each textfield as a child of each image container? Regards, Keith Reinfeld Home Page: http://keithreinfeld.home.comcast.net

[Flashcoders] Re: Help with Image Slideshow - displaying random image

2011-01-25 Thread Christopher Lucas
Which method would you like me to expand on? On 1/24/2011 12:33 PM, Christopher Lucas wrote: > Anthony, I agree, it is hard to read these emails...but anyway, you said: > > OOPS...thank goodness I re-read my last post... realized I screwed up, > because the first version I made should actually mo

[Flashcoders] Keith: Re: Help with Image Slideshow - displaying random image

2011-01-25 Thread Christopher Lucas
Subject: RE: [Flashcoders] Re: Help with Image Slideshow - displaying random image > Won't the image and corresponding desc both > be scrambled in an array since I > want to display them together? Christopher, Have you considered adding each textfield as a child of each image container? Regards,

RE: [Flashcoders] Keith: Re: Help with Image Slideshow - displaying random image

2011-01-25 Thread Keith Reinfeld
Christopher, Here is a suggested edit of your original code: import fl.transitions.Tween; import fl.transitions.easing.*; import fl.transitions.TweenEvent; var my_speed:Number; var my_total:Number; var my_images:XMLList; var rArr:Array = [];//khr var my_loaders_array:Array = []; var my_labels