how to embed a mp3 song

Discussion in 'Google' started by venkata.saibabu@gmail.com, Aug 26, 2009.

  1. #1
    hi friend i need to embed a mp3 song from my database. so i need a help and its urgent iam a asp.net developer and using it it my application.

    my intension is to bind a mp3 song

    i tried the below code:

    string videotype = dal.gettinglinks(ent);

    "<object id='Player' classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'><param name='autoStart' value='True'><param name='" + lblmp3.Text + " 'value='" + VideoID + "'><param name='rate' value='1'><param name='balance' value='0'><param name='enabled' value='true'><param name='enabledContextMenu' value='true'><param name='fullScreen' value='false'><param name='playCount' value='1'><param name='volume' value='100'></object>";



    so please some how help me.


    thanks in advance

    sai