View Full Version : real player integrated in flash?
Fresh_ales
11-10-2005, 03:12 PM
I have looked on the net to find out if ti si possible.....
IS IT?
I wanna integrate LIVE stream into flash projector file....
is it doabble?
Fresh:eek:
gring
11-10-2005, 03:27 PM
nope. Videos in flash have to be in flash's proprietary format.
Fresh_ales
11-10-2005, 03:50 PM
how about....
if i have a real media LIVE broadcast link....
is it possiblle, to convert it to flash?? in real time?!
Or any other option? t have integrated live broadcast feed?
Fresh:confused:
Fresh_ales
11-10-2005, 04:10 PM
actualy....its doable!
here is the sample
http://www.flashants.com/tutor/sample6.shtml
Now i just have to manage to play live broadcast feed...
Fresh:p
gring
11-10-2005, 04:10 PM
the flash player can only display its format. Now, there's maybe a way for a server to convert in real time real video to flv. Check if flash communication server can do this... Maybe someone on this forum who knows it?
CyanBlue
11-10-2005, 04:20 PM
The easiest way of doing it would be faking it so that the Real Player will sit right on top of the Flash Player... I mean putting the Real Player DIV layer on top of the DIV layer that contains Flash content... That's an easy way to make things look abit less cluttered but if you find better way, I'd love to hear it... ;)
Fresh_ales
11-10-2005, 04:22 PM
hmmmm
my prewiest post!!!
it goes!! in flash!
i can play real media in flash projector file with actvieX control!
like this!
on (release) {
RealObject = "<object classid=\"clsid:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA\" id=\"RealAudio1\" width=\"320\" height=\"240\"> <param name=\"_ExtentX\" value=\"6350\"> <param name=\"_ExtentY\" value=\"2117\"> <param name=\"AUTOSTART\" value=\"-1\"> <param name=\"SHUFFLE\" value=\"0\"> <param name=\"PREFETCH\" value=\"0\"> <param name=\"NOLABELS\" value=\"0\"><param name=\"CONTROLS\" value=\"ImageWindow\"> <param name=\"LOOP\" value=\"0\"> <param name=\"NUMLOOP\" value=\"0\"> <param name=\"CENTER\" value=\"0\"> <param name=\"MAINTAINASPECT\" value=\"0\"> <param name=\"BACKGROUNDCOLOR\" value=\"#000000\"></object>";
rect = "0,0,640,400,";
SrcPrefix = "<param name=\"SRC\" value=\"";
SrcPostfix = "\">";
OpenParams = rect add RealObject add SrcPrefix add FileName2 add SrcPostfix;
fscommand("fas.axobj.open", OpenParams);
}
BUT!
her i have the input box, where i have manualy put the addres of the rm link, and it works!
Now i wanna make DIRECT link to some live feed, but i think i have somewhere a BUG, cos it aint working for me :(
I tryed like this!
on (release) {
RealObject = "<object classid=\"clsid:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA\" id=\"RealAudio1\" width=\"320\" height=\"240\"> <param name=\"_ExtentX\" value=\"6350\"> <param name=\"_ExtentY\" value=\"2117\"> <param name=\"AUTOSTART\" value=\"-1\"> <param name=\"SHUFFLE\" value=\"0\"> <param name=\"PREFETCH\" value=\"0\"> <param name=\"NOLABELS\" value=\"0\"><param name=\"CONTROLS\" value=\"ImageWindow\"> <param name=\"LOOP\" value=\"0\"> <param name=\"NUMLOOP\" value=\"0\"> <param name=\"CENTER\" value=\"0\"> <param name=\"MAINTAINASPECT\" value=\"0\"> <param name=\"BACKGROUNDCOLOR\" value=\"#000000\"></object>";
rect = "0,0,640,400,";
SrcPrefix = "<param name=\"SRC\" value=\"http://someaddres.rm";
SrcPostfix = "\">";
OpenParams = rect add RealObject add SrcPrefix add SrcPostfix;
fscommand("fas.axobj.open", OpenParams);
}
Fresh:(
Fresh_ales
11-10-2005, 08:43 PM
ok...
now i know why its not working....
i need to buy FMProjector active X plugin :S
fresh:(
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.