search for: loadsound

Displaying 10 results from an estimated 10 matches for "loadsound".

2005 Jun 27
3
IE/FLASH/ICECAST
Hello, I've created a macromedia flash player in order to play icecast mp3 streaming. Icecast is configued on the port 8000 and It's ok with winamp. In my flash movie, I've used loadSound("<streaming>",true) on a Sound object. It's ok on Mozilla based browsers but some user don't have sound on Internet Explorer. D't understand? Is there an issue? Thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/...
2004 Aug 06
1
Macromedia Flash as mp3 player
Could you explain just how you use Flash to play back the stream? -------- Original Message -------- Subject: [icecast] Macromedia Flash as mp3 player (30-Okt-2003 10:40) From: assorgia@tin.it To: d.moritz@edv-partner.com > Hi, I've been experimenting on using the flash plugin to listen to > icecast mp3 streams, so that the user does'nt have to download any > external
2005 Jun 27
0
AW: IE/FLASH/ICECAST
...ony Terrien Gesendet: Montag, 27. Juni 2005 09:43 An: icecast@xiph.org Betreff: [Icecast] IE/FLASH/ICECAST Hello, I've created a macromedia flash player in order to play icecast mp3 streaming. Icecast is configued on the port 8000 and It's ok with winamp. In my flash movie, I've used loadSound("<streaming>",true) on a Sound object. It's ok on Mozilla based browsers but some user don't have sound on Internet Explorer. D't understand? Is there an issue? Thx
2006 Dec 24
1
Icecast vs Internet Explorer 7 patch
...s a sample code to play icecast stream in a flash code stream = new Sound(); domain = new String(); mount = new String(); port = new String(); domain = 'icecast.youdomain'; mount = 'myradio.mp3'; port = '80'; System.security.allowDomain('http://'+ domain); stream.loadSound('http://'+ domain +':'+ port +'/'+ mount, true); function callback() { stream.start(); } stream.onSoundComplete = callback; stream.start(); Happy Christmas. -- Infomaniak Network SA Guy Baconniere <baco@infomaniak.ch> Unix System Administrator Certified Linux...
2004 Aug 06
0
Icecast in Macromedia Flash
...t every computer > connected to the internet (Windows, MAC, Linux - but NOT > linux PPC) and it > will be embedded into a webpage. > I successfully imported an Icecast live stream into Flash > with this simple > ActionScript code: > TestIcecast = new Sound(); > TestIcecast.loadSound("http://myradio.com:8000/mystream", true); > TestIcecast.start(0,0) > > For those who don't know flash, here is the process of > creating a flash > animation: you edit the code into a .fla file, then export > this code into a > .swf file (the flash animation) a...
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
...mpile_value (compiler, call->name); + if (call->construct) { if (call->value) { code = vivi_code_asm_new_method_new (); commit 92b2d2f15dc237c5f830250994363fc61f048336 Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 13 14:03:24 2008 +0200 implement Sound.loadSound() diff --git a/swfdec/Makefile.am b/swfdec/Makefile.am index 7d39e60..a4ea245 100644 --- a/swfdec/Makefile.am +++ b/swfdec/Makefile.am @@ -38,6 +38,7 @@ libswfdec_source_files = \ swfdec_audio_decoder_uncompressed.c \ $(CODEC_FILES) \ swfdec_audio_event.c \ + swfdec_audio_load.c \ swfdec_a...
2004 Aug 06
4
Hot Topic: Icecast in Macromedia Flash
...tize Icecast because Flash is cross-platform/cross-browser, it is installed on almost every computer connected to the internet and it will be embedded into a webpage. I successfully imported an Icecast live stream into Flash with this simple ActionScript code: TestIcecast = new Sound(); TestIcecast.loadSound("http://myradio.com:8000/mystream", true); TestIcecast.start(0,0) For those who don't know flash, here is the process of creating a flash animation: you edit the code into a .fla file, then export this code into a .swf file (the flash animation) and then embed this flash animation in...
2004 Aug 06
4
Hot Topic: Icecast in Macromedia Flash
...tize Icecast because Flash is cross-platform/cross-browser, it is installed on almost every computer connected to the internet and it will be embedded into a webpage. I successfully imported an Icecast live stream into Flash with this simple ActionScript code: TestIcecast = new Sound(); TestIcecast.loadSound("http://myradio.com:8000/mystream", true); TestIcecast.start(0,0) For those who don't know flash, here is the process of creating a flash animation: you edit the code into a .fla file, then export this code into a .swf file (the flash animation) and then embed this flash animation in...
2004 Aug 06
6
Icecast in Macromedia Flash
...rm/cross-browser, it is installed on almost every computer connected to the internet (Windows, MAC, Linux - but NOT linux PPC) and it will be embedded into a webpage. I successfully imported an Icecast live stream into Flash with this simple ActionScript code: TestIcecast = new Sound(); TestIcecast.loadSound("http://myradio.com:8000/mystream", true); TestIcecast.start(0,0) For those who don't know flash, here is the process of creating a flash animation: you edit the code into a .fla file, then export this code into a .swf file (the flash animation) and then embed this flash animation in...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...ot;, "getPan", false], + ["_global.Sound.prototype", "getPosition", true], + ["_global.Sound.prototype", "getTransform", false], + ["_global.Sound.prototype", "getVolume", false], + ["_global.Sound.prototype", "loadSound", true], + ["_global.Sound.prototype", "setDuration", true], + ["_global.Sound.prototype", "setPan", false], + ["_global.Sound.prototype", "setPosition", true], + ["_global.Sound.prototype", "setTransform", fal...