Connecting Tech Pros Worldwide Forums | Help | Site Map

Play Sound simultaneously

minchu
Guest
 
Posts: n/a
#1: Jul 20 '05
Hello,

I want an image and sound(any format) to load and play simultaneously
in my HTML or the sound should play only after the image is loaded. Is
this possible?. Pls let me know how.

Regards,
Minchu

Mark Tranchant
Guest
 
Posts: n/a
#2: Jul 20 '05

re: Play Sound simultaneously


minchu wrote:
[color=blue]
> I want an image and sound(any format) to load and play simultaneously
> in my HTML or the sound should play only after the image is loaded.[/color]

None of your site viewers do. Please reconsider.
[color=blue]
> Is this possible?[/color]

Yes.
[color=blue]
> Pls let me know how.[/color]

Look up the EMBED tag, but please decide not to use it.

--
Mark.

Harlan Messinger
Guest
 
Posts: n/a
#3: Jul 20 '05

re: Play Sound simultaneously



"Mark Tranchant" <mark@tranchant.plus.com> wrote in message
news:H1NLc.4700$Fc7.868546@stones.force9.net...[color=blue]
> minchu wrote:
>[color=green]
> > I want an image and sound(any format) to load and play simultaneously
> > in my HTML or the sound should play only after the image is loaded.[/color]
>
> None of your site viewers do. Please reconsider.
>[color=green]
> > Is this possible?[/color]
>
> Yes.
>[color=green]
> > Pls let me know how.[/color]
>
> Look up the EMBED tag, but please decide not to use it.[/color]

EMBED is not valid HTML. Use OBJECT unless EMBED is necessary to support
older technology.

minchu
Guest
 
Posts: n/a
#4: Jul 20 '05

re: Play Sound simultaneously


Hello,
Thanks for the answer. Suppose I have an image of 20K and the sound of
5K, the sound starts playing before the image downloads. I don't want
this to happen, the sound should play only after the image is loaded.
Kindly tell me how do I do this.

Regards,
Minchu.


"Harlan Messinger" <h.messinger@comcast.net> wrote in message news:<2m9uiaFk73jaU1@uni-berlin.de>...[color=blue]
> "Mark Tranchant" <mark@tranchant.plus.com> wrote in message
> news:H1NLc.4700$Fc7.868546@stones.force9.net...[color=green]
> > minchu wrote:
> >[color=darkred]
> > > I want an image and sound(any format) to load and play simultaneously
> > > in my HTML or the sound should play only after the image is loaded.[/color]
> >
> > None of your site viewers do. Please reconsider.
> >[color=darkred]
> > > Is this possible?[/color]
> >
> > Yes.
> >[color=darkred]
> > > Pls let me know how.[/color]
> >
> > Look up the EMBED tag, but please decide not to use it.[/color]
>
> EMBED is not valid HTML. Use OBJECT unless EMBED is necessary to support
> older technology.[/color]
Lachlan Hunt
Guest
 
Posts: n/a
#5: Jul 20 '05

re: Play Sound simultaneously


minchu wrote:
[color=blue]
> Hello,
> Thanks for the answer. Suppose I have an image of 20K and the sound of
> 5K, the sound starts playing before the image downloads. I don't want
> this to happen, the sound should play only after the image is loaded.
> Kindly tell me how do I do this.[/color]

Firstly, Please *DO NOT* top post, it's not appreciated by many in these
newsgroups.

Secondly, try using something like Macromedia Flash, but have the sound
OFF by default, with a clear option for the user to enable it if they
wish. Please consult a Flash tutorial, newsgroup or other resource for
help on how to create this, it's not an html question. You can embed
flash in a standards compliant way using only <object> [1], <embed> is
not required, except to support Netscape 4.x, but no-one use that now
anyway. But you should also provide suitable alternate content, so it
won't matter if it's not supported.

[1] http://www.alistapart.com/articles/flashsatay/

--
Lachlan Hunt
http://www.lachy.id.au/

Please direct all spam to abuse@127.0.0.1
Thank you.
Spartanicus
Guest
 
Posts: n/a
#6: Jul 20 '05

re: Play Sound simultaneously


Lachlan Hunt <lachlan.hunt@lachy.id.au.invalid> wrote:
[color=blue][color=green]
>> Thanks for the answer. Suppose I have an image of 20K and the sound of
>> 5K, the sound starts playing before the image downloads. I don't want
>> this to happen, the sound should play only after the image is loaded.
>> Kindly tell me how do I do this.[/color]
>
>try using something like Macromedia Flash[/color]

Flash content suffers from poor accessibility and is not available on
certain platforms. There are occasions where the use of Flash cannot be
avoided to create certain features, this isn't one of them.

--
Spartanicus
Closed Thread