Hi kids,

So I'm trying to implement the External Interface, and I'm using the code base located here:

http://osflash.org/doku.php?id=flashcoders:undocumented:flash8

But I can't seem to get it to do anything.  No _javascript_ error, no Flash problems.  Nothing.

Here's the AS code, frame 1 of my test do-mon-jobber;

import flash.external.ExternalInterface;

start_btn.>
    ExternalInterface.call("apiCall", "initialize");
}

stop_btn.>
    ExternalInterface.call("apiCall", "terminate");
}

to which I have mapped a JS file with the appropriate methods.

Am I missing something (I am using the Flash 8 beta)

--
-a-

Aaron E. Silvers
[EMAIL PROTECTED]
http://www.mrchompers.net
------------------------------------------
"when the five senses and the mind are still, and reason itself rests
in silence, then begins the Path supreme." - neodämmerung

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to