[Flashcoders] Progressive Download De-Caching Slowing Startup

2007-09-12 Thread Jeff Harrington
cached? It looks sometimes like it might crash... Jeff Harrington http://jeffharrington.org ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] flash media server2 installation query

2007-08-20 Thread Jeff Harrington
You should definitely read the docs, but here it is quick. You don't need Apache or IIS - it's a standalone media server. You make an application - say call it - myApp in the applications folder. Then your flvs go into applications/myapp/streams/video/myFlv.flv The URL will be:

[Flashcoders] HTML Weirdness in IE - IE Rewriting the HTML?

2007-08-16 Thread Jeff Harrington
We've got a FLV Player that we use in our browser-based web app that is hidden and revealed using DOM/CSS methods and it's been working pretty good. We call into the SWF for video timings and perform synchronized functions based on those times etc... But every now and then the LiveConnect

[Flashcoders] Flash 9 and IE Stack Overflow

2007-08-08 Thread Jeff Harrington
I'm writing a custom video player and it's really simple but after a few minutes of use (and a bunch of video seeks (I'm using FMS)) I start getting that little IE Stack Overlow 0 alert. This is without the Flash Script is running slowly alert... I've seen a few blogs saying this is a problem

Re: [Flashcoders] DHTML over flash, Mac issue

2007-06-28 Thread Jeff Harrington
Why not just re-write the div? We hide Flash all the time, by basically destroying the innerHTML and then later re-loading when you set the Flash div CSS to 'visible'. It'll be in the cache anyways... Jeff Harrington http://jeffharrington.org Gosselin, Robert wrote: That is exactly what

[Flashcoders] Spidering Flash with a Browser

2007-05-17 Thread Jeff Harrington
We've got some legacy content, lots of it, that at the moment is only accessible except through 'watching' it in a browser or through a ridiculously problematic database lookup. (Seems the database engineers were naively designing a model of the universe in their object model). I'm looking into

Re: [Flashcoders] OT - best AJAX SITES

2007-04-17 Thread Jeff Harrington
http://netflix.com jeff http://jeffharrington.org [p e r c e p t i c o n] wrote: can anyone provide links to some of the best ajax sites thanks ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] chinese characters

2007-03-20 Thread Jeff Harrington
Zeh Fernando wrote: Anybody know how to get chinese characters into Flash? I've googled like crazy, but to no avail. I send the text from the html-page via FlashVars to some dynamic text fields in the fla. I have no problem embedding other characters sets like Cyrillic for example. If you're

[Flashcoders] Flash Project in 8 Languages - Approaches in Production

2007-03-15 Thread Jeff Harrington
We've been asked to bid on a project documenting how to fill out forms - in 8 languages including Chinese and Russian with streaming audio and video. I've suggested that we brute-force it and produce all the content similarly with HTML text areas. I assume we'll be given PDF's of each of the 8

[Flashcoders] Seeking in a Progressively Downloaded FLV - Return of

2007-02-07 Thread Jeff Harrington
With Flash 8 am I correct in believing that if I add cue points to a FLV that I'll be able to seek within it even though it's being delivered via a regular web server? How does that work? Does the web server actually get a new request? Thanks, Jeff Harrington [EMAIL PROTECTED] http

Re: [Flashcoders] Seeking in a Progressively Downloaded FLV - Return of

2007-02-07 Thread Jeff Harrington
already been downloaded. have you looked at red5? On 2/7/07, Jeff Harrington [EMAIL PROTECTED] wrote: With Flash 8 am I correct in believing that if I add cue points to a FLV that I'll be able to seek within it even though it's being delivered via a regular web server? How does that work

Re: [Flashcoders] Seeking in a Progressively Downloaded FLV - Return of

2007-02-07 Thread Jeff Harrington
with different injected metadata, that did the same basic job of allowing seek to any point... but I can't remember how it was done or where I saw it. Does anyone else remember that? Francis On 2/7/07, Jeff Harrington [EMAIL PROTECTED] wrote: Thanks Johannes and Francis... Yeah Johannes I'm

[Flashcoders] FMS 2.0 Flash 8 Flv Player Continues Playback after Window Close

2007-01-30 Thread Jeff Harrington
seem to be getting called at least as long as the parent window is open. The player is in a child window. Thanks for any suggestions... Jeff Harrington [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] FMS 2.0 Flash 8 Flv Player Continues Playback after Window Close

2007-01-30 Thread Jeff Harrington
it is gone. -Andy On 1/30/07, Jeff Harrington [EMAIL PROTECTED] wrote: Hi, the guys on the FMS list quasi-suggested I contact you guys as you might have encountered similar playback enigmae? I've been working around some strange errors in NetStream codes (InvalidArg) which prevents seeks from