From: Dmitry S. <dm...@jz...> - 2003-10-27 03:16:33
|
Jago, > We've tried every combination possible - even blank fields. One thing about > that 'stop' parameter. Usually bool's come up as a drop down - this one is > an input field (string). That is already fixed. > we've tried '0', 'false' 'FALSE' ... but no > love.... We'll keep digging, but if there's anything you can think of that > might be affecting the behavior it would be great. This is for the Flash 5 > style Objects, not the components... I thought about that a bit more and here is what you need to do. Wrap Insert MP3 object into empty movie clip and set stream to true and stop to false. Then just drop this movie clip (with Insert MP3 inside) to a frame where you need your sound to start. It will be looping unless you set stop to true. > -----Original Message----- > From: Dmitry Skavish [mailto:dm...@jz...] > Sent: Thursday, October 23, 2003 4:03 PM > To: Jago Macleod > Cc: jge...@li... > Subject: Re: [Jgen-devel] Loop an mp3 file > > > >>Is it possible to loop an mp3 file using the Insert mp3 File Object? It >>seems as though that is what the 'stop' parameter is there for, but >>doesn't seem to be working for me. Any thoughts? > > > I guess you need to set 'stream' to false and 'stop' to false. It should do > the trick. > > -- > Dmitry Skavish > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > Jgen-devel mailing list > Jge...@li... > https://lists.sourceforge.net/lists/listinfo/jgen-devel > > -- Dmitry Skavish |