|
AppletContext Introductionpublic void talkToJavaScript(String method, String msg) { try
{
getAppletContext().showDocument(new URL("javascript:talkToFlash(\"" + method + "\",\"" + msg +"\")"));
}
catch (MalformedURLException me)
{
System.out.println(me);
}
} DetailsAdd your content here. Format your content with: - Text in bold or italic
- Headings, paragraphs, and lists
- Automatic links to other wiki pages
|