Macromedia Flash Server - Flash 8 Player Breaks FMX2004 Media Components (over

This is Interesting: Free IT Magazines  
Home > Archive > Macromedia Flash Server > July 2005 > Flash 8 Player Breaks FMX2004 Media Components (over





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Flash 8 Player Breaks FMX2004 Media Components (over
Jim Duber

2005-07-21, 5:47 pm

Greetings all,

It seems that the version 8 player (mine is MAC 8,0,0,43) breaks the
FlashMX 2004 media components when used with streaming FLVs from a
FlashCom server.

I'm using the MediaController and MediaDisplay components (from FMX2004
Pro) to deliver streaming FLV files from FlashCom on a few different
sites. These work perfectly well when run on the version 6 and 7
players. But, with the new beta player, nothing works:

1) The play/pause button does nothing;
2) The playhead doesn't move;
3) The timer doesn't update;
4) The volume slider and mute/unmute buttons don't work;
5) The drag bar doesn't control the stream.

The audio stream plays and the first frame of video shows. After
clicking on controls several times and dragging the playhead, the
stream sometimes becomes associated with the controls and the timer and
playhead move. However, this is rare. More common is to have several
instances of the audio stream playing at the same time while trying to
get the controls to work. Clearly, they are FUBAR'ed.

For progressively downloaded FLVs, the media components work as before.

I have submitted a bug report but thought I'd mention here too--to see
if anyone else can reproduce this problem, and also to send out a heads
up.

Best wishes,

Jim


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Ing. Fabio Sonnati

2005-07-22, 2:49 am

I have had the same "problem".
Indeed I think that in FP8 has changed something
in netStream or netConnection sintax. Camera and mic work, progressive
works but streams not.
It is strange because apparently there isn't any new
change (new method or properties) in video are...
but evidently some changes had been apported



Jim Duber <jim-jjDRYJ2TO7cAvxtiuMwx3w@public.gmane.org> ha scritto

> Greetings all,
>
> It seems that the version 8 player (mine is MAC 8,0,0,43) breaks the
> FlashMX 2004 media components when used with streaming FLVs from a
> FlashCom server.
>
> I'm using the MediaController and MediaDisplay components (from FMX2004
> Pro) to deliver streaming FLV files from FlashCom on a few different
> sites. These work perfectly well when run on the version 6 and 7
> players. But, with the new beta player, nothing works:
>
> 1) The play/pause button does nothing;
> 2) The playhead doesn't move;
> 3) The timer doesn't update;
> 4) The volume slider and mute/unmute buttons don't work;
> 5) The drag bar doesn't control the stream.
>
> The audio stream plays and the first frame of video shows. After
> clicking on controls several times and dragging the playhead, the
> stream sometimes becomes associated with the controls and the timer and
> playhead move. However, this is rare. More common is to have several
> instances of the audio stream playing at the same time while trying to
> get the controls to work. Clearly, they are FUBAR'ed.
>
> For progressively downloaded FLVs, the media components work as before.
>
> I have submitted a bug report but thought I'd mention here too--to see
> if anyone else can reproduce this problem, and also to send out a heads
> up.
>
> Best wishes,
>
> Jim
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>

Ing. Fabio Sonnati
Lead Programmer - Progetto Sinergia
www.progettosinergia.com




=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Naicu Octavian

2005-07-22, 7:46 am

I think that changing the syntax would make FP7 movies
incompatible with FP8 player, so that I do not think
it is the case! And besides progressive flv's work.

What syntax are you using so far to stream flv's from
FCS?!

--- "Ing. Fabio Sonnati"
<sonnati-6XAXFxi7MR1y6ZJYwPuT2FaTQe2KTcn/@public.gmane.org> wrote:

> I have had the same "problem".
> Indeed I think that in FP8 has changed something
> in netStream or netConnection sintax. Camera and mic
> work, progressive
> works but streams not.
> It is strange because apparently there isn't any new
> change (new method or properties) in video are...
> but evidently some changes had been apported
>=20
>=20
>=20
> Jim Duber <jim-jjDRYJ2TO7cAvxtiuMwx3w@public.gmane.org> ha scritto
>=20
> 8,0,0,43) breaks the=20
> streaming FLVs from a=20
> components (from FMX2004=20
> on a few different=20
> version 6 and 7=20
> works:
> don't work;
> video shows. After=20
> the playhead, the=20
> controls and the timer and=20
> is to have several=20
> time while trying to=20
> FUBAR'ed.
> components work as before.
> mention here too--to see=20
> also to send out a heads=20
>

=3D-----------------------------------------------------------
> http://www.figleaf.com
>

=3D-----------------------------------------------------------
> archive:
>

http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
> Ing. Fabio Sonnati
> Lead Programmer - Progetto Sinergia
> www.progettosinergia.com
>=20
>=20
>=20
>=20
>

=3D-----------------------------------------------------------
> Supported by Fig Leaf Software -
> http://www.figleaf.com
>

=3D-----------------------------------------------------------
>=20
> To change your subscription options or search the
> archive:
>

http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>=20



________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20

=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Jim Duber

2005-07-22, 5:45 pm

Here's pretty much how I'm doing it--nothing out of the ordinary:

<CSAS>

import mx.controls.MediaController;
import mx.controls.MediaDisplay;

var myController:MediaController;
var myMedia:MediaDisplay;

myMedia.associateController(myController);
myMedia.autoPlay = true;
myController.controllerPolicy = "on";


function playFLVStream():Void {
myMedia.setMedia(_root.myConnection.uri+"/"+_root.recID);
myMedia.play(0);
myController.playing = true;
}

</CSAS>

Best,

Jim


On Jul 22, 2005, at 2:15 AM, Naicu Octavian wrote:
[vbcol=seagreen]
> I think that changing the syntax would make FP7 movies
> incompatible with FP8 player, so that I do not think
> it is the case! And besides progressive flv's work.
>
> What syntax are you using so far to stream flv's from
> FCS?!
>
> --- "Ing. Fabio Sonnati"
> <sonnati-6XAXFxi7MR1y6ZJYwPuT2FaTQe2KTcn/@public.gmane.org> wrote:
>


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com