forum

Home / DeveloperSection / Forums / Cant see server Audio Tag

Cant see server Audio Tag

Anonymous User 1748 28-Aug-2014
<audio runat="server" id="audioMessageToPlay" src="" controls="controls"/>

in a user control, i want to manipulate the src tag in code behind, but when i get there the control

    audioMessageToPlay.src

isnt there ?

I cant even do

    audioMessageToPlay.Attributes.Add("src", "mymusic.mp3")

Any ideas on how to get it, im currently updating to SP1 maybe that will help ?


Updated on 28-Aug-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By