[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Updated my web site.
"Bill Garber" <willy46pa@comcast.net> wrote in
5WqdnZlj66MslGCjXTWJkQ@comcast.com:">news:5WqdnZlj66MslGCjXTWJkQ@comcast.com:
>
> Hello all,
>
> As I was recently referred to as "trying to become the
> 'Sanford & Son' of the Apple II world", I have added
> a theme song to my site so if you would please click
> this link and tell me if it auto-plays or not, I would
> really appreciate it. Thank you.
It doesn't autoplay (Win-98 Lite / Opera 7.11), but I am able to play it
just by clicking on the icon.
I just had a look at the page source, and I think I see why it doesn't
autoplay...
You have:
<EMBED SRC="sanfordandson.wav" WIDTH="88" HEIGHT="88"
ALIGN="BOTTOM"></CENTER>
And it should be:
<EMBED SRC="sanfordandson.wav" WIDTH="88" HEIGHT="88" ALIGN="BOTTOM"
AUTOSTART=True></CENTER>
And if you don't want the icon for the wav file to be visible, you can
replace the WIDTH and HEIGHT properties with HIDDEN=True
-- Otter