Something missing in Media Player Plugin Embed

sindomaker3403

New Member
YetiShare User
Dec 29, 2013
39
0
0
example

https://fhscript.com/DA2/Anchorman_2_Teaser_Trailer.mp4

embed code in download page

Code:
<iframe src="https://fhscript.com/plugins/mediaplayer/site/_embed.php?u=DA2&w=640&h=400" frameborder="0" scrolling="no" style="width: 640px; height: 496px; overflow: hidden;" webkitAllowFullScreen="true" mozallowfullscreen="true" allowFullScreen="true"></iframe>

embed code in file details popup

Code:
<iframe src="https://fhscript.com/plugins/mediaplayer/site/_embed.php?u=&w=640&h=400" frameborder="0" scrolling="no" style="width: 640px; height: 401px; overflow: hidden;" webkitAllowFullScreen="true" mozallowfullscreen="true" allowFullScreen="true"></iframe>
any one know what is missing ;)
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

Different height on the embed size. I've fixed it in the latest media player code.

Thanks,
Adam.
 

sindomaker3403

New Member
YetiShare User
Dec 29, 2013
39
0
0
that was not important, the important one is:

https://fhscript.com/plugins/mediaplayer/site/_embed.php?u=DA2&w=640&h=400

vs

https://fhscript.com/plugins/mediaplayer/site/_embed.php?u=&w=640&h=400
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Ah, a clue in your original post would've helped ;) I've fixed it in the release code.