Loop Multimedia

loop attribute ဟာ <video> နဲ႕ <audio>tag ေတြကို ျပီးသြားတဲ့ အခါ အစကေန ျပန္စခ်င္တဲ့ အခါမွာ အသံုးျပဳပါတယ္။ ဥပမာ audio ဆုိရင္ background music ဖြင့္ထားျပီးေတာ့ သီခ်င္းဆံုးတာနဲ႕ အစက ျပန္စေစခ်င္ရင္ အသံုးျပဳႏို္င္ပါတယ္။

<!DOCTYPE html>
<html>
<head>
  <title>Video</title>

</head>
<body>
  <h1>Music</h1>
  <audio src="music.mp3" autoplay loop>
    Your browser does not support the video tag.
  </audio>
</body>
</html>

ဒီ code ဟာ ဆုိရင္ background music အေနနဲ႕ run ေနျပီးေတာ့ သီခ်င္း ဆံုးသြားတာနဲ႕ အစကေန ျပန္စပါလိမ့္မယ္။

results matching ""

    No results matching ""