A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: here's a good one - sync an external swf file

  1. #1
    Member
    Join Date
    Dec 2000
    Posts
    32
    meaning getting a loaded swif to sync with another swf...like a sound track or something

  2. #2
    Two options:

    Have the loaded SWF start the MC in _level0 (or which ever SWF/MC is to be synced).

    Or, have an action in the SWF that is loaded first, with an action:
    Code:
    If (_level#.bytesLoaded == _level#.totalBytes){
        _level#.play();
    }
    Put this action where you want the two to sync up.


    [Edited by the gatekeeper on 04-09-2001 at 01:55 PM]

  3. #3
    Senior Member
    Join Date
    Nov 2000
    Location
    India,chennai
    Posts
    223

    Thumbs up

    hello can u refer..my quetion.

    which is same as like. this.but it's confusing..
    i.e, see victorstat posted about preloading think

    thankx..

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