VSD and the Flash Tool.... - Post ID...

User 217115 Photo


Registered User
2 posts

I am using VSD 6.0 and I like to embed flv files using an flv player. When ever I add html to a sight using the tool is messes up the alignment of the other objects. How can I adjust my code or something to prevent other object from chaning?

Code example:

<div id="mainbanner"><a href="http://www.macromedia.com/go/getflashplayer"></a>
<script type="text/javascript" src="http://trinitybc.org/tbcmedia/swfobject.js"></script>

<script type="text/javascript">
var s1 = new SWFObject("http://trinitybc.org/tbcmedia/player.swf","ply","200","200","0","#000000");
s1.addParam("allowfullscreen","false");

s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars","file=http://wclegal.com/media/wclogo.flv&autostart=true&controlbar=none&repeat=none&icons=false");
s1.write("mainbanner");
</script>

This code will mess up the rest of my page and it changes the aligment of other objects. Your help would be greatly appreciated.

You can see a messed up version at http://wclegal.com/preview

Thanks.
User 217115 Photo


Registered User
2 posts

surround it with a table and it works just fine.

Thanks

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.