A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Probs Importing MixFx and AnimFX

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Posts
    22

    Probs Importing MixFx and AnimFX

    Does anyone else have a problem doing this ?

    MixFx creates a .swf file.

    I try to import to library and it does not appear in the library.

    I try a std import and FlashMX quits out.

    I have rebuilt my PC etc etc and nothing seems to work. Has anyone got a work round for this... or do u not have the problem ?

    Thanks

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    You'll have to use loadMovie, to bring them in !!

  3. #3
    Junior Member
    Join Date
    Oct 2002
    Posts
    22
    ok so I click the Loadmovie command then drag the .SWF file from my desktop into flashMX and it just crashes out.

    if this is not orrect could you offer the correct syntax for the loadmovie command..

    im confused

  4. #4
    Senior Member
    Join Date
    Jun 2001
    Location
    Ottawa, Canada
    Posts
    304

    try this

    loadMovie ("moviename.swf", 1);

    put this actionscript in the frame that you want...

    you are telling flash to "please load the movie called "moviename.swf" into level 1... or whatever level you want...

    i know it will load mix-fx but probably not anim-fx files...they are dependent upon a txt file for its variables....

    goto the tutorials section to get more info.. dont drag and drop...

  5. #5

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