A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Senior Member
    Join Date
    Apr 2004
    Posts
    231

    how do I tell my flv to rewind?

    Just want it to go back to the start.....how do I do it? What is the syntax?

    Thanks.

  2. #2
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625
    You should go look in the Flash Help panel.
    Flash video is managed through the NetConnection and NetStream objects (because it always works as a streamed video input, even with simple video files).

    The NetStream object has a .seek method, that let's you point at any position within the movie length.

    Cheers,
    Ascanio.
    Altruism does not exist. Sustainability must be made profitable.

  3. #3
    Senior Member
    Join Date
    Apr 2004
    Posts
    231
    I don't understand how to do this.

    I have an flv on the stage. It has an instance name. How can I make it close when it is finished?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts




Click Here to Expand Forum to Full Width


HTML5 Development Center