03-27-2012 09:00 AM
Here you go!!!!
03-27-2012 12:06 PM
thanks a lot !! i'll take some time to try this out first
03-27-2012 12:39 PM
sorry to trouble again. when i opened the attached file seems got vi conflict and the client file is missing. can u give the full file one more time.
sorry for the trouble 😃
03-27-2012 01:14 PM
No Problem, attached project.
Should work.
03-27-2012 11:47 PM
thank you so much !! i already can get the XML data 😃
btw, can you tell me how then if i want to view through the client page ? what URL should i use ? i try with URL mapping /static and use URL http://localhost/ECG/static/Main.swf but cannot work =(
03-28-2012 02:04 AM
No there was no XML data, I tried initially didnt work. As if you need stream XML data following settings required.
For receving XML data use javascript function, publish into web page use following functions.
XMLHttpRequest(),
ajaxGet = new ActiveXObject("Microsoft.XMLHTTP");
ajaxGet.open("GET",http://localhost:8080/ECG/Array, true);
ajaxGet.setRequestHeader("Content-Type", "text/xml");
03-29-2012 05:30 AM - edited 03-29-2012 05:33 AM
i already did according to your guide. i get the XML data but, still i can't view my client page. i got Acces Error when i try to open it.
i had attached my Flex client code and the project file i used. if possible can u try look at it =))
One more question, the flush output vi from my main vi seems having error. This happened when i try to run the main vi from the front panel. do you have any idea of this situation.
03-29-2012 06:11 AM
Give me some time to work on, as i dont have flash on my pc.
03-29-2012 07:05 AM
okay no problem take your time... i already thanks u a lot !!
04-03-2012 03:01 AM
hi! did you manage to solve it ? i'm waiting for your reply 😃