Comment 3 for bug 1239928

Revision history for this message
george floyd (geoflo33) wrote :

The iframe embed code doesn't work at all.

 I embed a Prezi share link in an external block
"http://prezi.com/y12sonib8jkx/?utm_campaign=share&utm_medium=copy&rc=ex0share"
and Mahara generates the following code when the block is saved

"<object width="550" height="400"><param name="movie" value="https://prezi.com/bin/preziloader.swf?prezi_id=y12sonib8jkx"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="never"></param><embed src="https://prezi.com/bin/preziloader.swf?prezi_id=y12sonib8jkx" type="application/x-shockwave-flash" wmode="transparent" width="550" height="400" allowscriptaccess="never"></embed></object>"

I tried setting allowscriptaccess to "always" and "sameDomain" with no success. I suspect it's a flash issue. Just not sure what the next step is.