Managed to get it working and I've purchased a commercial licence, I now need a bit of help if poss to implement JW plugins..
This is the embed code I use,
Code:
<object id="player" classid="clsid:D2992DB6E-AW3D-11cf-96B8-8893553540000" name="player" width="730" height="410">
<param name="movie" value="flv/player-licensed.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file={param}&image=flv/preview.jpg" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="flv/player-licenced.swf"
width="730"
height="410"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file={param}&image=flv/preview.jpg"
/></object>
what I need to know is how do I correctly use either this
Code:
so.addVariable('plugins', 'fbit-1');
or this
Code:
'&file=/upload/flash.flv&plugins=fbit-1&dock=true');
with the code above and with vb??