  | |  | prototype extension in AS2 - WAS XML-Rpc in Flash 7 | prototype extension in AS2 - WAS XML-Rpc in Flash 7 2004-03-08 - By Johan Nel
Back someone (ericlin on actionscript.org) dug up how MM modified the movie prototype to be able to render components onto a MC when u require the UIComponent interface in actual fact,
here is the MM code var mc:Object = MovieClip.prototype; mc.getTopLevel = ui.getTopLevel; mc.createLabel = ui.createLabel; mc.createObject = ui.createObject; mc.createClassObject = ui.createClassObject; mc.createEmptyObject = ui.createEmptyObject; mc.destroyObject = ui.destroyObject;
this code can be found in the UIObjectExtensions.as file with ur standard installation.
-- --Original Message-- -- From: Giles Roadnight [mailto:giles@(protected)] Sent: Monday, March 08, 2004 6:45 PM To: flashcoders@(protected) Subject: [Flashcoders] XML-Rpc in Flash 7
Hi
I have been using this:
http://members.netmadeira.com/killer/xmlrpc/
xml-rpc lib for flash for some time. I have now upgraded to flash player 7 and it has stopped working. I've had a look at the code and it changes the string prototype and the array prototype. I know you can't change the string prototype but what about the array prototype? I have used this changed prototype elsewhere in my code so if I can't use this I am in trouble!!
Anyway, are there any xml-rps libs out there that do work with flash 7?
Thanks
Giles Roadnight http://giles.roadnight.name
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:106345 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:106351 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |