The only way to make it works are creating and destroying the object at runtime:
if exists (player "Player") then
delete player "Player"
end if
create invisible player "Player"
set the filename of player "Player" to "h t t p:// server /file.m3u"
start player "Player"
But in the activity ...
Search found 3 matches
- Thu Mar 27, 2014 6:06 pm
- Forum: Multimedia
- Topic: Problem with Player & Stream Audio.
- Replies: 18
- Views: 19995
- Thu Mar 27, 2014 5:49 pm
- Forum: Multimedia
- Topic: Problem with Player & Stream Audio.
- Replies: 18
- Views: 19995
Re: Problem with Player & Stream Audio.
Exists other way to play a stream on LiveCode without QT ?
- Thu Mar 27, 2014 8:02 am
- Forum: Multimedia
- Topic: Problem with Player & Stream Audio.
- Replies: 18
- Views: 19995
Problem with Player & Stream Audio.
Hi, Im trying to develop a little app for Mac OS X, that App just have a player control & two buttons, the idea is play an audio stream but I have a very mysterious problem. :shock:
Description of problem:
Scenario 1: I put the player control on the card, in the source (filename) fill with the ...
Description of problem:
Scenario 1: I put the player control on the card, in the source (filename) fill with the ...