[Flashcoders] Scroll Pane Component - Issue with Scrolling when using mouse wheel

2006-07-22 Thread azsl1326-email
Hello All I am using the scroll pane component loading content via an external swf. I have noticed that the only way the content will scroll with the mouse wheel is if the mouse(cursor) is over the scroll bar. If the cursor is over the content and I attempt to scroll using the mouse whee

RE: [Flashcoders] need help with local apache test server

2006-07-22 Thread Marc Hoffman
Thanks, Kevin -- works like a dream! - Marc At 11:33 AM 7/22/2006, you wrote: I use apachefriends.org Its a no brainer! Make sure to shut your firewall off when installing. Kevin From: Marc Hoffman <[EMAIL PROTECTED]> Reply-To: Flashcoders mailing list To: Flashcoders mailing list Subje

Re: [Flashcoders] Speak into microphone & Save as wav to sever, is it possible in Flash9 /AS3/Flex2 ??!

2006-07-22 Thread Martin Wood
If you use FMS then it does indeed store the audio as .flv but its encoded with NellyMoser so there isnt a simple way of using that audio in anything else but flash. There is also the open source Red5 project which again records .flv files (NellyMoser encoded, not by choice) which of course is

RE: [Flashcoders] Speak into microphone & Save as wav to sever, is it possible in Flash9 /AS3/Flex2 ??!

2006-07-22 Thread blists
You can do this with flash media server. I think it would save the file as a flv though, not sure on that point. But you can defiantly record a stream and save it on the server for later playback/distribution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

RE: [Flashcoders] need help with local apache test server

2006-07-22 Thread Kevin Matzdorf
I use apachefriends.org Its a no brainer! Make sure to shut your firewall off when installing. Kevin From: Marc Hoffman <[EMAIL PROTECTED]> Reply-To: Flashcoders mailing list To: Flashcoders mailing list Subject: [Flashcoders] need help with local apache test server Date: Sat, 22 Jul 2006

[Flashcoders] need help with local apache test server

2006-07-22 Thread Marc Hoffman
I'm trying to set up a local apache server for testing PHP on my laptop. This is all new territory for me and although I've followed instructions on several sites, it won't work. I do have TCP/IP working. During setup and when trying to start the server, I get this DOS message: Installing the

Re: [Flashcoders] AS3, BitmapData and domain security

2006-07-22 Thread Bernard Poulin
I am not sure this is relevant to the discussion but: Your proxy trick will not work to access resources from "local machines" within a client's NAT. The flash player could potentially access those since it is already located behind the NAT. What I mean is that the flash player might have networ

[Flashcoders] Re: Flashcoders Digest, Vol 18, Issue 59

2006-07-22 Thread kim
Thank you for your email. I will be out of the office Friday, 7/21. If you need any assistance, please contact Paul Sternglass at [EMAIL PROTECTED] or 914-614-0046. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] AS3, BitmapData and domain security

2006-07-22 Thread Paul Neave
Thanks jd. On 22/07/06, John Dowdell <[EMAIL PROTECTED]> wrote: If the foreign data acknowledges you (via a policy declaration on their server), or if your own server proxies that data yourself, then the ability to get inside that bitmap data is available. I don't see the point of restricting

Re: [Flashcoders] Trying not to loadMovie multiple times

2006-07-22 Thread David Fischer
Danny Kodicek wrote: The docs say that I can't use duplicateMovieClip on a movieClip brought in with loadMovie or MovieClipLoader. Is there any other way to avoid running loadMovie multiple times? I know the file will have been cached, but I'm still seeing quite a long delay when loading in sever