My favorites | Sign in
Project Logo
                
Search
for
Updated Oct 25, 2008 by abudaan
AppletContext  

AppletContext

Introduction

public void talkToJavaScript(String method, String msg) {

try {
getAppletContext().showDocument(new URL("javascript:talkToFlash(\"" + method + "\",\"" + msg +"\")"));
} catch (MalformedURLException me) {
System.out.println(me);
}
}

Details

Add your content here. Format your content with:


Sign in to add a comment
Hosted by Google Code