A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Squeeze and auto start?

  1. #1
    Member
    Join Date
    Jul 2002
    Posts
    39
    Hello,

    Please help, i have bought Sorenson Squeeze to encode my video but when i use loadmovie on my flash file they all auto start how can i make them not auto start, I put a stop(); action at the bigining but doesn't seems to work.

    I should have bought flix because you can do it in the option menu not in Squeeze.

    Thanks

    Xav

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Are you loading your movie into a mc or onto the main stage ?

  3. #3
    Member
    Join Date
    Jul 2002
    Posts
    39
    Originally posted by estudioworks
    Are you loading your movie into a mc or onto the main stage ?
    I am loading my swf into an empty mc which is located on the main stage. am i doing something wrong?
    i should try maybe tomorrow to put a stop in the empty mc clip...

  4. #4
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    I would put the stop(); function in the empty mc in frame 1

  5. #5
    Member
    Join Date
    Jul 2002
    Posts
    39
    Thanks but did not work.

    I have been told by sorenson people to save it as .flv then put a stop then re-exporting as a swf and it works.

    Regards

  6. #6
    Flash Video Moderator Wheels's Avatar
    Join Date
    Dec 2000
    Location
    Minneapolis
    Posts
    1,590
    You can also do this when loading a Sorenson .swf to a level with:

    Code:
    emptyMC.onEnterFrame=function(){
         if(_level9.alpha==100)
              _level9.stop()
          }
          emptyMC.onEnterFrame=null;
    }
    Just have an empty MC (emptyMC) to target.

    5G

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