Tagul embedded Flash
-
Hello All – New to wordpress so excuse me if this has been asked and answered.
I’m trying to embed a flash file on a page. Ive added a new page, selected the theme then used the editor to add the code listed below. After quite a bit of google I also tried using various SWF plugins but when I would add something like to the HTML view of the editor
[swf]movie.swf, width, heigth[/swf]
The page would just display the text.
When I use the following code – is get a blank area that is the size specified but no movie etc.
<object width=”900″ height=”322″ 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/clouds/123845@1″/>
<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”/>
<!–Embed svg if no flash installed–>
<object data=”http://cdn.tagul.com/clouds/123845@1″ type=”image/svg+xml” width=”900″ height=”322″>
<p>
<img src=”http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif” alt=”Get Adobe Flash player” />
</p>
</object>
</object>
The topic ‘Tagul embedded Flash’ is closed to new replies.