Can anyone help me how to embed a flv file in my website which is in folder.Im using jw player to play videos using swobject.js here is my code
<script type='text/javascript'>var s1 = new SWFObject('player.swf','ply','420px','320px','0','#FFFFFF');s1.addParam('allowfullscreen','true');s1.addParam('wmode', 'transparent','true');s1.addParam('flashvars','file=Uploaded/Music/f17643d4-4ee9-43ad-919a-a21b8b74d2fc.flv');s1.write('container');</script>
I want to embed this and share with other sites and play them in other website player.....Awating for ur reply Experts...
Tks in Adv...
Caleb05.....