Re: [Flashcoders] problem with code

2009-07-02 Thread Karl DeSaulniers
Mmmm... Interesting take.. Thanks Gustavo, Currious about this xml.tar.gz, do you have more info on what that does for your site? Best Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 2, 2009, at 10:41 PM, Gustavo Duenas LRS wrote: you could use to optimize a flash site the swfad

Re: [Flashcoders] problem with code

2009-07-02 Thread Gustavo Duenas LRS
you could use to optimize a flash site the swfaddress, you can download it from here: http://www.asual.com/swfaddress/ and I'll send you a link for you to see how to apply this to your code, Actually the structure I have now is based on that. You can use the metadata available in your keyword

Re: [Flashcoders] problem with code

2009-07-02 Thread Karl DeSaulniers
OH, well sweet deal. GTK Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 2, 2009, at 10:33 PM, Gustavo Duenas LRS wrote: Ok I got it. the problem was that I got my buttons which were movieClips named the same as functions, I've just changed the name from about() to abou

Re: [Flashcoders] problem with code

2009-07-02 Thread Karl DeSaulniers
H... I think I am mistaken about the Void. Make all the "Void" back to "void" on the "onClick" function. Do you have a listener set up for your button? //declare your functions before the onClick function about():Void{ //do something } function commercial():Void { //do somet

Re: [Flashcoders] problem with code

2009-07-02 Thread Gustavo Duenas LRS
Ok I got it. the problem was that I got my buttons which were movieClips named the same as functions, I've just changed the name from about() to aboutUs () and now it is working, thank you. Gustavo On Jul 2, 2009, at 11:18 PM, Gustavo Duenas LRS wrote: Ok I've tried just what you say and no

Re: [Flashcoders] problem with code

2009-07-02 Thread Karl DeSaulniers
Hello List.. I could go to Google and try and find this out, but I figured being the seasoned designers you are, I would be in better hands if I asked here. Excuse me if this is a little off-topic, but what, in your opinion, is the best way to optimize your flash site for search engines?

Re: [Flashcoders] problem with code

2009-07-02 Thread Gustavo Duenas LRS
Ok I've tried just what you say and now I HAVE IMCOMPATIBLE OVERRIDE AND DUPLICATE FUNCTION DEFINITION, SOMEONE HELP ME PLEASE!!! GUSTAVO On Jul 2, 2009, at 10:44 PM, Karl DeSaulniers wrote: Hey there Gus, I think you just had a couple of things typed wrong. Try this: //declare your functio

Re: [Flashcoders] problem with code

2009-07-02 Thread Karl DeSaulniers
Hey there Gus, I think you just had a couple of things typed wrong. Try this: //declare your functions before the onClick function about():Void{//you had a lowercase "void" here it needs to be "Void" //do something } function commercial():Void {//you didn't have a "Void" here

[Flashcoders] problem with code

2009-07-02 Thread Gustavo Duenas LRS
Hi coders I have this code this is an onclick function function onClick(e:mouseEvent):void{ if(e.currentTarget.name =="about"){ about(); }else if(e.currentTarget.name=="contact"){ contact(); }else if(e.currentTarget.name=="commercial"){ commercial(); }else{ gotoAndPlay(3);} } function about()

Re: [Flashcoders] Event.RESIZE

2009-07-02 Thread Pedro Kostelec
Thanks. I fixed it by adding a Footer_mc.scaleX = 1; just before the Tweenlite tween so the scale is reset before calculating the new one. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashc

Re: [Flashcoders] Event.RESIZE

2009-07-02 Thread Mario Gonzalez
ersion of virus signature database 4211 (20090702) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Event.RESIZE

2009-07-02 Thread Pedro Kostelec
Hi, i have a MC (footer background) that is scalled proportionally to the stage width. I use Event.RESIZE and it works nice if i expand the window from its borders or corners, but it doesn't work if i click the minimize/maxmize button. Aren't the minimize/maximize buttons the same as resizing the

Re: [Flashcoders] rendering 3d model of a car for use in flash as an image sequence (360)

2009-07-02 Thread jared stanley
yeah, lower the quality between stopping points if there are any, a big filesaver is to remove every other frame, although depending on what you're doing that is too big of a quality loss. depending on the sequence try reusing images for symmetrically-flipped images; i.e. a 360-degree spin at 90

Re: [Flashcoders] Linux Kernel 2.6.29, FP10 & Webcams

2009-07-02 Thread Glen Pike
User error - was permission problem - the user was not in the required groups... Glen Pike wrote: Hi, Anyone here having problems with webcams on Linux. I have upgraded my kernel from 2.6.27 to 2.6.29 and now Flashplayer can't find my webcameras? Glen __

[Flashcoders] Strange characters added to file when saving from AIR using fileStream

2009-07-02 Thread Cheetham, Marcus
I'm using fileStream to save a text file. This works OK, but introduces some strange characters at the beginning of the saved text. I'm saving XML data. I've kept this as an XML object and also converted it to string -- same thing always happens. Any idea how I can get rid of these characters?

[Flashcoders] Linux Kernel 2.6.29, FP10 & Webcams

2009-07-02 Thread Glen Pike
Hi, Anyone here having problems with webcams on Linux. I have upgraded my kernel from 2.6.27 to 2.6.29 and now Flashplayer can't find my webcameras? Glen ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.

Re: [Flashcoders] rendering 3d model of a car for use in flash as an image sequence (360)

2009-07-02 Thread Hans Wichman
Hi, if you are rendering it to jpg's what does the polygon count matter? Crank it up until it looks so good you're pc is on its knees:) We've been doing like wise things, which required about 180 jpg's, but you might be able to skip a lot of those using some nice effects. In addition in our setup

[Flashcoders] [OT] generate serial for onlinepayment

2009-07-02 Thread Hans Wichman
Hi List, this is a bit off topic, but I need to generate a serial for an online payment. Basic process is: * customer pays * mail with invoice and serial should be generated including account data * customer logs into account with data from email, downloads game * installs game using given serial

[Flashcoders] rendering 3d model of a car for use in flash as an image sequence (360)

2009-07-02 Thread Matt Muller
Hi, I am about to get some rendered frames of a car for a 360 as a targa sequence for use in flash as an image (JPG's) sequence. Does anyone know what the optimum target polygon count is for the vehicle exterior? Does anyone know roughly how many JPGs will be needed to create a smooth sequence?