Senin, 26 Maret 2012

TUGAS I (objek dari url yang koneksi dengan internet)

1. MENAMPILKAN FILE SWF

Berikut Script nya :
<html>
    <head>
        <title>menampilkan flv</title>
    </head>
    <body>
    NIM : 09.240.0123<br>
    Nama :Yuniarsih <br>
    Kelas : 5M41
    Menampilkan file dengan video type swf<br><br>
    <embed quality="high" allowscriptaccess="always"  flashvars=" type="application/x-shockwave-flash" height="100%" src="http://yuniarsih.16mb.com/tugas%20animasi%201/respon1.swf"  width="100%" wmode="transparent"></embed>
    </body>
</html>

hasil :
menampilkan flv NIM : 09.240.0123
Nama :Yuniarsih
Kelas : 5M41
Menampilkan file dengan video type swf


 2. MENAMPILKAN FILE MP3

Berikut Script nya :
<html>
    <head>
        <title>menampilkan mp3 </title>
    </head>
    <body>
        NIM    : 09.240.0123<br>
        Nama : Yuniarsih<br>
        Kelas : 5M41<br>
        Menampilkan file type mp3<br>
        <embed src="http://www.4shared.com/embed/526765701/6854c421" width="420" height="250" allowfullscreen="true" allowscriptaccess="always"></embed>
    </body>
</html>

hasil :

menampilkan mp3 NIM : 09.240.0123
Nama : Yuniarsih
Kelas : 5M41
Menampilkan file type mp3


3. MENAMPILKAN FILE FLV

Berikut Script nya :
<html>
    <head>
        <title>menampilkan flv</title>
    </head>
    <body>
        NIM    : 09.240.0123<br>
        Nama : Yuniarsih<br>
        Kelas : 5M41<br>
        Menampilkan file type flv<br>
        <iframe width="560" height="315" src="http://www.youtube.com/embed/7oBQnIumBRY" frameborder="0" allowfullscreen></iframe>
    </body>
</html>

hasil :

menampilkan flv NIM : 09.240.0123
Nama : Yuniarsih
Kelas : 5M41
Menampilkan file type flv

Selasa, 20 Maret 2012

TUGAS 1 (objek dari folder sendiri)

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