A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Load Movie problems...

  1. #1
    Junior Member
    Join Date
    Aug 2001
    Posts
    14

    •• HELP, NOW V. URGENT •• - Load Movie problems...

    Bit of a newbie, so please bear with me...

    I've got a flash presentation which I'm producing a projector from. I've been given a swf from a third party to import in my presentation. The swf is not the same stage size as mine and was used as a popup movie previously. Therefore when I bring it in its smaller than my stage and goes top left and I see the items bleeding off what would have been its stage (therefore not seen). The swf is also a minute long and I only want to use the first 20 seconds or so.

    Can I load the movie and crop it so that I only see what I'm meant to see and also position it elsewhere on the stage?

    Can I also control how long the movie plays so that I only get the first 20 seconds or so?

    What's the best way to ensure that my movie waits for the swf to play out then move onto its next frame automatically?

    All help very appreciated.
    Last edited by pixelgd; 07-10-2003 at 04:15 AM.

  2. #2
    Live And Let Live All sutar's Avatar
    Join Date
    Mar 2002
    Posts
    202
    yes you can do it..

    just make a place_holder movie clip try to load the external movie into it.

    and about controlling the movie you have to know the internal funtioning of the movie( how many mc's and frames are used ).

    ______________________________________________


  3. #3
    Junior Member
    Join Date
    Aug 2001
    Posts
    14
    Originally posted by sutar
    yes you can do it..

    just make a place_holder movie clip try to load the external movie into it.

    and about controlling the movie you have to know the internal funtioning of the movie( how many mc's and frames are used ).
    When you say create a place_holder clip, how do I do this. I now how to create a movie clip but how do I crop the physical size of the incoming swf file? I assume then I can place my movieclip on the stage in the position I want?

    Is there a way to crop the time length of the movie within the movie clip I'm going to make, and get it right through trial and error as the author of the swf is not available and uncontactable?

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    You would have to mask the container movie clip.

    As for loading an external movie clip, check this:

    http://www.kirupa.com/developer/mx/loading.htm

    When your external movie is loaded, you can get the total frames number, and with a control movie clip stop that movie playing at any given frame.
    If you have stopped your main movie from playing, you could in the same control mc, have it play, when you stop the external movie.

  5. #5
    Live And Let Live All sutar's Avatar
    Join Date
    Mar 2002
    Posts
    202
    place_holder mc is nothing just a blank movie clip which will be placed on the main stage to place the incoming movie.

    for resizing the mc just get the stage size

    Stage.height
    Stage.width

    lets say half of the size

    than
    my_Place_MC.height = Stage.height/2 ;
    my_Place_MC.width = Stage.width/2 ;

    I think this will solve

    ______________________________________________


  6. #6
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Sutar...

    Re-read the questions!

  7. #7
    Junior Member
    Join Date
    Aug 2001
    Posts
    14
    Originally posted by oldnewbie
    You would have to mask the container movie clip.

    As for loading an external movie clip, check this:

    http://www.kirupa.com/developer/mx/loading.htm

    When your external movie is loaded, you can get the total frames number, and with a control movie clip stop that movie playing at any given frame.
    If you have stopped your main movie from playing, you could in the same control mc, have it play, when you stop the external movie.
    Thanks for the above link. I now understand how to get the swf in. How do I then mask the swf so that I don't see the unwanted. I know how to produce a mask normally but not in this instance. And finally are they any options with respect to shortening my swf file?

    Thanks again.

  8. #8
    Junior Member
    Join Date
    Aug 2001
    Posts
    14
    Can anyone please help with the above, getting desperate!!!

    Thanks

  9. #9
    Junior Member
    Join Date
    Aug 2001
    Posts
    14
    Someone must know how to do this, very urgent now, ppplllleeeassssseee help!!!!

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