Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple FlashSocket Connections #130

Open
sri-rang opened this issue Jan 17, 2013 · 1 comment
Open

Multiple FlashSocket Connections #130

sri-rang opened this issue Jan 17, 2013 · 1 comment

Comments

@sri-rang
Copy link

FF3.6

I get the ActionScript RTE on WebSocketMain.send() "cannot access member of undefined" when i have multiple connections in a page that has nested frames.

ParentFrame has a FlashSocket connection; It contains a ChildFrame that also has another FlashSocket connection.

Both frames access the SWF file on the same path. Is there a way that "namespaces" are getting mixed up? Can we explicitly enforce these?

Not sure if its a bug in your library. More likely in my implementation.

Any ideas?

@gimite
Copy link
Owner

gimite commented Jan 20, 2013

Both frames access the SWF file on the same path. Is there a way that "namespaces" are getting mixed up?

I believe not, but I'm not sure. I have never tried it. How about putting two copies of WebSocketMain.swf in different locations and loads each of them in each frame?

Please let me know if you find the cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants