Displaying 1 result from an estimated 1 matches for "devletter".
Did you mean:
deleter
2006 Dec 24
1
Icecast vs Internet Explorer 7 patch
...e a flash on IE7 you need :
1. Patch icecast2 to have content-length equal 319324133 (one more will
failed)
2. Use javascript to display emb/object of the flash because Microsoft
will not autorun flash anymore (due to legal issue ?)
read http://www.adobe.com/devnet/activecontent/articles/devletter.html
3. flash .swf need to be stored on icecast web directory. Security
restriction
like in the java to only open socket on the same host where applet
is located.
This is a sample code to play icecast stream in a flash code
stream = new Sound();
domain = new String();
mount = new String();...