Re: [Flashcoders] FLV or MP3 stops during tween

2006-07-01 Thread Vibol Hou
I don't seem to have this issue. NetStream and NetConnection work fine in an object as an object variable, instantiated within the object. -V Dan Rogers wrote: For the record... I think I finally figured out what the problem was with my FLV. It turns out to have less to do with Tweening

Re: [Flashcoders] FLV or MP3 stops during tween

2006-06-30 Thread Dan Rogers
For the record... I think I finally figured out what the problem was with my FLV. It turns out to have less to do with Tweening functions and more to do with the fact that the NetStream class hates to be instantiated into a local variable. As a reference for anyone having trouble with

[Flashcoders] FLV or MP3 stops during tween

2006-06-29 Thread Dan Rogers
Hi there, first time on the list... I am working on a pretty intensive flash UI, which makes use of onEnterFrame events, Tween class animations, etc... and whenever I try to stream in an FLV or MP3, the playback completely stops after about 5-10 seconds. I can usually make it stop by