# 13 years ago | |
---|---|
Hi there I'm trying to embed a Tagul object into a view in Mahara and I can't seem to make it play the game. I've tried embedding using the html code in a text box, and uploading it as a html file. As yet all I see is a blue box. Here's the code I'm trying to use. Thanks '<object width="500" height="333" type="application/x-shockwave-flash" data="http://cdn.tagul.com/cloud.swf"> <param name="movie" value="http://cdn.tagul.com/cloud.swf"></param> <param name="flashvars" value="id=18386@1"> <param name="allowscriptaccess" value="always"></param> <param name="swfversion" value="10"/> <param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/> <embed src="http://cdn.tagul.com/cloud.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="500" height="333" flashvars="id=18386@1"></embed> </object>' |
# 13 years ago | |
---|---|
I've checked your cloud and it seems ok. Please find the below code that works fine for me.
|