how to play it....

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
phpcoder
Forum Contributor
Posts: 158
Joined: Sat Nov 02, 2002 1:18 pm
Location: Manchester, UK

how to play it....

Post by phpcoder »

hello,
i have a site in which i want,visitor can listen diffrent songs.i dont know how to play mpe,avi wav etc format on browser..
plz help...
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

this shouldn't be in the php board ;) heh

Code: Select all

<embed src="yourfilename.whatever" width=25 height=25 autostart=true repeat=true loop=true>
or

Code: Select all

<embed src=yourwavname.wav autostart=true hidden=true>
Want more info on this? Visit this page of Lissa Explains It All.
Post Reply