At 11:40 AM -0400 6/25/01, John Horn wrote:
>I need to pass about 10 different variables from Flash into Director any
>suggestions as to how to accomplish this without having to send each one
>seperately?
Use the Flash ActionScript getURL function. In Director, attach a behavior
to your Flash sprite which has an "on getURL" handler and process the event
calls to do what you want with the data.
--
...---===| Terry R. Schussler |===---...
...---===| Chief Investigator |===---...
on visitWebsite yourSelection
coolSites = [ \
#advancedSeminars : "http://www.macromediaSEMINARS.com/", \
#directorUniversity: "http://www.directorU.com", \
#multiuserUniversity: "http://www.multiuserU.com", \
#flashUniversity: "http://www.flash5U.com", \
#freeBehaviors : "http://www.behaviors.com/"]
gotoNetPage coolSites[yourSelection]
end visitWebsite
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]