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

  1. #1

    Default flash to director

    hi
    i am getting the error in director but in flash there is no error so dont no
    what to do!
    the error message is 'comma expected'

    on (release) {
    getURL("Lingo:go to frame 'front'");
    }

    --front is the marker that when the button is pressed in flash that go to
    in director
    i am using flash mx but converting it to a flash 5 movie, into director 8.5

    any ideas,
    Lee


    LeeD 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 Re: flash to director

    Hi Lee,

    Change your script in Flash to:

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

    The "\" escape sequence allows you to include quotations in your script.

    Regards,

    Mike Soriano
    Macromedia Technical Support
    "LeeD" <NottoDay@ntt.com> wrote in message
    news:bum22f$s6s$1@forums.macromedia.com...
    > hi
    > i am getting the error in director but in flash there is no error so dont
    no
    > what to do!
    > the error message is 'comma expected'
    >
    > on (release) {
    > getURL("Lingo:go to frame 'front'");
    > }
    >
    > --front is the marker that when the button is pressed in flash that go to
    > in director
    > i am using flash mx but converting it to a flash 5 movie, into director
    8.5
    >
    > any ideas,
    > Lee
    >
    >

    Mike Soriano Guest

  4. #3

    Default Flash to Director

    what the best way of doing it, I dont want to import a swf into a direct, Ive
    made a game in flash now I have to make it directoe copy and paste objects
    doesnot work, can Import librarys and work from there?

    vmail Guest

  5. #4

    Default Flash to Director

    what the best way of doing it, I dont want to import a swf into a direct, Ive
    made a game in flash now I have to make it directoe copy and paste objects
    doesnot work, can Import librarys and work from there?

    vmail 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