Click here to Skip to main content
15,906,574 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem related to RadioButtonList Pin
RajeevKumarSharma27-Oct-07 1:49
RajeevKumarSharma27-Oct-07 1:49 
AnswerRe: problem related to RadioButtonList Pin
Imran Khan Pathan27-Oct-07 1:56
Imran Khan Pathan27-Oct-07 1:56 
GeneralRe: problem related to RadioButtonList Pin
RajeevKumarSharma27-Oct-07 2:13
RajeevKumarSharma27-Oct-07 2:13 
QuestionRe: problem related to RadioButtonList Pin
Karthic M27-Oct-07 2:36
Karthic M27-Oct-07 2:36 
AnswerRe: problem related to RadioButtonList Pin
Imran Khan Pathan27-Oct-07 2:43
Imran Khan Pathan27-Oct-07 2:43 
GeneralRe: problem related to RadioButtonList Pin
Karthic M27-Oct-07 2:49
Karthic M27-Oct-07 2:49 
QuestionRe: problem related to RadioButtonList Pin
Karthic M27-Oct-07 2:51
Karthic M27-Oct-07 2:51 
QuestionEmbed Object Pin
Kurian_Kurian27-Oct-07 1:42
Kurian_Kurian27-Oct-07 1:42 
I want to show the selected video clip in the asp page.so am using the embed object and iwant to pass the selected videos path to that object.i tried lot but none of them is working.embed object code below

<OBJECT id='mediaPlayer' width="320" height="320"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<param id="path" name='fileName' value=""
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="true">
<param name='showControls' value="true">
<param name='loop' value="true">
<Embed type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='media' name='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='darkblue' showcontrols="true" showtracker='-1'
showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="363"
src="" autostart="true" designtimesp='5311' loop="true">
</Embed>
</OBJECT>

i used javascript to pass the value to the object but it is not working

javascript follows

function playAudio(){

var doc = document.getElementById('path');
var doc1 = document.getElementById('media');
doc.value=hdVideo.value;
doc1.src=hdVideo.value;
}
</script>

hdVideo is a hidden field,am setting value in this hidden field from their am taking the value.if am doing window.alert am getting the value,suppose if am hardcoding this value in the embed object it is working.but i want to pass the value at run time.

Then body onload event i called this javascript.
QuestionAbout Video Clippings Pin
Pandiarajan R T27-Oct-07 1:33
Pandiarajan R T27-Oct-07 1:33 
AnswerRe: About Video Clippings Pin
Karthic M27-Oct-07 1:43
Karthic M27-Oct-07 1:43 
QuestionHow to upload image Pin
Padma N27-Oct-07 1:33
Padma N27-Oct-07 1:33 
AnswerRe: How to upload image Pin
Abhijit Jana27-Oct-07 1:38
professionalAbhijit Jana27-Oct-07 1:38 
Questionbutton in the content place holder Pin
Sonia Gupta27-Oct-07 1:06
Sonia Gupta27-Oct-07 1:06 
AnswerRe: button in the content place holder [modified] Pin
Imran Khan Pathan27-Oct-07 1:12
Imran Khan Pathan27-Oct-07 1:12 
GeneralRe: button in the content place holder Pin
Sonia Gupta27-Oct-07 1:26
Sonia Gupta27-Oct-07 1:26 
AnswerRe: button in the content place holder Pin
Abhijit Jana27-Oct-07 1:13
professionalAbhijit Jana27-Oct-07 1:13 
GeneralRe: button in the content place holder Pin
Sonia Gupta27-Oct-07 1:23
Sonia Gupta27-Oct-07 1:23 
GeneralRe: button in the content place holder Pin
Abhijit Jana27-Oct-07 1:37
professionalAbhijit Jana27-Oct-07 1:37 
GeneralRe: button in the content place holder Pin
Sonia Gupta27-Oct-07 1:49
Sonia Gupta27-Oct-07 1:49 
GeneralRe: button in the content place holder Pin
Imran Khan Pathan27-Oct-07 1:38
Imran Khan Pathan27-Oct-07 1:38 
QuestionExport the Data to Excel Pin
Aavesh Agarwal27-Oct-07 0:42
Aavesh Agarwal27-Oct-07 0:42 
AnswerRe: Export the Data to Excel Pin
ShruthiLavan28-Oct-07 21:36
ShruthiLavan28-Oct-07 21:36 
QuestionHow to change background color of Message Box Pin
Rashmi_Karnam27-Oct-07 0:28
Rashmi_Karnam27-Oct-07 0:28 
AnswerRe: How to change background color of Message Box Pin
Abhijit Jana27-Oct-07 1:00
professionalAbhijit Jana27-Oct-07 1:00 
GeneralRe: How to change background color of Message Box Pin
Rashmi_Karnam27-Oct-07 4:26
Rashmi_Karnam27-Oct-07 4:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.