|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
import krpano_as3_interface;
var krpano:krpano_as3_interface;
krpano = krpano_as3_interface.getInstance();
function myfunction(p1:String):void {
trace("myfunction");
}
if (krpano) {
trace("krpano initialised");
trace("myfunction = " + myfunction);
krpano.set("events.myfu", myfunction);
}
|
|
|
Quellcode |
1 2 3 4 |
krpano initialised
myfunction = function Function() {}
TypeError: Error #1006: value is not a function.
at test_fla::MainTimeline/frame1()
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »michael360« (13. August 2009, 17:18)
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Jarredja« (14. August 2009, 04:28)
Hi,
Zitat
Klaus - maybe worthwhile getting a technical author to write an introduction or something similar. There is a great deal that can be done with this great software and interface - that I am sure the vast majority of people are not using because of the lack of documentation and simple concise examples...
Hi,Klaus, do you have an approximate date for the 1.0.8 release? You've got some amazing new features in there that I'd like to try. Also, will 1.0.8 be a free upgrade from 1.0.7?
best regards,
Zitat
The licensekey file is also valid for all following versions!
Zitat
The licensekey file is also valid for all following versions!