|
Posted by minchu on July 22, 2004, 4:37 am
Please log in for more thread options
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
|
|
Posted by Mark Tranchant on July 22, 2004, 12:55 pm
Please log in for more thread options
minchu wrote:
> 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.
None of your site viewers do. Please reconsider.
> Is this possible?
Yes.
> Pls let me know how.
Look up the EMBED tag, but please decide not to use it.
--
Mark.
|
|
Posted by Harlan Messinger on July 22, 2004, 10:42 am
Please log in for more thread options
> minchu wrote:
>
> > 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.
>
> None of your site viewers do. Please reconsider.
>
> > Is this possible?
>
> Yes.
>
> > Pls let me know how.
>
> Look up the EMBED tag, but please decide not to use it.
EMBED is not valid HTML. Use OBJECT unless EMBED is necessary to support
older technology.
|
|
Posted by minchu on July 22, 2004, 11:44 pm
Please log in for more thread options 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.
> > minchu wrote:
> >
> > > 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.
> >
> > None of your site viewers do. Please reconsider.
> >
> > > Is this possible?
> >
> > Yes.
> >
> > > Pls let me know how.
> >
> > Look up the EMBED tag, but please decide not to use it.
>
> EMBED is not valid HTML. Use OBJECT unless EMBED is necessary to support
> older technology.
|
|
Posted by Lachlan Hunt on July 23, 2004, 8:52 am
Please log in for more thread options minchu wrote:
> 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.
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.
|
| Similar Threads | Posted | | How to play dvd from web site | January 26, 2006, 6:04 pm |
| Play an audio file without the controller appearing? | June 9, 2005, 8:03 am |
| Modding a RA player code to play random music | December 8, 2004, 11:37 pm |
| 5 Sure Fire Ways To Get Radio Play For Your "Independent" Music! | January 29, 2008, 11:29 pm |
| Sound and W3C | July 6, 2006, 6:30 pm |
| preload a sound | December 22, 2004, 11:03 pm |
| Trying to | August 20, 2006, 8:27 pm |
| How to unable background sound | June 7, 2005, 5:24 pm |
| Sound with Opera 8.60 for Windows Mobile | February 22, 2007, 1:16 am |
| Embedding a sound file without launching player | March 31, 2005, 5:20 am |
|