Hello!

I'm working on embedding OpenMeetings into a website using PHP/JavaScript/HTML. Due to a bug in QtWebkit I can't use IFrame to embed OpenMeetings, so I'm using the <embed> tag to embed the swf file directly. This is the url specified in the data attribute: "http://localhost:5080/openmeetings/maindebug.swf8.swf?lzproxied=solo&secureHash=a_long_hash";.

The first debugger window is opened and shows:

tSWFURL :: maindebug.swf8.swf?lzproxied=solo&lc_SID=449881&secureHash=a_long_hash
    Connect to LocalConnection  449881__rtmpLC
    ondata
    ondata
main.lzx/config.xml ondata «<anonymous extends='canvas'>#1#0| This is the canvas» _url: http://localhost:5080/openmeetings/maindebug.as3.swf10.swf?lzproxied=solo&secureHash=a_long_hash

and then nothing more happens. I assume the problem is that it won't open maindebug.as3.swf10.swf.

Now if I were to open the flash file in a new tab instead of embedding it, it works just fine. It opens the two debugger windows and joins the room.

any ideas?

Reply via email to