I cannot add the tagul HTML code into my webpart. It does not work

9 years ago

Hi,
could you help me. I try to add the generated html code into the web part on the sharepoint. But it does not work. I found in the blog the following code:
<object
width="600"
height="600"
type="application/x-shockwave-flash"
data="http://tagul.com/tagul/example/tagul.swf">

<param name="movie" value="http://tagul.com/tagul/example/tagul.swf"></param>
<param name="flashvars" value="id=http://tagul.com/cdn/clouds/22510@2"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="swfversion" value="10"/>
<param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>
<embed
src="http://tagul.com/tagul/example/tagul.swf"
type="application/x-shockwave-flash"
allowscriptaccess="always"
width="600"
height="600"
flashvars="id=http://tagul.com/cdn/clouds/22510@2">
</embed>
</object>

If I put this code into the web part, it works.
My generated code is:

<div style="width: 400px; height: 400px; padding-bottom: 30px;">
<script src="http://cdn.tagul.com/embed/u62jafymvduy"></script>
<!-- Please don't remove attribution to Tagul.com -->
<div style="display: table; margin: 0 auto;">Created with Tagul.com</div>
</div>

What I can see on the screen is: "Created by tagul"

Could you help me?

Peter

9 years ago

Please try this code:

<object width="400px" height="400px" type="application/x-shockwave-flash" data="http://cdn.tagul.com/cloud.swf">
<param name="movie" value="http://cdn.tagul.com/cloud.swf"/>
<param name="flashvars" value="id=http://cdn.tagul.com/embed/flash/u62jafymvduy"/>
<param name="allowscriptaccess" value="always"/>
<param name="swfversion" value="10"/>
<param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>
<param name="wmode" value="transparent"/>
<p>
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</p>
</object>
9 years ago

Hi Alex,
many thanks!!! It works. Great and quick response.

Peter

Reply

Sign up or Login to post a reply.