A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: load an SWF File into my current project.?!

  1. #1
    Member
    Join Date
    Feb 2002
    Posts
    58

    load an SWF File into my current project.?!

    I know, Im an idiot, but I have an old SWF File I want to put into my current project. well how can I do this? Movieclip.loadmovie? well I tried this but what method do I use?! for URL I put the file name, tried with and without the extention of swf. any help please? or how cna I implent the html file into it?
    Last edited by xero2k; 01-13-2003 at 03:50 PM.

  2. #2
    Junior Member
    Join Date
    Dec 2002
    Posts
    20

    Loading swf example

    The most important thing when loading external data, is the route you place your files in the server´s root directory.
    Lets imagine taht your main movie is called one.swf, and you want to load second.swf file in it. first place both swf files in the same directory (folder)
    then choose a momento to load second.swf, lets say you want to do it, when you enter frame number 56. so in it, open the action panel and write

    COLOR=blue]loadMovieNum("second.swf", 0);[/COLOR]

    just when enters that frame it will load the external swf file.

    if by any chance you need to place it into an specific position in your stage, create a destination clip called target
    and on the properties panel, put as instance name target.

    then on the desired frame write the following actionscript:

    loadMovie("second.swf", "target");

    on the droplist select destiny instead of level, if u dont, it will open the movie in a new browser window


    any doubts, .....???? post reply me!

    good luck

    dethbanger

  3. #3

    How do you resize that Imported movie?

    Hey,

    This is exactly what i am trying to do too. I have imported the external .swf file, now all i need to do is resize and position it in a better place.....how do i do this, because it doesnt show up in my main movie...

    thanks heaps..

    chaps

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Loading on another level or in a holder mc?

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