Re: [Flashcoders] Preloading FLV with NetStream

2009-08-07 Thread Hans Wichman
lol it's the vanishing point actually:) but thanks for checking and the tip about the feet! On Fri, Aug 7, 2009 at 1:22 PM, Paul Andrews wrote: > Hans Wichman wrote: > >> Hi Paul, >> >> ok thanks cool. >> Meanwhile I've whipped up a sample using flv's but I might have to switch >> to >> images l

Re: [Flashcoders] Preloading FLV with NetStream

2009-08-07 Thread Paul Andrews
Hans Wichman wrote: Hi Paul, ok thanks cool. Meanwhile I've whipped up a sample using flv's but I might have to switch to images like you said! If anyone would care to see if this works okay on their browsers it'd be appreciated: http://www.wichman-media.com/misc/bin/ The awesome floor texture:

Re: [Flashcoders] Preloading FLV with NetStream

2009-08-07 Thread Hans Wichman
Hi Paul, ok thanks cool. Meanwhile I've whipped up a sample using flv's but I might have to switch to images like you said! If anyone would care to see if this works okay on their browsers it'd be appreciated: http://www.wichman-media.com/misc/bin/ The awesome floor texture:) will become a 3d bac

Re: [Flashcoders] Preloading FLV with NetStream

2009-08-07 Thread Paul Andrews
Hans Wichman wrote: Hi, I stumbled on this thread and kind of need to do the same thing. I have an area where a number of persons should be walking around randomly. I was thinking about something like this: * each person gets 4 flv's: (or 2 if i mirror them): turn right, walk right, turn left,

Re: [Flashcoders] Preloading FLV with NetStream

2009-08-07 Thread Hans Wichman
k component or >> whatever. The user's browser will be smart enough to used the cached FLVs >> instead of going out to the web and downloading them again. >> >> You might want to search the Flash Help files for NetStream or >> FLVPlayback. >> >> Jack >

Re: [Flashcoders] Preloading FLV with NetStream

2009-08-07 Thread Hans Wichman
er's browser will be smart enough to used the cached FLVs > instead of going out to the web and downloading them again. > > You might want to search the Flash Help files for NetStream or > FLVPlayback. > > Jack > > -----Original Message- > Date: Wed, 04 Apr 2007 10:

RE: [Flashcoders] Preloading FLV with NetStream

2007-04-04 Thread Jack Doyle
Jack -Original Message- Date: Wed, 04 Apr 2007 10:59:02 -0400 From: leolea <[EMAIL PROTECTED]> Subject: Re: [Flashcoders] Preloading FLV with NetStream To: flashcoders@chattyfig.figleaf.com Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII Preloading

Re: [Flashcoders] Preloading FLV with NetStream

2007-04-04 Thread leolea
Preloading works super fine! Thank you very much for this class. I am preloading a bunch of FLVs. Once they get at 100%, how do I access them using a NetStream object (or other) ? (I need to implement something that initates the playback of the first one, when it reaches the end I must start the

Re: [Flashcoders] Preloading FLV with NetStream

2007-04-03 Thread leolea
Sweet! Looks exactly like the thing I need. Gonna give it a try. Thank you very much. On 4/3/07 6:42 PM, "Jack Doyle" <[EMAIL PROTECTED]> wrote: > Yep, you can preload FLVs with the NetStream. Check out the > PreloadAssetManager class which will handle it all for you: > http://www.greensock.co

RE: [Flashcoders] Preloading FLV with NetStream

2007-04-03 Thread Jack Doyle
Yep, you can preload FLVs with the NetStream. Check out the PreloadAssetManager class which will handle it all for you: http://www.greensock.com/ActionScript/PreloadAssetManager Jack -Original Message- Date: Tue, 03 Apr 2007 16:04:35 -0400 From: leolea <[EMAIL PROTECTED]> Subject: [Flashc