<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hey All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I was wondering if anybody had a resource where I 
could find info on calling AS functions from JavaScript when using SWF 
Object.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Right now I have the plain old Flash code and this 
JavaScript function:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT color=#7f0055 size=2>
<P align=left>function <FONT color=#000000>re</FONT></FONT><FONT 
size=2>initialize() </FONT><FONT color=#7f0055 size=2>{</P>
<P align=left>if </FONT><FONT size=2>(navigator.appName.indexOf(</FONT><FONT 
color=#8e00ff size=2>"Microsoft"</FONT><FONT size=2>) != -1) </FONT><FONT 
color=#7f0055 size=2>{</P>
<P align=left></FONT><FONT size=2>flash = window.menubar;</P>
<P align=left></FONT><FONT color=#7f0055 size=2>}</P>
<P align=left>else {</P>
<P align=left></FONT><FONT size=2>flash = window.document.menubar;</P>
<P align=left></FONT><FONT color=#7f0055 size=2>}</P>
<P align=left></FONT><FONT size=2>flash.runCollapseMenu();</P></FONT><FONT 
color=#7f0055 size=2>
<P>}</P>
<P><FONT face=Arial color=#000000></FONT> </P>
<P><FONT face=Arial color=#000000>Inside my AS file I have an ExternalInterface 
Callback set up to respond to runCollapseMenu...</FONT></P>
<P><FONT face=Arial color=#000000>Obviously, now I do not have the same set up 
with SWF Object, so how would I go about re-writing this JS in order to work 
properly for me?</FONT></P>
<P><FONT face=Arial color=#000000>Thanks,</FONT></P>
<P><FONT face=Arial color=#000000></FONT> </P>
<P><FONT face=Arial color=#000000>--LD</FONT></FONT></P></DIV></BODY></HTML>