kennylerma / facebook-actionscript-api

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

1046: Type was not found or was not a compile-time constant: NativeWindowBoundsEvent. #237

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.download GraphAPI Examples_1_5.zip (today updated)
2.play FriendList.fla after put app. ID in FriendList.as
3.in out put this error come without source : 1046: Type was not found or was 
not a compile-time constant: NativeWindowBoundsEvent.

What is the expected output? What do you see instead?
nothing should be in output 
i Get : 1046: Type was not found or was not a compile-time constant: 
NativeWindowBoundsEvent.

What version of the product are you using? On what operating system?
flashCS4 and Flash CS5 both on window 7

Please provide any additional information below.
I need to catch frindlist from facebook the older example code was working fine 
but this updated code not working.....

Original issue reported on code.google.com by anwar.kh...@gmail.com on 6 Jan 2011 at 6:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The problem you discribed happened to me when I switching code from 
a AIR project to a web project.
This means I was using the facebookDesktop Api in a <s:Application>
try a find "FacebookDesktop" and replace "Facebook" so you get other errors :p
Read this tutorial for a complete conversion of your code.
Or try restarting in the correct project type.

http://www.adobe.com/devnet/facebook/articles/flex_fbgraph_pt3.html

Original comment by ILikeHai...@gmail.com on 7 Jan 2011 at 11:45

GoogleCodeExporter commented 9 years ago

Original comment by edwar...@gmail.com on 12 Jan 2011 at 11:06