Director 8.5 and flash mx?

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Director 8.5 and flash mx?

    Hi all,

    Bunch of questions from a noob

    trying to do a tutorial by computer arts ("british mag"). As they made the
    flash part with flash mx 2004 i can only use the .swf part.

    So i insert>media element>flash movie.
    1 But i can't see the flash part on stage?
    2 What are the restrictions with director 8.5 and flash mx vs director mx 2004
    and flash mx 2004???
    3 I am trying to make a collapse menu in flash where some menu collapse states
    are higher then the director movie hight. Can i make the flash menu verticale
    scrollable in director??

    Grtz,



    keiTai Guest

  2. Similar Questions and Discussions

    1. using flash in director
      Hello My project is to put in closed-caption for flash animation. The thing is, I was only given a .swf file to work with, and it has a looped...
    2. Flash(SWF) in Director MX 9.0
      I'm a N00b, can someone please help me. How do I save my work to a flash .swf file? I have Director MX 9.0, and I found how to save to .avi, .mov,...
    3. Help with flash and director
      On playback of my latest projector movie, i have a flash video swf in it, on windows xp it plays back fine and the audio is cool, when i play it back...
    4. Director vs Flash
      I am just getting started on an multimedia project for a large company's corporate executive meeting. I used director in my previous job several...
    5. Video in Flash - Flash in Director
      I have a video in Flash and I have this flash piece in Director. When I call a sprite(pSprite).play() after calling a sprite(pSprite).stop(), the...
  3. #2

    Default Director 8.5 and flash mx?

    Hi all,

    Bunch of questions from a noob

    trying to do a tutorial by computer arts ("british mag"). As they made the
    flash part with flash mx 2004 i can only use the .swf part.

    So i insert>media element>flash movie.
    1 But i can't see the flash part on stage?
    2 What are the restrictions with director 8.5 and flash mx vs director mx 2004
    and flash mx 2004???
    3 I am trying to make a collapse menu in flash where some menu collapse states
    are higher then the director movie hight. Can i make the flash menu verticale
    scrollable in director??

    Grtz,



    keiTai Guest

  4. #3

    Default Re: Flash and director frame number and frame marker

    THink i got it

    on (release) {
    getURL ("Lingo:go to frame \"test\"");
    }

    Will go to a director marker called test
    keiTai Guest

  5. #4

    Default Re: Director 8.5 and flash mx?

    Director 8.5 is limited to Flash 5 or older .swf files, you can set the
    publish setting in flash to save in older compatible form.
    JB Guest

  6. #5

    Default Re: Flash and director frame number and frame marker

    If that doesn't work, try this:

    on (release) {
    getURL("lingo: go \"test\" ")
    }

    I've tried a lot of different way that didn't work, but this always does for me.
    Lutris Man Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139