I would like to have a live stream from a web camera in a Popup.FramedCloud. All I need to do is to insert this code in the HTML code parameter for popup:
<script src="http://www.live-events.ro/cam-acces-privat-delay.js.php?id=13"
type="text/javascript">
From my tests this is not working. Please tell me if you tried this with success!
The script is correct, you can see it in action here.
I tried something more simple like "eval('a=1;alert(a)')" but with no success. I see the code in Firebug, but alert window does not appear.
The alternative I think of is to use other object for the popup, an Ext JS object maybe or some kind of reach tooltip library.
Thank you!
