[web] Internet site script

Started by
1 comment, last by Wan 14 years, 1 month ago
Hi,i have a little problem with scripting.there is a code: <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="MediaPlayer" src="http://www.fileden.com/files/2009/2/12/2318739/Mysteriuos%20audio.mp3" autostart="true" showstatusbar="0" showcontrols="0" showdisplay="0" volume="20" loop="true" width="1" height="1">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="MediaPlayer" src="my%20audio.mp3" autostart="true" showstatusbar="0" showcontrols="0" showdisplay="0" volume="20" loop="true" width="1" height="1">
Sound must repeating because loop="true",but my sound dont repeat.First time sound is playing,but when it goes to end,it dont repeating.What wrong in code?Sorry for my horrible english
Advertisement
Moving to Web Development.
Unfortunately, every browser and plugin interprets the embed/object tag and its attributes differently. I'm not even sure if there exists a standard at all. You might try to set the playcount attribute to some number and see if that works, or resort to some sort of Flash player alternative.

This topic is closed to new replies.

Advertisement