Replace width and height

View: New views
2 Messages — Rating Filter:   Alert me  

Replace width and height

by namit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have this in a page

 <script type="text/javascript">
 var so = new SWFObject("newplayer.swf","single","400","330","7");
 so.addParam("allowfullscreen","true");
 so.addParam("allowScriptAccess","always");
 so.addParam("wmode","opaque");
 so.addVariable("companionId","campid");
 so.addVariable("autostart","false");  
 so.addVariable("file","http://www.supernovatube.com/cdn2/1241971882/f950c021e9fdff1b51ed47f3cf7c9106/86.47.56.182/618671.flv");
 so.addVariable("width","400");
 so.addVariable("height","330");
 so.addVariable("pid","remoralimited");
 so.addVariable("title","fastpasstv.com boner425");
 so.addVariable("categories","TV");
 so.addVariable("keywords","TV");
 so.addVariable("duration","2582");
 so.addVariable("id","184f5564d34e0d953c33");
 so.write("adaptvDiv");
 </script>

How do i replace the width and height in this?

Thanks

Re: Replace width and height

by namit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message