[Flashcoders] Mailto function opens another browser?

2008-02-25 Thread Vlado Krempl
Hello everyone, Trying to add a mailto function to a button, but everytime I click the button, internet explorer opens up another browser window aswell as my Outlook express. I thought using the "_self" option would help, but it doesn't. Code below: var myURL:URLRequest = new URLRequest (mail

Re: [Flashcoders] Re: lightweight AS2 combobox?

2008-02-25 Thread Corban Baxter
hey Brian I put one together a while back. Comboxes are the biggest pain IMO but anyway. You can find the one i made on my blog at: http://blog.projectx4.com/2008/01/31/quick-lil-combo-box/. It should be pretty straight forward when you download it to see how it works. And you should be able to ext

[Flashcoders] Re: RangeError: Error #2006: The supplied index is out of bounds.

2008-02-25 Thread anuj sharma
I will loop it and see what will happen Thanks a lot for all your help Anuj On Mon, Feb 25, 2008 at 1:19 PM, anuj sharma <[EMAIL PROTECTED]> wrote: > Hi Guys > I am making an Auto-Arrange button and clicking on which arranges all the > children of the container( which are on the main stage) in th

Re: [Flashcoders] How do you do this?

2008-02-25 Thread Cory Petosky
Can you verify that this is Papervision? I'd think Papervision would be far too slow for something like this. A simple homebrew 3D engine optimized for this particular use-case seems more likely considering that this app is designed as a performance benchmark. On 2/25/08, eric e. dolecki <[EMAIL P

RE: [Flashcoders] How do you do this?

2008-02-25 Thread Kerry Thompson
Dwayne Neckles wrote: > I firmly believe its not as hard as it seems... check out mr d00b's site.. And where might that be? A Google search turned up nothing that looks relevant. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@c

Re: [Flashcoders] RangeError: Error #2006: The supplied index is out of bounds.

2008-02-25 Thread eric e. dolecki
or a while loop On Mon, Feb 25, 2008 at 5:04 PM, Cory Petosky <[EMAIL PROTECTED]> wrote: > Judging by the error message, your container doesn't have 11 children > added. > > Consider using a for loop instead of manually coding all that. > > On 2/25/08, anuj sharma <[EMAIL PROTECTED]> wrote: > > H

RE: [Flashcoders] How do you do this?

2008-02-25 Thread Dwayne Neckles
this is the site im talking about http://mrdoob.com/#/46/ all hail mr doob > Date: Mon, 25 Feb 2008 16:52:45 -0500 > From: [EMAIL PROTECTED] > To: flashcoders@chattyfig.figleaf.com > Subject: Re: [Flashcoders] How do you do this? > > tons of math and some papervision3d. > > > > On Mon, Fe

RE: [Flashcoders] RangeError: Error #2006: The supplied index is out ofbounds.

2008-02-25 Thread Robert Leisle
Hi Anuj, According to Flash Help files for getChildAt(), this error is generated by getChildAt() when, "RangeError - Throws if the index does not exist in the child list." Either your "aa" variable is not evaluating correctly inside the function or there is no child object at depth index 0 when th

Re: [Flashcoders] RangeError: Error #2006: The supplied index is out of bounds.

2008-02-25 Thread Cory Petosky
Judging by the error message, your container doesn't have 11 children added. Consider using a for loop instead of manually coding all that. On 2/25/08, anuj sharma <[EMAIL PROTECTED]> wrote: > Hi Guys > I am making an Auto-Arrange button and clicking on which arranges all the > children of the

RE: [Flashcoders] How do you do this?

2008-02-25 Thread Dwayne Neckles
I firmly believe its not as hard as it seems... check out mr d00b's site.. he has something pretty similiar.. and the source code all hails Mr d00b > Date: Mon, 25 Feb 2008 16:52:45 -0500 > From: [EMAIL PROTECTED] > To: flashcoders@chattyfig.figleaf.com > Subject: Re: [Flashcoders] How do you

Re: [Flashcoders] How do you do this?

2008-02-25 Thread eric e. dolecki
tons of math and some papervision3d. On Mon, Feb 25, 2008 at 4:40 PM, Jim Robson <[EMAIL PROTECTED]> wrote: > Hello all, > > There's a neat 3D CS3 demo from a Japanese tour. I'd like to know how to > go > about creating this kind of effect; my (few and rare) attempts at 3D > animation in Flash

[Flashcoders] How do you do this?

