Re: [Flashcoders] haXe Flash

2006-02-26 Thread Nicolas Cannasse
haXe is not only Flash. You can use the same language to develop the JavaScript part of the website, and the Server part as well. Hence having one single language on the two sides : client and server. True but why would I need that? Why would I give up the ubiquity of technologies like

[Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Anggie Bratadinata
Hi all, I have a problem with AfterEffects 7 Pro. It won't start in my system (DFI Infinity nForce-4 board, 1GB RAM, 200GB HDD, 256MB XFX GeForce 6500 PCI-e VGA card, WinXP Pro SP2) I've done all suggestions from Adobe but still no go. :( Anyone can help me on this? Is there another video

Re: [Flashcoders] haXe Flash

2006-02-26 Thread judah
give it time guys. they will come soon enough. Troy Rollins wrote: On Feb 24, 2006, at 11:20 AM, eric dolecki wrote: Ah ok... but I'd still like to see some demos of anything built using haXe... Same here. -- Troy RPSystems, Ltd. http://www.rpsystems.net

Re: [Flashcoders] Cannot attach movieclip to root???

2006-02-26 Thread Adrian Park
Firstly, I'm new to this list so hi! I suspect your problem may be to do with the fact that you cannot use library assets from one .swf in another. From your description, I understand that your dndNodeDragger asset is in the library of the second swf - if this is true you will not be able to

Re: [Flashcoders] haXe Flash

2006-02-26 Thread Stan Vassilev
Another reason might be speed. The virtual machine is 20 to 40 times faster than PHP interpreter or Flash Classic VM. That helps you serve a The effects of a server VM being faster than the old version of a client VM (Flash classic) is a Hard Thing to Assess :) But, of course, sounds great

Re: [Flashcoders] haXe Flash

2006-02-26 Thread Nicolas Cannasse
Another reason might be speed. The virtual machine is 20 to 40 times faster than PHP interpreter or Flash Classic VM. That helps you serve a The effects of a server VM being faster than the old version of a client VM (Flash classic) is a Hard Thing to Assess :) The VM can also run

