ice78991
Programmer
- Nov 20, 2006
- 216
I have begun using the Javascript and Flash integration kit
However, I have to upgrade it to work with Flash CS3
The first problem I found was that references to Void are inadmissable, must be void ( lowercase )
The next problem I have is with the line
private var receiving_lc:LocalConnection
in JavaScriptProxy.as
The error returned is
Type was not found or was not a compile time constant : LocalConnection
I have added import flash.net.LocalConnection;
to the as file but am still getting the same error
What's wrong?
However, I have to upgrade it to work with Flash CS3
The first problem I found was that references to Void are inadmissable, must be void ( lowercase )
The next problem I have is with the line
private var receiving_lc:LocalConnection
in JavaScriptProxy.as
The error returned is
Type was not found or was not a compile time constant : LocalConnection
I have added import flash.net.LocalConnection;
to the as file but am still getting the same error
What's wrong?