Hello guys!
i got a small problem here..
<script type="text/javascript" src="jwplayer.js"></script>
<script type="text/javascript">
jwplayer("mediaplayer").setup({
flashplayer: "player.swf",
file: "data/vid/CHANGETHISNAME.flv",
image: "preview.jpg"
});
</script>
I need to change the file name in this code by a PHP variable gotten from
$row['movietitle'];
.
I have no clue, please give me something..
Cheers,
Sorcher