Re: [Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Weyert de Boer
Anyone can help me on this? Is there another video editing software that is as good as AE7? You could have a look at Apple Shake, D2 Nuke or Eyeon Fusion 5 all are nice post production software. ___ Flashcoders@chattyfig.figleaf.com To change your

[Flashcoders] Navigating between labels? Scripting help:

2006-02-26 Thread Michael Hulse
Hey all... I need some help with the below code... I am trying to set-up a dynamic way to jump from label to label on the main timeline of my animation... Well, here is what I got so far... Still working on it, and it prob is not optimal, but maybe you all will have some suggestions: /*

RE: [Flashcoders] access to list archives

2006-02-26 Thread Hairy Dog Digital
Use the links in each message footer. Thanks Dave! ___ 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 Software

RE: [Flashcoders] [a little OT] vp6 plugin for squeeze

2006-02-26 Thread Hairy Dog Digital
i've downloaded the trial of squeeze 4.3, and I'm trying to compress with the vp6 coded. I have a fast pc and the compression times are tremendously slow. At least 2 minutes to compress 20 seconds :( I tried to compress a three minutes hires mpeg2, put a stupid deinterlace on it and

[Flashcoders] Fullscreen issues

2006-02-26 Thread Nik Derewianka
Hi All, I am making a flash projector for both mac and win, it issues an fscommand(fullscreen,true) and i cycle through an array of pictures by attachMovie()'ing a picture on the stage that is regpoint (0,0) and positioned (0,0) with the dimensions set to Stage.width and Stage.height. I am not

RE: [Flashcoders] Navigating between labels? Scripting help:

2006-02-26 Thread Adrian Lynch
goCheckBackward would be the opposite of goCheckForward: goCheckForward = function() { if ( index = max ) { index = 0; } gotoAndPlay(frames[index]); trace(frames[index]); index++; } goCheckBackward = function() { if ( index 1 ) { index = max; }

AW: [Flashcoders] Navigating between labels? Scripting help:

2006-02-26 Thread André Goliath
not quite, goCheckBackward = function() { if ( index = 0 ) { index = max; } index--; gotoAndPlay(frames[index]); trace(frames[index]); } you´d need to move the index-- between the if and goto() or otherwise you´d run out of bounds, since his Array starts at 0

Re: [Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Elaine Montoya
What do you mean it won't start? That you cannot run the program at all? Does it try to boot and then crash? Have you tried reinstalling it? elaine montoya On Feb 26, 2006, at 1:26 AM, Anggie Bratadinata wrote: Hi all, I have a problem with AfterEffects 7 Pro. It won't start in my system

Re: [Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Troy Rollins
On Feb 26, 2006, at 3:26 AM, Anggie Bratadinata wrote: I've done all suggestions from Adobe but still no go. :( How about contacting Adobe tech support directly? They usually take After Effects failures pretty seriously in my experience. -- Troy RPSystems, Ltd. http://www.rpsystems.net

Re: [Flashcoders] [a little OT] vp6 plugin for squeeze

2006-02-26 Thread Troy Rollins
On Feb 26, 2006, at 10:39 AM, Hairy Dog Digital wrote: The next morning it's either Christmas bonanzo or a lump of coal :o Exactly. Last week, my compression system worked for 12 hours to compress 8 minutes of video on a quad G5 with 4 gigs of Ram. When it was finished, I found Squeeze

[Flashcoders] Special Tab

2006-02-26 Thread CARABUS plus
Hi http://www.cuisinec.com/monsite/images/index_fr.html I got 2 level : level0 or root where I got dynamic textfields level1 where a movie is loaded There is two textfield at level 1, when I press the tab key, level 0 textfield are selected and I cant back to level 1 Have you got an idea to

Re: [Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Anggie Bratadinata
What do you mean it won't start? That you cannot run the program at all? Does it try to boot and then crash? It won't start == I cannot run it at all (all I see is the splash and then an error message pops up saying Cannot start ... Sorry, etc.) Have you tried reinstalling it? Of course I

Re: [Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Troy Rollins
On Feb 26, 2006, at 12:21 PM, Anggie Bratadinata wrote: Have you tried reinstalling it? Of course I have. 3 times, clean install. No plugins installed yet, right? Older plugins can goof it up. -- Troy RPSystems, Ltd. http://www.rpsystems.net

Re: [Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Anggie Bratadinata
Nope, no plugin except the ones that come with it. -- Anggie Bratadinata Web|Graphic|Flash Jl. Raya Langsep 21 Malang - East Java I N D O N E S I A http://design.ibshastautama.com Troy Rollins wrote: On Feb 26, 2006, at 12:21 PM, Anggie Bratadinata wrote: Have you tried reinstalling it?

Re: [Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Anggie Bratadinata
I'll take a look at those apps. Thanks, -- Anggie Bratadinata Web|Graphic|Flash Jl. Raya Langsep 21 Malang - East Java I N D O N E S I A http://design.ibshastautama.com Weyert de Boer wrote: Anyone can help me on this? Is there another video editing software that is as good as AE7? You

Re: [Flashcoders] Navigating between labels? Scripting help:

2006-02-26 Thread Byron Canfield
How about just a single function (ala LOTR -- one ring to rule them all) and just pass it a 1 or -1 to indicate the direction? /* Initialize index: */ var index:Number = 0; /* Declare var frames as an array and populatec with frame labels: */ var frames:Array = [scene1, scene2, scene3]; /* Get

Re: [Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Elaine Montoya
Does your computer have a Pentium 4 processor? You didn't state this below. Do you have Microsoft DirectX 9.0b installed? Also, I am not sure if your video card is supported. Here is a link to the supported video cards: http://www.adobe.com/products/aftereffects/opengl.html Did it accept

Re: [Flashcoders] Flash connecting to a database - all running on aDVD-ROM

2006-02-26 Thread slam dunk
You can create a custom LiveCD/DVD based solution. This will give you more power and flexibility. On 2/25/06, André Goliath [EMAIL PROTECTED] wrote: ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] sorting a collection of points clockwise

2006-02-26 Thread Ron Wheeler
Calculate the angle between the center and the point, and subtract 90 to get 12 o'clock to 0degrees and add 270 to negative numbers to put them between 270 and 360 degrees. Ron Bart Wttewaall wrote: Hi List, I'm looking for an algorithm that sorts a collection of points counter-, or

Re: [Flashcoders] Fullscreen issues

2006-02-26 Thread slam dunk
try this tag in .html PARAM NAME=scale VALUE=noborder On 2/26/06, Nik Derewianka [EMAIL PROTECTED] wrote: ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Fullscreen issues

2006-02-26 Thread Nik Derewianka
On 2/27/06, slam dunk [EMAIL PROTECTED] wrote: try this tag in .html PARAM NAME=scale VALUE=noborder It's in a projector... but at least the noScale property is the one i am looking for. However it resizes everything by moving the center of the stage to be in the center of the projector

[Flashcoders] scrollbar issue

2006-02-26 Thread murder design
OK this is the most perplexing action script problem i have ever had. i am desperately trying to solve this problem. my scroller works, but goes up too far, and does not act correctly. if someone can point me in the right direction, i will be VERY happy. // // scroller.fla //

Re: [Flashcoders] Fullscreen issues

2006-02-26 Thread stacey
You need to not only set the scale mode to noScale but you need to set the resize regpoint to Top Lost Stage.align=TL; Try that. On 2/27/06, slam dunk [EMAIL PROTECTED] wrote: try this tag in .html PARAM NAME=scale VALUE=noborder It's in a projector... but at least the noScale property is

[Flashcoders] global vScrollPolicy definition rejected

2006-02-26 Thread André Goliath
Hi List, I´m running into a mystery I can´t solve, if anyone could point me into the right direction i´d be very thankful. I´m defining some global StyleSheet properties for MM V2 Components in Flash 8 Pro like this _global.styles.Tree = new mx.styles.CSSStyleDeclaration();

Re: AW: [Flashcoders] Flash connecting to a database - all running on aDVD-ROM

2006-02-26 Thread Wade Arnold
Would using SQLite or Berkley DB work on the server for development and then just copy the database.db file to your cd? I have not ever connected flash to either of these without php/jsp in the center and I don't know if it is possible. I have thought about this problem for a long time and have

Re: [Flashcoders] Fullscreen issues

2006-02-26 Thread Nik Derewianka
That did it! Thanks, -- :: Nik Derewianka :: ___ 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 Software Premier

AW: AW: [Flashcoders] Flash connecting to a database - allrunning on aDVD-ROM

2006-02-26 Thread André Goliath
The SQLite Connector is 100% embeddable and stand-alone, so there is no need for a server in the middle. However, my SQLite implentation is compatible with any other SQLite tool, including PHP. You embedd a small (250kb) C exe inside your Flash exe that does all the DB stuff. You communicate

[Flashcoders] FlashDevelop's default project

2006-02-26 Thread Andreas Rønning
Can someone in the know explain to me why FlashDevelop creates a Main.as with static function main(){} in it? How am i supposed to proceed from there? - A, feeling stupid ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] Fullscreen issues

2006-02-26 Thread stacey
hahahah ! major typo Top Lost um. Top Left! I've been watching too many Lost season 2 episodes all in a row. You need to not only set the scale mode to noScale but you need to set the resize regpoint to Top Lost Stage.align=TL; Try that. On 2/27/06, slam dunk [EMAIL PROTECTED] wrote:

[Flashcoders] Re: sorting a collection of points clockwise

2006-02-26 Thread A.Cicak
atan2 should do the trick Bart Wttewaall [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi List, I'm looking for an algorithm that sorts a collection of points counter-, or clockwise by (probably) means of comparing each point to the center point of the collection. Calculating the

[Flashcoders] How often do you use components? Or do you use it at all?

2006-02-26 Thread MocaLoca
Hi everyone, I have been very curious to know if most designers/developers use them or not.and how often. My thoughts are if you are a heavy developer, you probably write your own but not everyone has time for that. If you are a designer; you use it and ignore the issues the components

Re: [Flashcoders] [SOLVED] Navigating between labels? Scripting help:

2006-02-26 Thread Michael Hulse
Adrian, André, and Barn, You guys ROCK! Thanks so much for you replies, I am very appreciative of your help. :) On Feb 26, 2006, at 9:44 AM, Byron Canfield wrote: Also, I notice that one of your comments describes these as scene labels, but note that scene labels can only be targeted from

Re: [Flashcoders] How often do you use components? Or do you use it at all?

2006-02-26 Thread Michael Hulse
On Feb 26, 2006, at 3:17 PM, MocaLoca wrote: I have been very curious to know if most designers/developers use them or not.and how often. When it comes to flash, I would definitely consider myself on the designer-end of spectrum (although, I do code decent enough in other languages, like

Re: [Flashcoders] How often do you use components? Or do you use it at all?

2006-02-26 Thread Michael Hulse
On Feb 26, 2006, at 3:51 PM, Michael Hulse wrote: Another issue I have with components is component management. I would say I have a zillion components installed... Not that the current way MX2004 manages things is bad, but I just think it could be better. Put on my wish-list: Automatic

Re: [Flashcoders] How often do you use components? Or do you use it at all?

2006-02-26 Thread Mike Britton
I use the v2 components because I really don't like reinventing the wheel. Unless you're creating a component set as a standalone product, I don't see the value in making your own combobox, data grid, etc. Educational, but a waste of time. Another reason I use the v2's: they will be versioned,

[Flashcoders] Start/stop function - not working as AS2.0?

2006-02-26 Thread Michael Hulse
Hi, Is it ok for me to pass a built-in function as argument of another function (see example below)? For some reason, the below code does not stop nested movie-clips... It was working when things were not AS2.0... /* Attach function to stop button: */ _root.stopButton.onRelease =

RE: [Flashcoders] Start/stop function - not working as AS2.0?

2006-02-26 Thread jim
You are passing the return of the function not the function itself. Whe n passing use: _root.stopButton.onRelease = function() { startStopMovies(_root, stop); }; You see after the stop there are no brackets, this means you are passing a reference to the function not the result of the function.

Re: [Flashcoders] Cannot attach movieclip to root???

2006-02-26 Thread judah
Hi Adrian, That is indeed what is happening. I copied the library resource in my second movie into the first movie and it did then work. Although the asset is duplicated which is not a big deal in this situation. Judah Adrian Park wrote: Firstly, I'm new to this list so hi! I suspect

Re: [Flashcoders] Start/stop function - not working as AS2.0?

2006-02-26 Thread Michael Hulse
On Feb 26, 2006, at 4:48 PM, jim wrote: I havnt tested this but it looks like it should work. Hi jim! Thanks for you quick response, I really appreciate the help. Below is my updated code: _root.stopButton.onRelease = function() { startStopMovies(_root, stop); }; /* Attach function to

RE: [Flashcoders] Start/stop function - not working as AS2.0?

2006-02-26 Thread Shy Aberman
Try passing in the function name as a string. Like so: _root.stopButton.onRelease = function() { startStopMovies(_root, stop); }; /* Attach function to start button: */ _root.startButton.onRelease = function() { startStopMovies(_root, play); }; // Functions: // startStopMovies =

Re: [Flashcoders] OT: AfterEffects crashes

2006-02-26 Thread Anggie Bratadinata
Does your computer have a Pentium 4 processor? You didn't state this below Athlon64, I forgot to write that. Answer for the rest of your questions : Yes ...or if you want to simplify, you can buy a Mac! Yea, I wish I could afford one. -- Anggie Bratadinata Web|Graphic|Flash Jl. Raya Langsep