Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adobe Flash mobile Facebook app Problems

Status
Not open for further replies.

Shandan97

Programmer
Jun 26, 2012
1
US
I need TONS of help. And I hope I get this issue Resolved SOON. anyways There's really only one way to describe it.. I will post a section of my code and show you where the error is.. I hope I can get some help!

protected function login():void
{
var facebookWebView:StageWebView = new StageWebView();
facebookWebView.viewPort = new Rectangle(0,0, stage.width stage.height-100); ###Error 1084 Syntax error
FacebookMobile.login(loginHandler, this.stage,permissions, facebookWebView);
FacebookMobile.login(loginHandler,["user_birthday","read_stream","publish_stream"]);
}

If you need to see more of the code That's fine. If you have any help for me, any at all, please reply to this post.

Thanks in advance!!
-Shandan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top