Skip to main content
Participant
September 9, 2007
Question

Looing 3D Logo

  • September 9, 2007
  • 1 reply
  • 213 views
I have created a 3d looping logo animation. I can get it to play back with Action Script using the NetConnection, NetStream methods and have it jump to the start at the end of the animation and continue running. Problem is that whenever it jumps to the start there is a pause before it continues playing. Is there a way with AS3 to get the logo to loop without stopping?
This topic has been closed for replies.

1 reply

Inspiring
September 9, 2007
If its just a plain video animation without synch'ed sound in the flv then perhaps you can import it into a timeline and export that as a swf. Load in the swf and just play the timeline instead of using a flv/netstream object

I've not tried this for flash9/as3 but I presume it could work the same way...