A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How to cordinate action on playing using adaptive preloader

Hybrid View

  1. #1
    Member
    Join Date
    Apr 2001
    Posts
    71

    How to cordinate action on playing using adaptive preloader

    Hi Jonathan
    I'm using Flix Pro 3.2 to create a swf with an adaptive preloader (buffer factor 1.1).

    When this is loaded into another swf I want to be able to coordinate an action when the movie starts to play.

    This is not working when using the code;

    If (GetProperty("video", _currentframe) > 0)
    Go to and Play ("turn_on")
    Else
    Go to and Play ("scrLoop")
    End If

    I think this is due to the fact that the adaptive loading frames are now inserted run prior to the original video frames. If so, how many frames does this insert (i.e. what frame number should I condition on to know the movie is laying before routing to the "turn_on" label)?

    Regard
    Dave

  2. #2
    Wildform Moderator
    Join Date
    Sep 2000
    Posts
    2,070
    HI.
    The video starts on frame 6 if counting frames 1...n.
    jb

  3. #3
    Member
    Join Date
    Apr 2001
    Posts
    71
    Now working perfectly.
    Many thanks.
    DG

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