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 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 NetStream, FLV and AS2, 
just remember a couple things:


1) NetConnection and NetStream instances should be stored as movieclip 
or object properties, not local variables.
2) If you instantiate NetConnection and NetStream in an AS2 class, make 
sure the class is not instantiated into a local variable, either.


This behavior seems strange to me, and I'm not sure if it's already a 
known bug.  If anyone can shed any further light on this topic, it would 
be appreciated :)


-Dan


On Jun 29, 2006, at 7:52 PM, Dan Rogers wrote:


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 rolling my mouse 
over a movieclip that uses a Tween to do an alpha fade.


Has anyone had any experience troubleshooting this?  I'm using Flash 8 
and AS2...  and am completely stumped at this point.   I've tried both 
the mx.transitions.Tween and the ZigoTween engine, and they both bring 
the FLV to a halt.


Thanks.
-Dan

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 NetStream, FLV and AS2,  
just remember a couple things:


1) NetConnection and NetStream instances should be stored as  
movieclip or object properties, not local variables.
2) If you instantiate NetConnection and NetStream in an AS2 class,  
make sure the class is not instantiated into a local variable, either.


This behavior seems strange to me, and I'm not sure if it's already a  
known bug.  If anyone can shed any further light on this topic, it  
would be appreciated :)


-Dan


On Jun 29, 2006, at 7:52 PM, Dan Rogers wrote:


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 rolling my mouse  
over a movieclip that uses a Tween to do an alpha fade.


Has anyone had any experience troubleshooting this?  I'm using  
Flash 8 and AS2...  and am completely stumped at this point.   I've  
tried both the mx.transitions.Tween and the ZigoTween engine, and  
they both bring the FLV to a halt.


Thanks.
-Dan

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 rolling my mouse  
over a movieclip that uses a Tween to do an alpha fade.


Has anyone had any experience troubleshooting this?  I'm using Flash  
8 and AS2...  and am completely stumped at this point.   I've tried  
both the mx.transitions.Tween and the ZigoTween engine, and they both  
bring the FLV to a halt.


Thanks.
-Dan

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com