[Flashcoders] Free Transform Tool -- Scale, Move & Rotate MovieClips & TextFields

2007-06-14 Thread Jack Doyle
If anyone is looking for a set of AS2 classes that makes it relatively painless to give users the ability to select, scale, move, rotate, or delete MovieClips or TextFields in a manner similar to most modern-day graphics applications, feel free to use my TransformManager class (and associated class

Re: [Flashcoders] flv problems, cpu usage

2007-06-14 Thread Latcho
if you use on2vp6 codec with variable bitrate, big (dimension) videos can eat a lot of cpu. possible fixes: -try to encode with a lower variabillity rate if you can acces this setting within your encoding program. - use static 1-pass bitrate. - encoding with the older sorenson codec

Re: [Flashcoders] flash remoting - slow?

2007-06-14 Thread Muzak
This has nothing to do with remoting. If the site loads slow, it's probably a connection problem. Have the client ping the server And you probably should try and reduce the CPU usage, which is currently rather high. Reduce the video framerate to 15 fps instead of 30 and lower the keyframe inter

Re: [Flashcoders] flv problems, cpu usage

2007-06-14 Thread Muzak
reduce the video framerate (15fps max) and keyframes. - Original Message - From: "Chris Tague" <[EMAIL PROTECTED]> To: Sent: Thursday, June 14, 2007 9:20 PM Subject: [Flashcoders] flv problems, cpu usage > I'm using the flvPlayback component to playback a series of dynamically > loaded

Re: [Flashcoders] flv problems, cpu usage

2007-06-14 Thread 2lakes
In firefox the CPU usage hovers around 60% which is acceptable, even though it still seems quite high, for videos of 320x280 pixels. In internet explorer though it is around 97% of the cpu and as a result the videos stutter. hi i have similar issues with firefox vs safari on some nested

Re: [Flashcoders] flash remoting - slow?

2007-06-14 Thread 2lakes
it's not slow for me.. mac osx 2.4gz safari 512 adsl cheers ian ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Soft

[Flashcoders] flash remoting - slow?

2007-06-14 Thread Almin Sehic
Hello! I am working on a site http://www.myntlounge.com, and I have tested it on several browsers, different platforms, and it works. But the client says it takes a lot of time to show the content. The site preloads, but the video and featured pictures load very slow. I am using flash remoting to g

RE: [Flashcoders] Problems with my Resume button

2007-06-14 Thread Merrill, Jason
just to add, MovieClipLoader is a godsend, IMO, much like Delegate and EventDispatcher. Jason Merrill Bank of America GT&O Learning & Leadership Development eTools & Multimedia Team >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of Lord, S

[Flashcoders] flv problems, cpu usage

2007-06-14 Thread Chris Tague
I'm using the flvPlayback component to playback a series of dynamically loaded flv files. In firefox the CPU usage hovers around 60% which is acceptable, even though it still seems quite high, for videos of 320x280 pixels. In internet explorer though it is around 97% of the cpu and as a result th

RE: [Flashcoders] Problems with my Resume button

2007-06-14 Thread Lord, Susan Ms. (CONTR)
Thank you! I will give it a shot! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Thursday, June 14, 2007 2:41 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Problems with my Resume button Haven't looked at all the co

Re: [Flashcoders] Problems with my Resume button

2007-06-14 Thread Muzak
Haven't looked at all the code, but it sounds like you're making a movieclip invisible while still loading content into that movieclip. This will make the movieclip visible as soon as the content has loaded. I mentioned this a few days ago. When loading assets into a movieclip, everything insid

Re: [Flashcoders] IP Network Camera

2007-06-14 Thread Muzak
http://www.adobe.com/products/flashmediaserver/flashmediaencoder/ - Original Message - From: "misa" <[EMAIL PROTECTED]> To: Sent: Thursday, June 14, 2007 5:56 AM Subject: [Flashcoders] IP Network Camera > Greetings, > Do anybody have experience with IP Network Cameras? I have a live s

[Flashcoders] Problems with my Resume button

2007-06-14 Thread Lord, Susan Ms. (CONTR)
Hello, I posted this to newbies yesterday and didn't receive a response. Sorry for the double post, newbies! I have an strange problem. I am developing a WBT where I have a shell that is calling subfiles. On the shell I have pause replay and resume, which generally works fine. The only time it

RE: [Flashcoders] IP Network Camera

2007-06-14 Thread Palmer, Jim
We run the Canon series of controllable IP Cameras and I did a little work a while ago to steal the stream directly from the native canon IP camera M-JPEG stream and use ffmpeg to convert to flash and flv... http://www.overset.com/2007/01/22/live-streaming-of-a-webcam-feed-from-canon-vb-c10c50-