AnthonyLins / facebook-actionscript-api

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

HTML loader failed to intilaize in flex #400

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.FacebookDesktop.login(loginHandler);
2.
3.

What is the expected output? What do you see instead?
Login window not showing when clicking login button as per the tutorial in 
(http://www.adobe.com/devnet/facebook/articles/flex_fbgraph_pt1.html),instead 
an actionscript error is showing
Error: HTMLLoader failed to initialize
    at flash.html::HTMLLoader/initHTMLEngine()
    at flash.html::HTMLLoader()
    at flash.html::HTMLLoader$/createRootWindow()
    at com.facebook.graph.windows::AbstractWindow/showWindow()....

What version of the product are you using? On what operating system?
Flash Builder,sdk-4.5.1,GraphAPI_Desktop_1_7.swc,MAC OS 10.7.2

Please provide any additional information below.
Any help is really appreciated,thanx in advance

Original issue reported on code.google.com by hecto...@gmail.com on 4 Jan 2012 at 2:25