Tagged: x
-
AuthorPosts
-
October 28, 2016 at 7:06 pm #1235371
Adam BreenParticipantHi there
We are attempting to embed content from the emagazine publisher Yudu.
We are, unfortunately, getting an error when posting their content into a ‘raw’ cornerstone component (screenshot attached). The error says ‘you have unclosed HTML tags’, however, I can’t see where the code is incorrect :-/I have added the content below
————
<div style=”background-color: #333333; width: 524px”>
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″
codebase=”http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″
width=”524″ height=”1150″
id=”Library” align=”middle”><param name=”allowScriptAccess” value=”always” />
<param name=”movie” value=”http://free.yudu.com/swf/libraryEmbed.swf” />
<param name=”FlashVars” value=”fvLibId=25329&fvWidth=4&fvHeight=5&fvTags=&fvRefId=25329″ />
<param name=”quality” value=”high” />
<param name=”bgcolor” value=”#333333″ /><embed
src=”http://free.yudu.com/swf/libraryEmbed.swf”
width=”524″ height=”1150″
name=”Library” align=”middle”
flashvars=”fvLibId=25329&fvWidth=4&fvHeight=5&fvTags=&fvRefId=25329″
quality=”high”
bgcolor=”#333333″
allowScriptAccess=”always”
type=”application/x-shockwave-flash”
pluginspage=”http://www.macromedia.com/go/getflashplayer”>
</embed>
</object>
</div>October 29, 2016 at 2:10 am #1235670
Rue NelModeratorHello There,
Thanks for writing in! I have copied the code and inserted in my testing local server. I used this code:
<div style="background-color: #333333; width: 524px"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="524" height="1150" id="Library" align="middle"> <param name="allowScriptAccess" value="always" /> <param name="movie" value="http://free.yudu.com/swf/libraryEmbed.swf" /> <param name="FlashVars" value="fvLibId=25329&fvWidth=4&fvHeight=5&fvTags=&fvRefId=25329" /> <param name="quality" value="high" /> <param name="bgcolor" value="#333333" /> <embed src="http://free.yudu.com/swf/libraryEmbed.swf" width="524" height="1150" name="Library" align="middle" flashvars="fvLibId=25329&fvWidth=4&fvHeight=5&fvTags=&fvRefId=25329" quality="high" bgcolor="#333333" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object> </div>As soon as I insert it, I saw the red background notifications. This is because of the param tag which is unclosed. You can just ignore this notices. Just make sure that the div tag and others is correct. This should display the contents when viewed in the live page just what I have seen here: http://prntscr.com/d0cv4s
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1235371 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
