I wrote

<embed src="mysound.mp3" controls="smallconsole" autostart="true" loop=3>

The "loop=3" never workes. It always plays just once. Replacing "loop=3" by "playcount=3" makes no difference. This is the same whether using IE or FireFox. What's the cause?

How to play it 3 times (i.e. more than once, but not infinite times)?

Recommended Answers

All 3 Replies

try: loop="3"

litchi, it's the same using loop="3".

Is repetition turned off in the browser settings?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.