JavaScript and Flash Integration Kit problemer
Hej,Jeg sidder og leger med "JavaScript and Flash Integration Kit", og jeg sidder med et lille problem nu...
Jeg forsøger at kalde en javascript funktion fra flash (se evt. http://osflash.org/doku.php?id=flashjs:docs:usage:jstoas), men jeg får en fejl når jeg publish'er flash'en:
**Error** F:\Websites\FlashWithJS\FlashClientCallBack\Flash\com\macromedia\javascript\JavaScriptProxy.as: Line 108: There is no property with the name 'controller'.
receiving_lc.controller = this;
**Error** F:\Websites\FlashWithJS\FlashClientCallBack\Flash\com\macromedia\javascript\JavaScriptProxy.as: Line 110: There is no property with the name 'callFlash'.
receiving_lc.callFlash = callFlash;
Total ActionScript Errors: 2 Reported Errors: 2
Min AS-kode:
import com.macromedia.javascript.JavaScriptProxy;
var proxy:JavaScriptProxy = new JavaScriptProxy();
proxy.call("ChangeText", new Object());
ActionScript-filerne JavaScriptProxy.as og JavaScriptSerializer.as ligger begge under com\macromedia\javascript, som jeg har opfattet de skal.
JavaScriptFlashGateway.as og JavaScriptFlashGateway.swf kigger ved siden af min Flash-filen med ovenstående kode.