Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript and Flash integration kit in AS3

Status
Not open for further replies.

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top