|
Home > Archive > Macromedia Flash Server > November 2005 > Old Mediaplayback bug: do you have a workaround?
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 |
Old Mediaplayback bug: do you have a workaround?
|
|
|
|
| Jim Duber 2005-11-29, 5:45 pm |
| Hi Stefan,
If you're referring to the MX2004 version component, I've solved the
same issue in my apps by using both the MediaController and
MediaDisplay components in tandem (instead of MediaPlayback). You can
then control the 'paused' text with a boolean. For example:
var myMedia:MediaDisplay;
myController.playing = true;
Haven't tried it with the MediaPlayback component. Maybe it works there
too?
HTH,
Jim
On Nov 29, 2005, at 9:35 AM, Stefan Richter wrote:
> I got to use Mediaplayback in this project - don't ask.
>
> This is my problem:
> http://chattyfig.figleaf.com/piperm.../2003-November/
> 096457.html
>
> Anyone know of a workaround? I don't want it to say 'paused' when it's
> actually playing...
>
> Stefan
=-----------------------------------------------------------
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
| |
| Jim Duber 2005-11-29, 5:45 pm |
| Ooops. Of course that should say:
var myController:MediaController;
myController.playing = true;
Sent the version below without proof-reading first. Shame on me!
Jim
On Nov 29, 2005, at 10:09 AM, Jim Duber wrote:
> Hi Stefan,
>
> If you're referring to the MX2004 version component, I've solved the
> same issue in my apps by using both the MediaController and
> MediaDisplay components in tandem (instead of MediaPlayback). You can
> then control the 'paused' text with a boolean. For example:
>
> var myMedia:MediaDisplay;
> myController.playing = true;
>
> Haven't tried it with the MediaPlayback component. Maybe it works
> there too?
>
> HTH,
>
> Jim
>
>
> On Nov 29, 2005, at 9:35 AM, Stefan Richter 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
>
=-----------------------------------------------------------
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
| |
| Stefan Richter 2005-11-29, 5:45 pm |
| Thanks Jim,
I'll try that. I am actually using it in tandem as you said but so far had
no success.
Also I am using the old component but via Flash8 - I would have thought that
this bug was fixed by now...
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org [mailto:flashcomm-
> bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Jim Duber
> Sent: 29 November 2005 18:12
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] Old Mediaplayback bug: do you have a workaround?
>
> Ooops. Of course that should say:
>
> var myController:MediaController;
> myController.playing = true;
>
> Sent the version below without proof-reading first. Shame on me!
>
> Jim
>
> On Nov 29, 2005, at 10:09 AM, Jim Duber 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
=-----------------------------------------------------------
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
| |
| Jim Duber 2005-11-29, 8:45 pm |
| No problem, Stefan. The code I sent should work (it's documented in the
mx help as far as I recall) and I just tested it in the Flash 8 IDE.
The 'playing' property of the MediaController is a boolean. When set to
'true' the controller text will say "Streaming" and when set to
'false', the text says 'Paused'.
Best,
Jim
On Nov 29, 2005, at 11:40 AM, Stefan Richter wrote:
[vbcol=seagreen]
> Thanks Jim,
> I'll try that. I am actually using it in tandem as you said but so far
> had
> no success.
> Also I am using the old component but via Flash8 - I would have
> thought that
> this bug was fixed by now...
>
> Stefan
>
>
>
=-----------------------------------------------------------
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
|
|
|
|
|