I used the following code to embed wave files to a php file, but during running,
the file loading is very slow even on localhost. Is there any other way to embed
src files into php? Thank you!
<EMBED SRC= <?php echo " $wavefile";?> AUTOSTART=false WIDTH=<?php echo "$width";?> HEIGHT=20 LOOP=1>