Indecible / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Facebook does not recognize as3 "content"? #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Can facebook not recognize the action script(AS3) "content" keyword when
using "e.target.content"?

Please look at the code below :

var imgLoader:Loader = new Loader();
imgLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadProdComplete);
imgLoader.load(new URLRequest("default_pic.gif"));
function loadProdComplete(e:Event):void {
    var bit:Bitmap = e.target.content;
    bit.smoothing = true;
    pic.addChild(e.target.content);
}

Its not working in the facebook application. But its working fine in local
system and other online domains.

Please help me on this and let me know if you have any other alternate way
to do the image smoothing in facebook platform.

Thanks.

Original issue reported on code.google.com by indian...@gmail.com on 24 Dec 2009 at 12:15

GoogleCodeExporter commented 8 years ago
New release based of Facebook's Graph API is coming soon.  SDK which this issue 
depends on is no longer supported by Facebook.

Original comment by alan...@gmail.com on 29 Sep 2010 at 7:49

GoogleCodeExporter commented 8 years ago
ok. Thanks

Original comment by indian...@gmail.com on 30 Sep 2010 at 4:24