Re: [Flashcoders] Dragging loads of sound files from library into amovie clip

2009-04-09 Thread Muzak
Hey Paul, Use jsfl again.. - create a new movieclip in library (mc:audio) - edit the movieclip (enter editMode) - loop through all library items - if item == sound - create new layer in movieclip - add sound to new layer fl.outputPanel.clear(); fl.trace(Audio to MovieClip Command); var

RE: [Flashcoders] Dragging loads of sound files from library into amovie clip

2009-04-09 Thread Paul Steven
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Muzak Sent: 09 April 2009 15:27 To: Flash Coders List Subject: Re: [Flashcoders] Dragging loads of sound files from library into amovie clip Hey Paul, Use jsfl again.. - create a new movieclip in library (mc:audio) - edit the movieclip

Re: [Flashcoders] Dragging loads of sound files from library into amovie clip

2009-04-09 Thread Karl DeSaulniers
: Re: [Flashcoders] Dragging loads of sound files from library into amovie clip Hey Paul, Use jsfl again.. - create a new movieclip in library (mc:audio) - edit the movieclip (enter editMode) - loop through all library items - if item == sound - create new layer in movieclip - add sound