Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 712345
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T04:50:16+00:00 2026-05-14T04:50:16+00:00

I am trying to connect to FBJS bridge. It keeps giving me the following

  • 0

I am trying to connect to FBJS bridge. It keeps giving me the following error.When I’m opening only one connection and I do not have any other window open.

ArgumentError: Error #2082: Connect failed because the object is already connected.
at flash.net::LocalConnection/connect()
at BabyVille()[C:\Documents and Settings\user\Desktop\babyville\flash\Main Project\src\BabyVille.as:56]

This is my code :

public class fbjsTest extends Sprite
{
    private var connection:LocalConnection = new LocalConnection(); 
    private var connectionName:String = LoaderInfo(root.loaderInfo).parameters.fb_local_connection;
    public function fbjsTest()
    {
        connection.connect(connectionName);
    }
}

That is on the Facebook page if I try to run it locally the following line returns null

LoaderInfo(root.loaderInfo).parameters.fb_local_connection

Any Ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T04:50:16+00:00Added an answer on May 14, 2026 at 4:50 am

    Beware of cached LocalConnections. If your app is closed incorrectly the connection will still be “connected”. Shut down your browser to make sure it’s gone. You can alternatively give the connection a random name (if the logic of your app permits it of course).
    Hope that saves a head-ache !

    EDIT :

    Hold on, you’re not meant to connect this one ! The receiver, (the one handled by the bridge) is the one that is already connected.

    Example from FB developer center :

    var connection:LocalConnection = new LocalConnection();
    var connectionName:String = LoaderInfo(this.root.loaderInfo).parameters.fb_local_connection;
    
    function callFBJS(methodName:String, parameters:Array):void {
        if (connectionName) {
            connection.send(connectionName, "callFBJS", methodName, parameters);
        }
    }
    
    callFBJS("document.setLocation", ["http://someurl"]);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When trying to connect to a server, my app does not have a very
When trying to connect to EC2 over SSH I get the following error: joshua-scotts-macbook-pro:.ec2
While trying to connect to a database that's set to read only, the connection
Trying to connect to sql server 2005 with delphi 2010 gives me the following
Trying to connect to a SQL Server 2005 instance remotely but getting the following
When trying to connect to an ORACLE user via TOAD (Quest Software) or any
I am trying to connect to a Microsoft SQL 2005 server which is not
Im trying to connect mysql with android but it throw me an error. Error
i am trying to connect with sql server 2008 using java connection string but
Am trying to connect to a remote system which is not in the same

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.