how to get value of session["new"] in java script function.
<script type="text/javascript">
jwplayer("container").setup({
flashplayer:'jwplayer/player.swf',
file:'Video/Baby.FLV', //How to set session["new"] value as file value.
height:470,
width:320
});
</script>
i have the song file-name in session["new"], got it from another page.
can anyone tell me how to set file name in java script?