Click here to Skip to main content
15,898,922 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am using flash mp3player
and the path of mp3 file is stored in database.I have retrived path but how i set path to data="" attribte using page.aspx.cs page .
my object code for flash player is this:

<object type="application/x-shockwave-flash" data="player.swf?mp3=name.mp3" id="myplayer">

plz help
Posted
Updated 12-Jan-11 22:39pm
v5

1 solution

Here is a useful article on http handlers
http://www.c-sharpcorner.com/UploadFile/jhblankenship/DownloadingFromMemStreamHttp11262005061852AM/DownloadingFromMemStreamHttp.aspx[^]

I think you should try to write an http handler to enable access to the audio data.

Regards
Espen Harlinn
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900