sleepydawg
03-20-2012, 11:55 AM
Hey guys
just using a simple Notepad++ to make a HTML page
I've been trying to get a video working but its not turning out exactly well.
I get an empty video page that won't load my video file.
I downloaded JW Player and uploaded the javascript and player.swf to my folder.
Then the following codes. Please Teach ME !
-----------------------------------------------------------
<html>
<head>
<script type="text/javascript" src="jwplayer.js"></script>
</head>
<body>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "player.swf",
file: "Flyff Introduction.flv",
height: 270,
width: 480
});
</script>
</body>
</html>
just using a simple Notepad++ to make a HTML page
I've been trying to get a video working but its not turning out exactly well.
I get an empty video page that won't load my video file.
I downloaded JW Player and uploaded the javascript and player.swf to my folder.
Then the following codes. Please Teach ME !
-----------------------------------------------------------
<html>
<head>
<script type="text/javascript" src="jwplayer.js"></script>
</head>
<body>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "player.swf",
file: "Flyff Introduction.flv",
height: 270,
width: 480
});
</script>
</body>
</html>