Click to See Complete Forum and Search --> : please help me


nonah
04-12-2006, 09:40 PM
can any body help me in this questions:

first how to create an electronic board that statistics visitors of the web page.

second how can I add a sound or music to my web page. :)


thank you

balloonbuffoon
04-12-2006, 10:16 PM
1. You will need server side scripts for that.
2. Try this:
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="Player" width="640" height="480">
<param name="URL" value="final_count_down.mp3">
</object>You'll have to change the parameters, as its set up to display a large video.

--Steve