|
|||
|
"fully compatible with Flash 3, 4, 5, MX." I don't think so!
With a standard Flash projector it is possible to listen to Shoutcast servers using a very simple script like this (the IP address may have to be changed here): _sound = new Sound(); _sound.loadSound("http://64.236.34.141:80/stream/1003", true); _sound.start(); stop(); Since the SWFKit projector uses the ActiveX version of the Flash player it is not possible to do this in a standard ActionScript. |
|
|||
|
Please send that file my way.
I'm trying to play (loadSound) and it works fine in flash and when i save a .swf and .exe from Flash but when i use SWFKit to remove the flash header and some other stuff it wont play the .mp3 files. mySound = new Sound(); mySound.loadSound("http://XXXXX.com/Deepest Blue.mp3", true); mySound.start(0, 5); There is more of that but i'm sure you know the rest. Thanks Jean |
|
|||
|
Having the same problem with shoutcast server !!
Can you guys please help.... stream = new Sound(); steam.loadSound("http://server ort", true);stream.start(); Do i need xml/php file to get headers information or to workaround activeX problems..?? Or do i need some nice FFish scripting in SWFkit... Thanks in advance. Greetz, Nikos |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|