[Flashcoders] FLV re-sizing

2006-05-03 Thread Jon Robert
Hi. I want to be able to load an FLV into my embedded video object and if it is smaller than the video object, I want to center it within the frame. If it is bigger than the video object I want to re-size it to the object size. My code follows. When I try to load a small FLV in, it expands to

Re: [Flashcoders] ExternalInterface

2006-04-20 Thread Jon Robert
Thanks. I got it working. On 4/19/06, Mike Britton [EMAIL PROTECTED] wrote: Sorry about the crappily-formatted code - I'm writing it in GMail! FLASH: import flash.external.ExternalInterface; class blah { var instance:Object = new Object(); // Function alias for JavaScript

[Flashcoders] ExternalInterface

2006-04-19 Thread Jon Robert
Hi, I'm trying to use the ExternalInterface class to trigger a flash function from javascript. I've checked out some tutorials but can't get it to work. Could someone troubleshoot the following code. Thanks in advance, JP ACTIONSCRIPT CODE: /* ++

[Flashcoders] FLV frame capture

2006-04-18 Thread Jon Robert
Hi, I need to capture the first frame of an FLV video file and convert it to bmp or jpeg. What's the best way to do this? Is it possible? Thank you in advance, JP ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] Talking to Flash from JavaScript

2006-04-17 Thread Jon Robert
://www.permadi.com/tutorial/flashjscommand/ And here http://www.macromedia.com/support/flash/publishexport/scriptingwithflash/scriptingwithflash_03.html you have some methods to use with JS and actionscript. - Original Message - From: Jon Robert [EMAIL PROTECTED] To: flashcoders