eilsoe
January 7, 2003, 1:24pm
1
Hiya!
Iâm experimenting with live streaming in FMX, and it works wonders. =)
But I canât seem to figure out how to check if itâs buffering or notâŚ
I want a textfield saying whether itâs buffering or not, like: âbufferingâŚâ, then âAll buffed out! Letâs ROLL!!ââŚ
ArghâŚ
Btw Iâm streaming off Digitally Imported.
system
January 7, 2003, 6:13pm
4
Are u guys avoiding this thread?
system
January 7, 2003, 6:23pm
7
well I for one have never used it, and I assume the same goes for probably most everyone else here. That being the case, we (like myself) probably just dont know. :+)
system
January 7, 2003, 6:25pm
8
argh
I saw on www.whoswe.com , that theyâd done itâŚ
THEN I searched these forums, and the ones on flashkit, and the ultrashock, and finally actionscript.org âŚ
nothingâŚ
Just how to stream live, and THATâS NOT HARD⌠grr âŚ
:( : ( :*(
system
January 7, 2003, 6:26pm
9
When I first saw this thread I tohught that you wonât get any good help cuz I donât think anybody knows that kinda stuff!
I donât knwo a thing about streaming in flash!(-:
system
January 7, 2003, 6:30pm
10
A-haâŚ
well, do this:
Make an object, convert to MC. Rightclick and then âActionsâ, add this:
on(release){
stream=new Sound();
stream.loadSound(âhttp://64.236.34.141:80/stream/1003 â, true);
stream.start(0,1);
}
And run the movie, click the button, and after a few secs, music SHOULD be flowinâ through the speakers.
Itâs that timespace from u release, to the music starts playing Iâm fiddlinâ withâŚ
The buffertimeâŚ
I just want flash to tell me when itâs buffering, and when itâs playingâŚ
system
January 7, 2003, 6:53pm
11
[SIZE=1]I donât have a clue about this![/SIZE]
system
January 7, 2003, 6:57pm
12
oooh I thought you meant with a webcam livestream input.
never used it, (most likely) never will.
anyway, for that just check for changes in soundObj.position
if position isnt changing, its buffering.
system
January 7, 2003, 7:02pm
13
â â â â
of course
thanx man!
I guess some people have a logic way of thinking, mine is just messed up (-:
And btw seno, at the top post, I stated that I was streaming off Digitally Imported
the shoutcast server?
system
January 7, 2003, 7:49pm
14
I tried checking the position, but it returns nothing :-\
system
January 7, 2003, 7:56pm
16
oh no WAIT!!!
something WORKS!!!
ahem⌠now Iâve got another problemâŚ
system
January 7, 2003, 8:01pm
17
OMG I MADE IT WORK!!! :!: :!: :!:
:P:P:P
thx for the tip seno!!!
system
January 7, 2003, 8:24pm
18
thats probably from the whole shoutcast thing then⌠in that case I would assume youâre sol
[edit] nvm it works![/edit]
system
January 7, 2003, 8:34pm
19
hey seno
can I ask you to take a look at my fla and see if you can make it say âbufferingâ when the connection brakes and it has to reconnect?
itâs all in the relationship between check1 and check2 (checks positions)âŚ
I canât seem to figure it outâŚ