-
Notifications
You must be signed in to change notification settings - Fork 489
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
web socket not working in frameset #155
Comments
Hmm I have no idea. I haven't tried running it in a frameset, so there may be some issue. It would be great if you follow steps in "Troubleshooting" section of README: |
You are correct: Shows where the swf holder is added to the document. You could probably fork the repo and add a target option/function which could handle it. Not using framesets would probably be best though. I don't have any idea of your project constraints though so :) |
I'm injecting the code dynamically and I don't really have control over the Currently, as a workaround, I inject the script to one of the frames, I guess the same solution can be applied internally in the web_socket.js
|
Fork the repo, add some sort of user customizable way of specifying where the swf goes, defaulting to the current behaviour. And chuck a pull request in. Other people may find it handy :) |
Hi,
I'm trying to dynamically inject the web-socket-js scripts into a frameset based page and the scripts are not running. I'm guessing it has to do with the fact the script creates some elements on the body which are not being created since the body is frameset.
Any suggestions?
Thanks,
Eyal
The text was updated successfully, but these errors were encountered: