ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

fix flash_proxy namespace #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

the current namespace is declared like that

public namespace flash_proxy;

and should be declared like this:

public namespace flash_proxy = new Namespace( 
"http://www.adobe.com/2006/actionscript/flash/proxy" );

Original issue reported on code.google.com by zwetan on 21 Jan 2009 at 9:40

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 26 Apr 2009 at 8:24

GoogleCodeExporter commented 9 years ago
done in avmglue

Original comment by zwetan on 13 Sep 2010 at 6:27