Senin, 18 Januari 2010

Menambahkan Musik Ke Flash


function minvol()
{
if (bgmusik.getVolume("musik") > 0)
{
bgmusik.setVolume(bgmusik.getVolume("musik") - 10);
} // end if
} // End of the function

function maxvol()
{
if (bgmusik.getVolume("musik") < 150) { bgmusik.setVolume(bgmusik.getVolume("musik") + 10); } // end if } // End of the function

function musikoff()
{
bgmusik.stop("alpa");
} // End of the function

function musikon()
 


{
bgmusik.start(0, 999);
} // End of the function

bgmusik = new Sound();
bgmusik.attachSound("alpa");
bgmusik.setVolume(70);
bgmusik.start(0, 999);

stopmusik.gotoAndPlay(1);


ctatan : "alpa" adalah nama musik di Linkage.



Download file SWF nya disini

0 comments:

Posting Komentar

Twitter Delicious Facebook Digg Stumbleupon Favorites More

Enter your email address to subscribe:

Delivered by FeedBurner

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | SharePoint Demo