ActionScript 2.0 to JavaScript Bridge
As discussed in my new year Ajaxian post , the Flash Player could provide some truly good info about the current user. I have tried before to create a sort of "perfect bridge" to actually drive ActionScript directly via JavaScript. Unfortunately, the layer added by the ExternalInterface is not light at all and things would move so slowly that it won't be worth it. While in my post comments I have showed an example about how it is possible to export info from ActionScript to JavaScript, what I am describing right now is a sort of "general purpose bridge" to bring, statically and stateless, whatever info we need/want from whatever ActionScript 2.0 file/library we like, starting from the root. Basic Example <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>AS2Bridge
Comments
Post a Comment