You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: