Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Embed Problem  (Read 3950 times)

0 Members and 1 Guest are viewing this topic.

pratibha

  • Guest
Embed Problem
« on: September 10, 2004, 07:48:47 AM »
hi,

i know embed syntax but problem is..in

<embed name="ring" src="ring.wav" autostart="true" hidden="true">

if i want to get the duration of ring.wav file, how can i get it. ???

thanks in advance

Freak

  • Guest
Re: Embed Problem
« Reply #1 on: January 21, 2005, 07:25:04 AM »
If you want the file to keep playing, then you should try this:

<embed name="ring" src="ring.wav" autostart="true" hidden="true" loop="99">

Just for example.