I understand how to use embed in html,
My problem is that i need to arrange my music in such a way,that they will be played
with only one player.
Example:1<EMBED SRC="rtggfg.mid" HIDDEN="true" AUTOSTART="true"
STARTTIME="00:10" ENDTIME="00:30">
2<EMBED SRC="adsdsd.mid" HIDDEN="true" AUTOSTART="true"
STARTTIME="00:10" ENDTIME="00:30">
3<EMBED SRC="aladdin.mid" HIDDEN="true" AUTOSTART="true"
STARTTIME="00:10" ENDTIME="00:30">
This will give me three players,
Now i want to do in such a way that they will be played with only one player,
even for Clips.
I hope you will help me in solving this problem.