|
Home > Archive > Macromedia Flash Server > January 2006 > Robert Sandie JPEG question
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 |
Robert Sandie JPEG question
|
|
| Woody Chastain 2006-01-24, 5:47 pm |
| Robert,
I've been working with your article for using FileObject. The mp3 and flv
run fine but I have been unable to "change the filter" to get JPEGS, as you
suggest. Do you still think this is possible and, if so, could you clarify.
Thanks,
Woody
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Robert Sandie
Sent: Tuesday, January 24, 2006 10:57 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] ns.bytesLoaded for Seek bar no good with FCS?
Hi guys,
Creating a FCS Streaming Video Application from scratch and got stuck
working with the seek bar.
Usually I use something like this (below) with Progressive D/L but have been
unsuccessful making those calls while the netconnection is streaming from
FMS2.
amountLoaded = ns.bytesLoaded / ns.bytesTotal;
Any suggestions or workarounds for this?
-Rob
=-----------------------------------------------------------
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
| |
| Robert Sandie 2006-01-24, 5:47 pm |
| Hi Woody,
Of course, the way I was first imagining a JPEG Filter would be to make HTTP
requests to that directory. So have FMS locate your JPEG with FileObject and
have it point to it via HTTP.
Similar to the way bantv has it setup: http://bantv.com/mediaplayer.swf
Now I imagine you could parse the JPEG with File Object functionality but do
not understand why you would do so.
-Rob
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Woody Chastain
Sent: Tuesday, January 24, 2006 12:16 PM
To: 'FlashComm Mailing List'
Subject: [FlashComm] Robert Sandie JPEG question
Robert,
I've been working with your article for using FileObject. The mp3 and flv
run fine but I have been unable to "change the filter" to get JPEGS, as you
suggest. Do you still think this is possible and, if so, could you clarify.
Thanks,
Woody
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Robert Sandie
Sent: Tuesday, January 24, 2006 10:57 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] ns.bytesLoaded for Seek bar no good with FCS?
Hi guys,
Creating a FCS Streaming Video Application from scratch and got stuck
working with the seek bar.
Usually I use something like this (below) with Progressive D/L but have been
unsuccessful making those calls while the netconnection is streaming from
FMS2.
amountLoaded = ns.bytesLoaded / ns.bytesTotal;
Any suggestions or workarounds for this?
-Rob
=-----------------------------------------------------------
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
=-----------------------------------------------------------
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
|
|
|
|
|