Results 1 to 6 of 6

Thread: imported swf into fla won't play with "movie" symbols

  1. #1
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default imported swf into fla won't play with "movie" symbols

    Here is something odd:

    I create a flash fla, it has symbols that are movie clips. I export this file as a swf. I start a new fla, and decide I want to import my swf. It works, except the "movie" sybols that animate within it no longer work when the swf is imported.

    One workaround is to save them as .avi or .mov and import them, sometimes image quality is compromised.

    any ideas or explanation?

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Hmm...two questions

    1) What do you mean by "movie" symbols? Movieclips or videos?
    2) What do you mean by "no longer word"? They don't show up? They don't play?

  3. #3
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default

    1)-movieclip

    2) they don't work -meaning they show up but remain still.

  4. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by evan View Post
    1)-movieclip

    2) they don't work -meaning they show up but remain still.
    Ahh, I see. Then my initial theory was right.

    Check your paths. Are you using _root anywhere? The problem is almost certainly that whatever code that you're using to "play" the movieclips inside the imported .swf.

    If you can't figure out what's wrong. Post that relevant code here and I'll see if I can help.

  5. The Following User Says Thank You to Medyman For This Useful Post:

    evan (04-14-2008)

  6. #5
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default

    Can you recomend some simple code syntax to use? Or else point me a link to a good tutorial? I learn fast. This problem is a good thing, I need to learn this, as I was NOT using a script at all!

    I just as well assumed I could treat sfw's as library items.

    You told me what was wrong, now I need to figure out how to do it.

  7. #6
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Loading an External SWF (I think you've done this already):
    http://www.iheartactionscript.com/lo...al-swf-in-as3/

    Controlling External Clips with Flash CS3
    http://www.flashandmath.com/intermed...ext_clip2.html

    Controlling Flash Video with Flash CS3
    http://www.flashandmath.com/intermed...ext_clip3.html

    HTH

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •