Collect data from htm file in server
Posted: Sat Sep 26, 2015 3:52 pm
Hello ... I'm a newbie in LiveCode
I'm success create CasparCG Client software with LiveCode
connect connect it into CasparCG Server
This is my thread in CasparCG forum
htt***p://casparcg.co***m/forum/viewtopic.php?f=5&t=3390 please delete *** to view this link
Now Im Trying to Connect the Client into scoring software system.
I want to make automatic scoring system with casparcg and livecode.
This the schema:
htt***p://i967.photobucket.co***m/albums/ae157/ninesoul-clothing/ILUSTRASI._zpsv3ipsxd1.jpg please delete *** to view this image
This what i have done
Part 01 Manual Scoring
-Create CasparCg Client with livecode ===> [Success]
-Create computer server with xampp, this is the same computer with CasparCG server. ===> [Success]
Part 02 Automatic Scoring
-Send htm file from Fixit Scoring software to Server. ===> [Success]
-Collect htm data from server into livecode client ===> [failed]
I read about load file URL here on "Office of Digital Humanities"
htt***p://revolution.byu.edu/internet/RevInternet.php please delete *** to view this link
Then I try create script like this
I can't load data on htm file into livecode
What I want is ..... LOAD AND LOOP data from "htm file" in server. Than display it into Broadcast system with Livecode and CasparCg.
any comment and help would be appreciate
Gilar Kadarsah
Indonesia
I'm success create CasparCG Client software with LiveCode
connect connect it into CasparCG Server
This is my thread in CasparCG forum
htt***p://casparcg.co***m/forum/viewtopic.php?f=5&t=3390 please delete *** to view this link
Now Im Trying to Connect the Client into scoring software system.
I want to make automatic scoring system with casparcg and livecode.
This the schema:
htt***p://i967.photobucket.co***m/albums/ae157/ninesoul-clothing/ILUSTRASI._zpsv3ipsxd1.jpg please delete *** to view this image
This what i have done
Part 01 Manual Scoring
-Create CasparCg Client with livecode ===> [Success]
-Create computer server with xampp, this is the same computer with CasparCG server. ===> [Success]
Part 02 Automatic Scoring
-Send htm file from Fixit Scoring software to Server. ===> [Success]
-Collect htm data from server into livecode client ===> [failed]
I read about load file URL here on "Office of Digital Humanities"
htt***p://revolution.byu.edu/internet/RevInternet.php please delete *** to view this link
Then I try create script like this
Code: Select all
get URL "file:///c:/xampp/htdocs.test01.htm"
set the htmlText of fld "myField" to it
I can't load data on htm file into livecode
What I want is ..... LOAD AND LOOP data from "htm file" in server. Than display it into Broadcast system with Livecode and CasparCg.
any comment and help would be appreciate
Gilar Kadarsah
Indonesia