1. Menampilkan file type swf pada html
Berikut Script nya :
<html>
<head>
<title>menampilkan swf</title>
</head>
<body>
Menampilkan file type swf
<embed quality="high" type="application/x-shockwave-flash" height="100%" src="respon1.swf" width="100%" wmode="transparent"></embed>
</body>
</html>
Print Screen dari script tersebut :
file nya bisa download disini :
file type swf
2. Menampilkan file type mp3 pada html
Berikut Scriptnya :
<html>
<head>
<title>menampilkan </title>
</head>
Menampilkan file type mp3 = Vierra - Kesepian (New 2011 )
<body>
<EMBED src="Vierra - Kesepian (New 2011 ).mp3" autostart=true hidden=true>
</body>
</html>
Print Screen dari script tersebut :
file nya bisa download disini :
file type mp3
3. Menampilkan file type flv pada html
Berikut Script nya :
<html>
<head>
<title>menampilkan flv</title>
</head>
<body>
Menampilkan file video type flv<br><br>
<object type="video/flv" data="Maddi Jane - Price Tag (Jessie J) - YouTube.flv - YouTube.FLV" width="400" height="400">
<param name="controller" value="false" >
<param name="autoplay" value="true">
</object>
</body>
</html>
Print Screen dari script tersebut :
file nya bisa download disini :
file type flv
4. Menampilkan file type mp4 pada html
Berikut Script nya :
<html>
<head>
<title>menampilkan mp4</title>
</head>
<body>
Menampilkan file video type mp4<br><br>
<object type="video/mp4" data="Maddi Jane - Price Tag (Jessie J).mp4" width="400" height="400">
<param name="controller" value="false" >
<param name="autoplay" value="true">
</object>
</body>
</html>
Print Screen dari script tersebut :
file nya bisa download disini :
file type mp4
5. Menampilkan file type mpeg pada html
Berikut Script nya :
<html>
<head>
<title>menampilkan mpeg</title>
</head>
<body>
Menampilkan file type mpeg<br><br>
<object type="video/mpeg" data="Vierra - Kesepian (New 2011 ).mp3" width="400" height="400">
<param name="controller" value="false" >
<param name="autoplay" value="true">
</object>
</body>
</html>
Print Screen dari script tersebut :
file nya bisa download disini :
file type mpeg
Tidak ada komentar:
Posting Komentar