Problem with the size of the video.
My settings in Goldbrick media is 512x384 as my video files are this size.
But I get a correct black window of 512x384 and a wrong video size of 320x250 inside...
Here is the source code:
Code:
<a class="{frameWidth: 512, frameHeight: 384}" href="#vid-b41eb465" title="Goldbrick media" rel="gbmedia">
<img src="goldbrick/goldbrickplay.gif" />
<br />
Mon lecteur
</a>
<div style="display:none" id="vid-b41eb465">
<embed
src="players/mediaplayer.swf"
width="512"
height="384"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="width=320&height=250&file=http://www.location_of_my_video.flv"
/>
</div>