RE: [Flashcoders] c# . net and Flash

2010-04-14 Thread Lehr, Ross (N-SGIS)
010 8:48 AM To: Flash Coders List Subject: Re: [Flashcoders] c# . net and Flash On 14/04/2010 13:37, Lehr, Ross (N-SGIS) wrote: > Hey All, > > I'm trying to do the simplest of thing and not having success. I'm > trying to embed a .swf into a .net web page using c#. I

[Flashcoders] c# . net and Flash

2010-04-14 Thread Lehr, Ross (N-SGIS)
Hey All, I'm trying to do the simplest of thing and not having success. I'm trying to embed a .swf into a .net web page using c#. I've searched Google, and it might be the terms I'm searching on, but I can't seem to find anything. Some specifics, I'm creating an animated header graphi

RE: [Flashcoders] finding x of sprite

2010-02-25 Thread Lehr, Ross (N-SGIS)
In the code example below it looks like you set the x,y of the rectangle that is IN the sprite to 15,337. The sprite default position of the sprite is 0,0 Sprite.x = 0; Sprite.rectangle.x = 15; -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun

RE: [Flashcoders] Exporting a movie file

2010-01-18 Thread Lehr, Ross (N-SGIS)
Here's the scenario. I have a .swf with a movie clip and a text box. I want to allow a user to add whatever kind of text he wants in the text box, he clicks a button, and flash will make a Quicktime of the movie with his text that the user can use anywhere. Thanks -Original Message-

[Flashcoders] Exporting a movie file

2010-01-18 Thread Lehr, Ross (N-SGIS)
I know you can export a frame of a movie clip to an image, but can flash export a movie clip to a video file (.mov)? Thanks Ross ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Problem with poping up a window

2010-01-07 Thread Lehr, Ross (N-SGIS)
I'm working with flash 8 and AS2. I'm loading text from a XML file If I load open pop in a textbox I can access a JavaScript function called "openPop()" in the HTML code of the page that loads the. Swf If I load the same code in a TextArea component, the no longer calls the javascript in the

RE: [Flashcoders] Best way to access my main class?

2009-02-05 Thread Lehr, Ross (N-SGIS)
This brings up a question I had about events. Is there a way to send an event all the way to the document class, no matter where it's been dispatched from? For instance, I have a document class that creates a "menu" class, which creates several "icon button" classes. I want the document class

RE: [Flashcoders] Custom eventListener

2008-12-19 Thread Lehr, Ross (N-SGIS)
@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Lehr, Ross (N-SGIS) Sent: Friday, December 19, 2008 9:04 AM To: Flash Coders List Subject: RE: [Flashcoders] Custom eventListener Thanks Jason... Let me ask one question to try to clarify this for me. If I have

RE: [Flashcoders] Custom eventListener

2008-12-19 Thread Lehr, Ross (N-SGIS)
on ); } private function onExclamation( event: MyEvent ): void { trace("ouch!"); } } public class MyWindow extends Sprite { private function injury(): void { this.dispatchEvent( new MyEvent( MyEvent.EXCLAMATION )); } } Hope this helps, Dave On 12/18/08, Lehr, Ross (N

RE: [Flashcoders] Custom eventListener

2008-12-19 Thread Lehr, Ross (N-SGIS)
Thanks all. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Muzak Sent: Friday, December 19, 2008 12:38 AM To: Flash Coders List Subject: Re: [Flashcoders] Custom eventListener You might wanna read the

RE: [Flashcoders] round number to closet value of 8

2008-12-18 Thread Lehr, Ross (N-SGIS)
Oops. TYPO!! This is it Math.round(Math.round(32.3)/8)*8 -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Jiri Heitlager Sent: Thursday, December 18, 2008 8:55 AM To: Flash Coders List Subject: [Flas

RE: [Flashcoders] round number to closet value of 8

2008-12-18 Thread Lehr, Ross (N-SGIS)
I think Math.round(Math.round(32.3/8)) * 8 -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Jiri Heitlager Sent: Thursday, December 18, 2008 8:55 AM To: Flash Coders List Subject: [Flashcoders] round num

[Flashcoders] Custom eventListener

2008-12-18 Thread Lehr, Ross (N-SGIS)
Hey All... I'm having trouble with a custom event listener. I'm working on experiment browser project trying to learn as3, OOP, and AIR. I broadcasting the URL after a web page is loaded and I need a text box to listen for it. I've added a trace to me urlLoadedEvent class and I know the UR

RE: [Flashcoders] Probably a simple answer...

2008-12-11 Thread Lehr, Ross (N-SGIS)
indow; (not htmlLoader) Also change the mainBrowser everywhere to _mainBrowser, now also do the same trick for the htmlLoader. (set it to private and rename to_htmLoader). That should fix it. Hope this helps you on your way, Sid On Dec 11, 2008, at 2:03 PM, Lehr, Ross (N-SGIS) wrote: >

RE: [Flashcoders] Probably a simple answer...

2008-12-11 Thread Lehr, Ross (N-SGIS)
d the problem should go away. HTH, Ian On Thu, Dec 11, 2008 at 1:03 PM, Lehr, Ross (N-SGIS) <[EMAIL PROTECTED]> wrote: > This is probably too simple of a question to ask here, but I'm trying to > get my head around this AS3 OOP thing. I'm playing with a simple AIR > (built

[Flashcoders] Probably a simple answer...

2008-12-11 Thread Lehr, Ross (N-SGIS)
This is probably too simple of a question to ask here, but I'm trying to get my head around this AS3 OOP thing. I'm playing with a simple AIR (built in Flash) web browser and I've hit a snag right off the bat. I have a document class that calls a class to build the HTMLLoader window. If I comment

RE: [Flashcoders] Flex vs. Flash

2008-11-20 Thread Lehr, Ross (N-SGIS)
Thanks for all the input everyone... Nothing like a good ol' software debate ; - ) "That's why you have to decide which tool is best for what kind of project you have." This was my question in the original email, not which was tool is "better". Should be fun experimenting in both. Also, thanks

[Flashcoders] Flex vs. Flash

2008-11-19 Thread Lehr, Ross (N-SGIS)
I guess this is somewhat off topic, but I'm new to the whole Flex thing. What are some of the reasons one would build something in Flex instead of Flash? Is it just a preference thing, or are there real technical reasons one should build a particular app in Flex? Thanks __

RE: [Flashcoders] 3d math in AS3

2008-11-18 Thread Lehr, Ross (N-SGIS)
- From: "Lehr, Ross (N-SGIS)" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Tuesday, November 18, 2008 5:55 PM Subject: [Flashcoders] 3d math in AS3 > Quick question... I know the Math.atan2 can get me an angle (in radians) > using y,x. Can I also use atan2

[Flashcoders] 3d math in AS3

2008-11-18 Thread Lehr, Ross (N-SGIS)
Quick question... I know the Math.atan2 can get me an angle (in radians) using y,x. Can I also use atan2 to get a correct angle using z,x? or is there another way to get an angle when using the z coordinate? Thanks!! Ross ___ Flashcoders mailing list F

[Flashcoders] Flash Pro 8 working with 9, but not 8

2008-11-06 Thread Lehr, Ross (N-SGIS)
Hey All, I've run into a funny issue. I am working in Flash 8 Pro and I have recently discovered that my .swfs load from the server if Explorer has the version 9 plug-in, but will not work with version 8 (I get a red X where the .swf should be).I have my preferences set to create vers