Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
rgb Converter V1.0.1
ProMix Xtra for Authorware and Director
RADHTML Viewer
Grabber
Xplode that text
Dave's 3D engine V7.1
JTMR Yo Style Writer
Cut Behavior (Ctrl + X)
PDF Class
Importing Photoshop layers
 

 

 

FAQ Flash sending messages to Director

Added on 4/3/2001

 

Compatibilities:

This item has not yet been rated

Author: MediaMacros (website)

Can Flash send messages to Director?

You can control Director from Flash with getURL calls 3 ways...

getURL "event:directorHandler"
getURL "lingo:directorCode"
getURL "string"

Using event you can call a handler from Director. For example...
getURL "myHandler"
would execute...

on myHandler
--do something
end

in Director.

getURL "lingo:beep"
would cause Director to beep.

getURL "string"
would pass the string to a getURL handler in Director...

on getURL whatString
put whatString
end

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail