miniu Posted March 13, 2010 Share Posted March 13, 2010 How can I change the object size for example for freedocast. <script type='text/javascript'> fid='532F428231E62139109C';ftype='stream';</script><script type='text/javascript' src='http://www.freedocast.com/player/freedocast_embed.js'></script> Is there any possibility that I can define the size? Link to comment https://forums.phpfreaks.com/topic/195152-define-player-size/ Share on other sites More sharing options...
Instigate Posted March 13, 2010 Share Posted March 13, 2010 Change the attributes here: http://www.freedocast.com/player/freedocast_embed.js Change these: width=468 height=350 Edit: If you don't have access to that file then download the .JS file and put it on your own server Or even better just use this in your HTML: <iframe width=468 height=350 scrolling=no frameborder=0 scrolling=no allowtransparency=true src=http://www.freedocast.com/forms/embedplayer.aspx?fid='+fid+'&ftype='+ftype+' ></iframe> Link to comment https://forums.phpfreaks.com/topic/195152-define-player-size/#findComment-1025739 Share on other sites More sharing options...
miniu Posted March 13, 2010 Author Share Posted March 13, 2010 the size changed but the size of the stream not :/ take a look http://www.sedziapilkarski.pl/ Link to comment https://forums.phpfreaks.com/topic/195152-define-player-size/#findComment-1025744 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.