Question
How to embed Adobe Connect Meeting without it instantly going full screen?
Code I used:
<iframe src="http://mediabistro.adobeconnect.com/embedtest/?launcher=false" name="embed_meeting_room_open" width="1000" height="800" scrolling="auto"></iframe>
Example URL: http://raszl.com/node/51
The problem is the page redirects to a full browser window. I would like to keep it embedded within the page. Is there a way?
