Displaying 20 results from an estimated 10000 matches similar to: "Icecast in Macromedia Flash"
2004 Aug 06
4
Hot Topic: Icecast in Macromedia Flash
Hi everybody,
I am trying to build an mp3 player in Macromedia Flash that would work with
Icecast. Using Flash as a mp3 player instead of Winamp, XMMS,. could
democratize 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
2004 Aug 06
4
Hot Topic: Icecast in Macromedia Flash
Hi everybody,
I am trying to build an mp3 player in Macromedia Flash that would work with
Icecast. Using Flash as a mp3 player instead of Winamp, XMMS,. could
democratize 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
2004 Aug 06
0
Icecast in Macromedia Flash
Thanks for a lot of usefull info.
> -----Original Message-----
> From: Macsym [mailto:macsym69@yahoo.fr]
> Sent: Saturday, November 29, 2003 6:00 AM
> To: icecast@xiph.org
> Subject: [icecast] Icecast in Macromedia Flash
>
>
> Hello everybody,
> This topic was already published in the icecast development
> list but it did
> not interest many people there
2004 Aug 06
0
Icecast in Macromedia Flash
Hi -
Ok, I don't pretend to have answers for you, sorry, but here are some
thoughts:
[snip]
> HERE IS THE PROBLEM: the code above works perfectly in a standalone swf file
> but not when the swf is embedded into a webpage.
So you have to assume that there is some difference between the embedded
player and the standalone player.
<p>>
> I analyzed the logs of my icecast
2004 Aug 06
7
Icecast in Macromedia Flash
Hi Leo,
Like you, I know think the problem doesn't come from the headers with
Icecast. Shoutcast needs some header information before accepting to send
the stream but not Icecast. The flash animation doesn't work with Icecast
either. I tried adding the mp3 extension to my live stream and to serve a
static mp3 through Icecast but I had the same results. Serving a static mp3
through apache
2004 Aug 06
3
Re: [icecast-dev] Hot Topic: Icecast in Macromedia Flash
Hi,
<p>I moved this to icecast@, since none of these are icecast development
related questions and issues.
Macsym wrote:
> I didn't know so many people in the Icecast-Dev list were running Linux PPC!
Oh well, I'm neither a developer nor running Linux PPC. ;)
> Anyway, I understand that you guys don't have the time to help me with that
> because you wouldn't be
2004 Aug 06
2
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
Here is some code i wrote to send a mp3 file to a shoutcast server, with a little modification im sure you could change it and use it to connect to icecast2 and write various things etc... not sure but here it is
------------------------------------------------------
<?php
$port = '8000';
$ip = '127.0.0.1';
$fileplay = './whatever.mp3';
$password = 'changme'
2004 Aug 06
1
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
Under windows all you need to do is edit your php.ini file under
C:\WINDOWS\ (xp)
or
C:\WINNT (2000)
Look for the the following lines
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
then find
;extension=php_shmop.dll
extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_tokenizer.dll
make sure sockets is uncommented
you will also need to set the path you
2004 Aug 06
1
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
Macsym wrote:
> About the log line:
> 192.168.0.3 - - [27/Nov/2003:04:42:58 Romance Standard Time] "GET /mystream
> HTTP/1.1" 200 328981 "(null)" "-" 13712464
>
> How can I set up my php script to send hardcoded header information for the
> parameter "referrer"? Do you think the value:
> fputs($sock, "referrer:
2004 Aug 06
0
Re: [icecast-dev] Hot Topic: Icecast in Macromedia Flash
Hi Moritz,
Thanks for everything.
About the log line:
192.168.0.3 - - [27/Nov/2003:04:42:58 Romance Standard Time] "GET /mystream
HTTP/1.1" 200 328981 "(null)" "-" 13712464
How can I set up my php script to send hardcoded header information for the
parameter "referrer"? Do you think the value:
fputs($sock, "referrer: "-"\n");
hould be
2004 Aug 06
1
Hot Topic: Icecast in Macromedia Flash
Macsym wrote:
> I am trying to build an mp3 player in Macromedia Flash that would work with
> Icecast. Using Flash as a mp3 player instead of Winamp, XMMS,. could
> democratize 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.
You should read the Flash Player's
2004 Aug 06
1
[icecast-dev] Hot Topic: Icecast in Macromedia Flash
Macsym wrote:
> I am trying to build an mp3 player in Macromedia Flash that would work with
> Icecast. Using Flash as a mp3 player instead of Winamp, XMMS,. could
> democratize 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.
You should read the Flash Player's
2007 Jan 02
6
A Macromedia Shockwave Flash-based Ogg player?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm looking for an Ogg/Vorbis player in Macromedia Flash, for embedding into webpages.
I discovered a Java-based player but it's a non-starter. If people have to install things, it's over. They already have flash because almost every website on the damned Internet requires it these days.
What I need is an Ogg Vorbis player written in
2007 Jan 02
6
A Macromedia Shockwave Flash-based Ogg player?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm looking for an Ogg/Vorbis player in Macromedia Flash, for embedding into webpages.
I discovered a Java-based player but it's a non-starter. If people have to install things, it's over. They already have flash because almost every website on the damned Internet requires it these days.
What I need is an Ogg Vorbis player written in
2005 Aug 06
3
Macromedia Flash Loading Issues
I''ve discovered something very odd about the way Rails is handling
Flash media. I am attempting to load a partial that contains the code
for a flash adverstisment for the website. It was working ok when the
code was in the page, but once I pulled it out to a partial (so I
could use it on other pages) it stopped working.
<%= render(:partial =>
2009 Apr 03
1
swfdec-player - error
Hi,
I have problem strange with swf.
When i run:
$ swfdec-player http://www.pibmug.com/files/map_test.swf
it's run swf. Everything is OK
But when I try this swf:
$ swfdec-player http://www.fi.muni.cz/~xstancek/lineChart.swf
SWFDEC: ERROR: swfdec_sprite_movie.c(286):
swfdec_sprite_movie_perform_place: using non-implemented clip events 256
.......
SWFDEC: ERROR:
2007 Apr 25
2
Flash Skin and Rails View Issue
Hi,
I have an issue embedding a flash movie into one of my rails views.
/movies/index.rhtml
embeds /resources/movies/episode1.swf and episode1.flv
e.g index.rhtml includes:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="320"
2004 Aug 06
0
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
Hi Dave,
I remember I read your post, but when I read it, nobody had answered you
yet. Thank you very much for the script, it seems to be more complete than
mine.
I am new to php, to create a script, I usually edit it in notepad and save
it as *.php. How can I compile the script '--with-sockets' under windows?
Thanks again
MAX
________________________________________
From:
2006 Feb 25
8
linking a .swf file in a rails document
Hi,
I have a little .swf movie I''d like to have in my page. Is there a
rails way of linking it?
Thanks,
Peter
2007 Aug 08
3
SWF animation method
Hi all,
Just thought I'd share something I discovered last night. I was
interested in creating animations consisting of a series of plots and
after finding very little in the usual sources regarding animation in
R directly, and disliking the imagemagick method described here
(http://tolstoy.newcastle.edu.au/R/help/05/10/13297.html), I
discovered that if one exports the plots to a