Play song when page load using PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vssp
    Contributor
    • Jul 2006
    • 268

    Play song when page load using PHP

    hai friends
    How to paly song when page laod using php code?
    I my php application when i load the home page automatically pale song
    Its possible !! ??Please give me any idea

    Thanks
    vssp
    _______________ ___
  • khalidbaloch
    New Member
    • Oct 2006
    • 61

    #2
    you want to play a background sound upon loading a web page this code will do that .
    include this line into you are php page
    Code:
    echo "<BGSOUND src=path-to-sound-clip>";
    note : 1 dont forget to replace path-to-sound-clip to the your midi or wav file address
    2 . only midi and wav file can be played .

    Comment

    Working...