Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

start n stop music object + asp

Status
Not open for further replies.

visualkid

Programmer
Feb 19, 2003
11
MY
Guys,

how do you guys do the play and stop object using flash that can accept parameter passed in through ASP code...??

ok the idea is this , i want to develop an object ust for start n stop music functionality.

Then i will need this component to be able to get the location of the midi file from ASP page....... how should i go about it
 
well flash cant play midi files so the whole thing will have to be done with asp.

you might be best with a frame in which the music files will play. as there is nothing to display it can be a very small frame.

maybe if you gave a bit more detail of exactly what you are trying to do ?
 
Ok its like this,

i hope to list out all the music files(midi) on a webpage (developed using asp).... and i want to allow all those midis listed to be able to play by customer browsing the site but don't allow them to download the midi to their local machine.......


how can i achieve that?
 
Ok its like this,

i hope to list out all the music files(midi) on a webpage (developed using asp).... and i want to allow all those midis listed to be able to play by customer browsing the site but don't allow them to download the midi to their local machine.......

i tried this : (but this will allow them to right click and download for their own use)
<a href=midipath> midititle</a>



how can i achieve that?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top