hi all,
i have plan to create streaming site. All is Ok but when I want load video link to player , i dont know how to do it (reason : i'm noob of javascript)
here is My Embed Player :
PHP Code: 
<div id="usplayer">
    <
object id="jwplayer786" classid="jwplayer0786" width="590" height="300" bgcolor="#000000">
    <
param name="movie" value="player.swf" />
    <
param name="allowFullScreen" value="true" />
    <
param name="allowScriptAccess" value="always" />
    <
param name="FlashVars" value="$link_will_load/>
    <
embed name="jwplayer786" src="player.swf"  flashvars="$link_will_loadtype="application/x-shockwave-flash"  allowfullscreen="true" allowscriptaccess="always" width="590"  height="300" bgcolor="#000000" />
    </
object>
</
div
Here is my link to load to player, i want to click to 1 link , it will load to player and play.
PHP Code: 
<div class="links">
<
a href="">Link1</a>, <a href="">Link2</a>,<a href="">Link3</a>,...
<
a href="">Linkn</a>
</
div
it is html page so i think javascript can do it, but i dont know how to do that .
Hope anyone can help me.
Thanks All For Reading.
Keosoft90 Reviewed by Keosoft90 on . JavaScript help hi all, i have plan to create streaming site. All is Ok but when I want load video link to player , i dont know how to do it (reason : i'm noob of javascript) here is My Embed Player : <div id="usplayer"> <object id="jwplayer786" classid="jwplayer0786" width="590" height="300" bgcolor="#000000"> <param name="movie" value="player.swf" /> <param name="allowFullScreen" value="true" /> <param name="allowScriptAccess" value="always" /> <param name="FlashVars" value="$link_will_load" Rating: 5