Ask a Question related to Macromedia Director Basics, Design and Development.
-
LeeD #1
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
-
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... -
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,... -
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... -
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... -
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... -
Mike Soriano #2
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...no> hi
> i am getting the error in director but in flash there is no error so dont8.5> 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>
> any ideas,
> Lee
>
>
Mike Soriano Guest
-
vmail #3
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
-
vmail #4
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



Reply With Quote

