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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

actionscript 1.0 include files in actionscript 2.0

Status
Not open for further replies.

CorrieLee

Programmer
Oct 13, 2004
18
CA
Am I able to include files that were written in actionscript 1.0 in a application that is written in actionscript 2.0?

 
Thanks, what about using old 'classes'?

The people who designed the message format for my game server have based the xml I will receive on the format used to parse with XML-RPC ~ which is written in AS 1.0, and my game is written in AS 2.0... I've tried including, importing, just having the XML-RPC.as in the same directory as my actual AS 2.0 class that I am using an XML-RPC object in, and none of it is seeming to work? I can't seem to create a new xmlrpc object?

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top