Hi,
i got a question, where i get really desperated, cause it won´t work...
I want to embedd a Navigation which is created with ActionScript 3 (without FLEX), to embedd in into the 3D-Content as a swf-resource. If i do that, the Console says that getAnnots3D(0) is not defined...
E.G.
AS: (on relaease)
import flash.external.*
ExternalInterface.call("eval", "getAnnots3D(0)[0].context3D.runtime.setView(0, true);");
In PDF, it should make a JavaScript-implemented View-Change...But like i wrote it above, the Annotation isnot defined...Is there a way to get it work? It seems, that i forgot something...
I am thankful for every help...
Greeting
floG23