yeah that works i get the jazz, but the thing is that i want to play is not a webpage?
it´s tcp://212.247.216.93:5015 and i want it to load from this field. Im sorry if there is a lot of noobie questions, but im sooo bad at this.
Search found 27 matches
- Sat Feb 23, 2019 2:56 pm
- Forum: Internet
- Topic: VLC network stream
- Replies: 9
- Views: 10478
- Tue Feb 19, 2019 1:18 am
- Forum: Internet
- Topic: VLC network stream
- Replies: 9
- Views: 10478
Re: VLC network stream
Thanks will try that 

- Mon Feb 18, 2019 1:34 am
- Forum: Internet
- Topic: VLC network stream
- Replies: 9
- Views: 10478
Re: VLC network stream
Thx Klaus but i dont realy understand.
I have a player, text box and a button
In the text I need to write: Tcp:\\212.247.219.90:5019 to access my live feed. And when I press play button I want it to start in the player.
How do I program that
I have a player, text box and a button
In the text I need to write: Tcp:\\212.247.219.90:5019 to access my live feed. And when I press play button I want it to start in the player.
How do I program that
- Sun Feb 17, 2019 6:54 pm
- Forum: Internet
- Topic: VLC network stream
- Replies: 9
- Views: 10478
VLC network stream
Hi im trying to make a multiviewer on network urls, like when you look at a stream on vlc.
I need some one to explaine how i load a url to the player? I want to be able to write the url and then click a button play to start.
I need some one to explaine how i load a url to the player? I want to be able to write the url and then click a button play to start.
- Sun Apr 24, 2016 3:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: unicode label of button
- Replies: 10
- Views: 6485
Re: unicode label of button *solved*
Unicodelabel
- Thu Apr 21, 2016 9:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: unicode label of button
- Replies: 10
- Views: 6485
Re: unicode label of button
hi im not writing a xml thats just instead of myvariable (just a text) when i was learning livecode a guy showed my a bit of code and i kept useing that "xml". As i wrote, im sending this text to a flash template. When i use it like you told me "put the label of btn" my letters as å,ä,ö does not sho...
- Thu Apr 21, 2016 8:44 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: unicode label of button
- Replies: 10
- Views: 6485
Re: unicode label of button
Here is the part of that code that gets a error. put "<componentData id=\" after xml put quote after xml // Flashbox put "h_spelare1\" after xml put quote after xml put "><data id=\" after xml put quote after xml put "text\" after xml put quote after xml put " value=\" after xml put quote after xml ...
- Thu Apr 21, 2016 8:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: unicode label of button
- Replies: 10
- Views: 6485
Re: unicode label of button
I understand that, im using the label in other functions. But now when im trying to show the label of the button in my template it does not show the Scandinavian letters or other not roman letters.
I use LC7, in LC it shows the letters but its when im sending the data to a template it gets wrong.
I use LC7, in LC it shows the letters but its when im sending the data to a template it gets wrong.
- Thu Apr 21, 2016 8:20 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: unicode label of button
- Replies: 10
- Views: 6485
Re: unicode label of button
hi craig, thx for you help.
I didn't get that first part to try to put 5 in a button?
I tried that string you wrote but i get an error when im trying to press my button
I didn't get that first part to try to put 5 in a button?
I tried that string you wrote but i get an error when im trying to press my button
button "h_byte": execution error at line 38 (Chunk: error in object expression) near "3 Henrik Ädehl", char 41
- Wed Apr 20, 2016 10:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: unicode label of button
- Replies: 10
- Views: 6485
unicode label of button
Hi im trying to use unidecode for Scandinavian letters, im trying to put it on a label of an button but i cant get it to work. It works perfekt with field, here is the code fo my field: put uniDecode (the unicodetext of field "h_namn" of stack "fotboll_installningar", "UTF8") after xml I tried to ju...
- Mon Apr 18, 2016 12:07 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do I limit the number of columns of a basic table field?
- Replies: 1
- Views: 1846
How do I limit the number of columns of a basic table field?
Hi im trying to set a basic table to 3 columns, I googled some but cant really find anything except this set the tabStops of fld "data" to 200,100,0 but it dos not work.
- Sat Apr 16, 2016 5:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: name options
- Replies: 17
- Views: 10401
Re: name options
Back to the name function that i asked in the beginging, how would you do so you can edit and add players? and so i can search them by number?
- Fri Apr 15, 2016 8:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: name options
- Replies: 17
- Views: 10401
Re: name options
if im using the script "on functionKey tKey" can i use that to "press" a button on the interface? i would like it to start the timer as you see on the picture.
i tried to add the function i have on the button to the "case 1" script but i get an error on the countUp function.
i tried to add the function i have on the button to the "case 1" script but i get an error on the countUp function.
- Fri Apr 15, 2016 8:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: name options
- Replies: 17
- Views: 10401
Re: name options
im not going to use them like you writed, im going to use it to show Scorebug and remoove all grapgics.
- Fri Apr 15, 2016 7:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: name options
- Replies: 17
- Views: 10401
Re: name options
Wow craig this script Helped me a lot! i can do everything with it! It made the app so work friendly now.