Posts Tagged ‘file xml’

I want to make a Flash that save inputed data to xml file on the site's server.?

I want to make a Flash for my website that a user can fill a form and the data be saved to an file (xml) who is located on my server where the webpage is. Please send me the Action-Script of this program and instructions. Thanks.
I WANT TO MAKE A MACROMEDIA FLASH APPLICATION FOR MY WEBSITE THAT WILL SAVE A FORM TO A SPECIFIC (XML?) FILE ON MY SERVER. IS THERE ANY PROGRAMMER USING YAHOO? OR WHAT? NOBODY ANSWERS MY QUESTION ,NOBODY KNOWS .
PLEASE ANSWER MY QUESTION.

How do I use System.IO.StreamReader in VB 2005 to access XML files on the web, it seems to be local files only

How do I use the System.IO.StreamReader() function in VB.NET 2005 to access XML files on the web, it seems to be local files only. It throws back a "URI not allowed" error when I try to compile. Here’s the code…

Dim sr As New System.IO.StreamReader("http://domain.com/file.xml")

Any help would be appreciated. Thanks.