tags:

views:

256

answers:

0

Link to video: http://www.nba.com/video/channels/top_plays/2009/06/14/nba_20090614_top5.nba/index.html

Default embed code:

<script src="http://i.cdn.turner.com/nba/nba/.element/js/1.1/xmp/module.js?vid=/video/channels/top_plays/2009/06/14/nba_20090614_top5.nba" type="text/javascript"></script><noscript>Embedded video from <a href="http://www.nba.com/video"&gt;NBA Video</a></noscript>

Link to script: http://i.cdn.turner.com/nba/nba/.element/js/1.1/xmp/module.js?vid=/video/channels/top_plays/2009/06/14/nba_20090614_top5.nba

Here is a line of code in the script which indicates the default video size of 393-388. I'm looking to make it closer to Youtube size. I figure that I can make a new script though I am looking to embed a good number of videos so that solution will be too much of a pain.

div.innerHTML = '<iframe id="_nba_iframe_' + Math.random() + '" src="' + iframe_src + '" height="393" width="388" allowtransparency="true" frameborder="0" scrolling="no"></iframe>';

If it is possible to alter the embed code, great. Otherwise, please don't spend more than 10-15 mins. on this! Thanks