Hi All,
How to Play Sound where record of mysql table is added?.
thank you.

Recommended Answers

All 3 Replies

Member Avatar for LastMitch

@gacoekchip.pokher

You need to create a db and table and rows.

Try this code:

$sound = "<embed src='ding.wav' height=0 width=0 hidden=true autostart=true loop=false volume=100 />";

if(mysql_insert_worked) //some condition that knows if it was successful
    {
         echo $sound;
    }

or

You also can used ajax in <embed>:

http://www.scriptol.com/ajax/anaa/demos.php

Try this code:

<embed src="ding.wav" id="sound2" width="0" heigh="0" autostart="false" enablejavascript="true"/>
Member Avatar for LastMitch

@gacoekchip.pokher

If you feel the question is solve, on your bottom left corner there's button called
"Mark Question Solved". Click on that button. Clicking that button means that your question has been answer so when other members needs to find this answer, they come at your thread to see the correct answer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.