Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
this is my file..


i have to read this file in xml, as well as i want to display at netx page any one tell me how can i do this..........

the path of this file is........
C:\Documents and Settings\azhar\Desktop\flashrecorder.xml



XML
- <CONFIG>
- <SETTINGS>
  <PLAYER_SETTINGS Name="License" Value="6b100nwghzms2cqk8v5prdjyf7t493" />
  <PLAYER_SETTINGS Name="SiteURL" Value="http://irrex.ctco.lv:81/videocapture/" />
  <PLAYER_SETTINGS Name="ServerURL" Value="rtmp://10.101.101.2:1935/oflaDemo/" />
  <PLAYER_SETTINGS Name="FPS" Value="10" />
  <PLAYER_SETTINGS Name="AudioRate" Value="11" />
  <PLAYER_SETTINGS Name="VideoWidth" Value="320" />
  <PLAYER_SETTINGS Name="VideoHeight" Value="240" />
  <PLAYER_SETTINGS Name="VideoCompression" Value="85" />
  <PLAYER_SETTINGS Name="AudioGain" Value="50" />
  <PLAYER_SETTINGS Name="SaveScript" Value="http://irr.ctco.lv/agjbrs/SaveVideoFile.aspx" />
  <PLAYER_SETTINGS Name="AudioActivity" Value="50" />
  <PLAYER_SETTINGS Name="VideoActivity" Value="50" />
  <PLAYER_SETTINGS Name="MaxRecordingTime" Value="50" />
  <PLAYER_SETTINGS Name="Color" Value="0x000077" />
  <PLAYER_SETTINGS Name="EmbedURL" Value="http://irrex.ctco.lv/videocapture/player.swf" />
  <PLAYER_SETTINGS Name="ShareURL" Value="http://irrex.ctco.lv/videocapture/share.aspx" />
  <PLAYER_SETTINGS Name="LogoURL" Value="http://irrrx.ctco.lv/videocapture/logo.jpg" />
  <PLAYER_SETTINGS Name="RedirectURL" Value="http://irrex.ctco.lv/agjbrs/Videorecorder.aspx?from=save" />
  <PLAYER_SETTINGS Name="ShowLinkButton" Value="false" />
  </SETTINGS>
- <MSG>
  <ERROR Name="Saving" Value="Saving file to the database..." />
  <ERROR Name="SaveSuccess" Value="The file has been saved successfully" />
  <ERROR Name="SaveError" Value="There was an error saving the file.Plz Check File size" />
  <ERROR Name="NoMic" Value="You do not have a microphone installed" />
  <ERROR Name="NoCam" Value="You do not have a camera installed" />
  <ERROR Name="MaxRecordingTime" Value="Time limit" />
  </MSG>
  </CONFIG>
Posted
Comments
Varun Sareen 27-Feb-12 0:15am    
have you tried google?
anusha 2 27-Feb-12 0:16am    
i already try sir but am not getting can u explain me step by step thanx in advance
Varun Sareen 27-Feb-12 0:22am    
Please refer to the links i have given in the solution they will definitely help you out.

1 solution

Try this link:-

2,470,000 results on read xml file in c#

1,860,000 results on read xml file in vb.net

2,840,000 results on read xml file in asp.net

Please refer this link for displaying it on the next page:- http://forums.asp.net/t/1601278.aspx/1[^]

I hope this will help you out. Please don't forget to mark this as your answer.
 
Share this answer
 
v2

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