Jump to content

Define player size


miniu

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.