2008-02-25 Thread Jim Robson
Hello all, There's a neat 3D CS3 demo from a Japanese tour. I'd like to know how to go about creating this kind of effect; my (few and rare) attempts at 3D animation in Flash have not performed nearly this well: http://www.adobe.com/jp/events/cs3_web_edition_tour/swfs/perform.swf Any ideas/hints

[Flashcoders] RangeError: Error #2006: The supplied index is out of bounds.

2008-02-25 Thread anuj sharma
Hi Guys I am making an Auto-Arrange button and clicking on which arranges all the children of the container( which are on the main stage) in the tile format. Basically on clicking, I manually move those child on the stage to particular coordinates as shown in my code. I have pasted my code below. M

Re: [Flashcoders] Button addEventListener is cancelled out by myTimerfunction.

2008-02-25 Thread Vlado Krempl
Thanks Bob! Appreciate your time. Have a great day. v - Original Message - From: "Robert Leisle" <[EMAIL PROTECTED]> To: "'Flash Coders List'" Sent: Tuesday, February 26, 2008 4:40 AM Subject: RE: [Flashcoders] Button addEventListener is cancelled out by myTimerfunction. Hi Vlado,

Re: [Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread Glen Pike
Hi, You should have a flash player plugin for each browser, maybe one standalone & one IDE version. You can't change the IDE version, but if this is different from the standalone one you may have problems. Ctrl + Enter will be the IDE one (Test Movie). If you double click a SWF out

Re: [Flashcoders] Copypixels transparency with percentage

2008-02-25 Thread Elia Morling
Hi, No I havent. Thanks Elia - Original Message - From: "Hans Wichman" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Monday, February 25, 2008 12:45 PM Subject: Re: [Flashcoders] Copypixels transparency with percentage Hi, have you tried public draw(source:Object, [matrix:Matri

Re: [Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread anuj sharma
Hi Glenn I am currently focussed on running SWF but not Browser version beacuse in the end i have to publish an exe of FLA file and give it to the management for analysis. Also I checked the Kewbee's Plugin Switcher and it shows i have 3 player versions installed 8.0 r22, 9.0 r115 amd 6.0r21. What

Re: [Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread anuj sharma
Thanks a lot I will do that and let you know if problem has been fixed Anuj On Mon, Feb 25, 2008 at 10:36 AM, Glen Pike <[EMAIL PROTECTED]> wrote: > Hi, > >Your standalone Flash Player may be different from the one used by > the IDE... > >If you are on Windows, you can install Kewbee's Pl

Re: [Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread anuj sharma
Thanks a lot I will do that and let you know if problem has been fixed On Mon, Feb 25, 2008 at 10:49 AM, Merrill, Jason < [EMAIL PROTECTED]> wrote: > >>If you are on Windows, you can install Kewbee's Plugin > >>Switcher to see which versions of each are running. Download > >>from here: > >

RE: [Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread Merrill, Jason
>>If you are on Windows, you can install Kewbee's Plugin >>Switcher to see which versions of each are running. Download >>from here: Man, use that thing with caution though, it was pretty buggy when I used it last (about a year ago) and it didn't account for all versions, and it messed up m

Re: [Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread Glen Pike
Hi, Your standalone Flash Player may be different from the one used by the IDE... If you are on Windows, you can install Kewbee's Plugin Switcher to see which versions of each are running. Download from here: http://www.pluginswitcher.de/ If you install it, start the program,

[Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread anuj sharma
Hi All I am developing a video Gallery in AS 3.0. - I am providing thumbnails and XML is loading external FLvs in those thumbnails . - The user can either double click or click and drag thumbnail to play the main video above the particular line. - I am calling external SWFs in the

Re: [Flashcoders] Gaia 2.0 Flash Framework

2008-02-25 Thread Steven Sacks
It's apples and oranges. Cairngorm is a back-end framework, Gaia is a front-end framework (back and front as they relate to inside of Flash). You can use Cairngorm with Gaia if you wanted to. :) Merrill, Jason wrote: Do you have any info on what advantages this framework would have over Ca

RE: [Flashcoders] Button addEventListener is cancelled out by my Timerfunction.

2008-02-25 Thread Robert Leisle
Hi Vlado, It looks like your button is probably on the timeline rather than make instantiated with code. Make sure your button exists before you do the addEventListener() on frame 25. Also, do you maybe have a key frame in the button layer at frame 65? If so, each key frame creates a new instance

[Flashcoders] Looking to fill a Flash position immediately

2008-02-25 Thread Troy Benesch
Hello, We are looking to fill an immediate opening for an experienced Flash designer with good action script ability. Knowledge of CSS/Java Script would be ideal as well. This will be a full time position working on our NASA contract in Crystal City, creating online Flash games, etc. T

RE: [Flashcoders] Graphic design universities

2008-02-25 Thread Merrill, Jason
I don't think so... but thanks Jason Merrill Bank of America GT&O L&LD Solutions Design & Development eTools & Multimedia Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check out our internal

Re: [Flashcoders] Graphic design universities

2008-02-25 Thread Matt S.
Are you thinking of CalArts? http://www.calarts.edu/ On Mon, Feb 25, 2008 at 10:52 AM, Merrill, Jason <[EMAIL PROTECTED]> wrote: > I keep wanting to chime in here with a suggestion, but I forget the > name. There is a really high-end very-hard-to-get-into and rather > expensive art/design schoo

RE: [Flashcoders] Graphic design universities

2008-02-25 Thread Merrill, Jason
I keep wanting to chime in here with a suggestion, but I forget the name. There is a really high-end very-hard-to-get-into and rather expensive art/design school in L.A., but I can't remember the name. They focus exclusively on art/multimedia/product design, but it's not one of those places like t

RE: [Flashcoders] Gaia 2.0 Flash Framework

2008-02-25 Thread Merrill, Jason
Do you have any info on what advantages this framework would have over Cairngorm? Jason Merrill Bank of America GT&O L&LD Solutions Design & Development eTools & Multimedia Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learni

[Flashcoders] freelancer needed (2+ weeks, Boston or Providence area)

2008-02-25 Thread Mendelsohn, Michael
The project is a document creation/customization tool, allowing users to create documents that are rendered based on XML data. The code (AS2) is complicated and there are a variety of issues needing to be debugged, and overall structure polished up. Location: Must be on site, but that can be eith

RE: [Flashcoders] Graphic design universities

2008-02-25 Thread Rob Emenecker
You might also look at Drexel University. They have an excellent design/media, information technologies, and computer science programs. Rob ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/

Re: [Flashcoders] Graphic design universities

2008-02-25 Thread Matt S.
On Sun, Feb 24, 2008 at 7:51 AM, Pedro Kostelec <[EMAIL PROTECTED]> wrote: > Well. All those uniceersities you recommended to me are almost comlpetely > dealing with sociology sciences(history, humanity...) or how we say to it. > Isn't there a univerity out there which is dealing with natural > sc

[Flashcoders] Button addEventListener is cancelled out by my Timer function.

2008-02-25 Thread Vlado Krempl
Timeline problem: As soon as my "pauseTimeline" function is called on frame 65, my button "infoONEbtn doesn't register on frame 65. And after frame 65, my button doesn't work unless I call the addEventlistener again on frame 66. Is there a way around this?? I have this code on frame 10 functio

RE: [Flashcoders] Graphic design universities

2008-02-25 Thread Jesse Graupmann
I've had friends attend; Vancouver Film School http://www.vfs.com/ Western Washington http://www.ac.wwu.edu/~artdept/degreesdetail.html#Bachelor%20of%20Arts%20Des ign and Art Institute of Seattle http://www.artinstituteseattle.com/programs.php Whereas I went to; University of Washington htt

Re: [Flashcoders] Copypixels transparency with percentage

2008-02-25 Thread Hans Wichman
Hi, have you tried public draw(source:Object, [matrix:Matrix], [colorTransform:ColorTransform], [blendMode:Object], [clipRect:Rectangle], [smooth:Boolean]) : Void using the colortransform? greetz JC On Mon, Feb 25, 2008 at 10:48 AM, Elia Morling <[EMAIL PROTECTED]> wrote: > How do I make a co

[Flashcoders] Copypixels transparency with percentage

2008-02-25 Thread Elia Morling
How do I make a copypixels function that will copy bitmapdata with transparency indicated by percentage? Like the opacity setting of a layer in photoshop. I have been trying different kind of angles with no success. Thanks Elia ___ Flashcoders mail

Re: [Flashcoders] Streaming video (RTMP / Flash Media Server 3) load progress bar

2008-02-25 Thread Martin Klasson
var bufferPercentage = (ns.bufferLength/ns.bufferTime) That should cover up the buffering, wouldnt that be enough since you are working with streaming media? / martin 2008/2/24, Barry Hannah <[EMAIL PROTECTED]>: > > Is there any way to show load progress with streaming video? > > NetStream.byte