On 10/05/2010 15:24, Lehr, Theodore wrote:
Say I have a sound that lasts 1.7 seconds. Is there a way to control what plays
- for example. if I want to start it .4 seconds in and stop it .2 seconds
before the end....
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Hi, you should be able to specify an offset to start from in the play
command.
To stop at some point before the end, you would have to "monitor" the
position with an enter-frame handler or a timer.
Glen
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders