[Flashcoders] Graphic design universities

2008-02-19 Thread Pedro Kostelec
found so many results that my head went bad,and they mostly all of them had some other studies that i don't like such as ecomony, telecommunication between others. So, can someone recommend me some universites you think are good? Thanks Pedro D.K

Re: [Flashcoders] Control speed by how fast mouse moving

2008-02-13 Thread Pedro Kostelec
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Max MovieClip Size Before Filters are Dropped?

2008-02-07 Thread Pedro Kostelec
/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K. ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] This list is acting up again?

2008-02-06 Thread Pedro Kostelec
is your original message. - Results: Ignoring non-text/plain MIME parts - Unprocessed: //my message - Done. -- Forwarded message -- From: Pedro Kostelec [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Tue, 5 Feb 2008 17:57:34 +0100 Subject: //my message

[Flashcoders] fullscreen

2008-02-05 Thread Pedro Kostelec
Hi list Does enyone know how to make this fullscreen function like this one here: http://bb.amctv.com/main.html ? (Press the fullscreen button on the bottom right)Looks the same think like in youtube. -- Pedro D.K. ___ Flashcoders mailing list

Re: [Flashcoders] Resizing a background image only.And keeping aspect ratio.

2008-02-03 Thread Pedro Kostelec
-mail. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K. ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Resizing a background image only.And keeping aspect ratio.

2008-02-03 Thread Pedro Kostelec
Oh, It is picture_mc.scaleX and not picture_mc.width and picture_mc.scaleY instead of picture_mc.height At least i supose On Feb 3, 2008 12:29 PM, Pedro Kostelec [EMAIL PROTECTED] wrote: Perhaps sth like this would work: original_picture_width=550; original_picture_height=400

Re: [Flashcoders] Resizing a background image only.And keeping aspectratio.

2008-02-03 Thread Pedro Kostelec
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K

Re: [Flashcoders] placing mc on the stage

2008-01-17 Thread Pedro Kostelec
thanks jim. I changed code2 to code0 but it still doesn't work. There is only one MC visible on the stage, whichi anasily place where i want. but where is the other?? On 16/01/2008, Jim Robson [EMAIL PROTECTED] wrote: Pedro, Your loop goes from 0 to 1, and you are constructing the names

Re: [Flashcoders] placing mc on the stage

2008-01-17 Thread Pedro Kostelec
,code+i,this.getNextHighestDepth()); if you're attaching them to 'canvas', you want to say canvas.getNextHighestDepth() .m On Jan 17, 2008 1:36 PM, Pedro Kostelec [EMAIL PROTECTED] wrote: thanks jim. I changed code2 to code0 but it still doesn't work. There is only one MC visible on the stage

Re: [Flashcoders] placing mc on the stage

2008-01-17 Thread Pedro Kostelec
i have uploaded the files here: http://public.box.net/pedrokost56903. You can download the sda.fla and sda.swf to find out whats wrong. They are made on flash CS3. I hope you can all open it. If there is someone that would like the fla file of flash 8 just tell Pedro On 17/01/2008

Re: [Flashcoders] placing mc on the stage

2008-01-17 Thread Pedro Kostelec
Thank you very much matt s. I am so stupid. You've alredy told that some posts ago but i didn't get it right. Perhaps there will be a new question about the same project soon. There was sth i wanted to do but right now i forgot what. I have to see the data. Pedro K. On 17/01/2008, Matt S. [EMAIL

[Flashcoders] placing mc on the stage

2008-01-16 Thread Pedro Kostelec
- -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] placing mc on the stage

2008-01-16 Thread Pedro Kostelec
it.. what do you want to do here? Leandro Ferreira On 1/16/08, Bob Leisle [EMAIL PROTECTED] wrote: Hi Pedro, Try this instead: Math.random()*500; Here's a simplistic but clear tutorial on the subject: http://animation.about.com/od/flashanimationtutorials/ss/mathrandom.htm

Re: [Flashcoders] placing mc on the stage

2008-01-16 Thread Pedro Kostelec
and it works perfectly!! have i done a mistake? On 16/01/2008, Bob Leisle [EMAIL PROTECTED] wrote: Hi Pedro, A couple of things: Are you trying to place the MovieClips once in random places, or make them move to random places? Your code suggests one-time placement. What you say below suggests

[Flashcoders] AttachMovie?!!?

2007-12-20 Thread Pedro Kostelec
neceserly for this. Thanks Pedro ps: I tried with this: this.attachMovie(genesis 7, genesis, this.getNextHighestDepth()); //to attach the film but the problem is that the animated movieclips inside the movie didn't play. Should sth like this work? this.attachMovie(genesis 7, genesis

Re: [Flashcoders] AttachMovie?!!?

2007-12-20 Thread Pedro Kostelec
in syncronisation. How ca i fix that? Pedro 2007/12/20, Andrew Sinning [EMAIL PROTECTED]: ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AttachMovie?!!?

2007-12-20 Thread Pedro Kostelec
question. Bye Pedro 2007/12/20, Glen Pike [EMAIL PROTECTED]: Hi, You may have problems forcing one timeline without a sound on to sync with another. Here is a suggested workaround for the separate scenes problem: Save multiple copies of your original animation - one copy for each

[Flashcoders] groupping 2 swf-s

2007-12-19 Thread Pedro Kostelec
because i made de movie of a lot of scenes(or can I?) Can you tell me a good tutorial for this or only giving me the piece of code neceserly for this. Thanks Pedro ps: I tried with this: this.attachMovie(genesis 7, genesis, this.getNextHighestDepth()); //to attach the film but the problem

[Flashcoders] load a movie into a swf

2007-12-18 Thread Pedro Kostelec
because i made de movie of a lot of scenes(or can I?) Can you tell me a good tutorial for this or only giving me the piece of code neceserly for this. Thanks Pedro ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

RE: [Flashcoders] Welcome to the new list server!

2007-10-19 Thread Pedro Miguel V.Matias C. Braz
UNSUBSCRIBE melhores cumprimentos Pedro Braz DCTS/DIT/DT Unidade de Ambientes Locais Tel. Externos: (+351) - 21 761 20 10- Fax: (+351) - 21.761.28.61 Tel. Internos: 117 010- Fax: 117.861 e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original

Re: [Flashcoders] exit screen button script

2007-09-17 Thread Pedro Taranto
fscommand(quit); //to close the projector -- Pedro Taranto ___ 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] AS3 version of the ol' dynamically-created constructor trick?

2007-09-05 Thread Pedro Taranto
you can use: var classRef:Class = getDefinitionByName(MyClassNmae) as Class; var myInstance:* = new classRef(); -- Pedro Taranto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] accessing super fields

2007-08-20 Thread Pedro Taranto
I think you should use composition in this case, not inheritance. -- Pedro Taranto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] [FP8, AS2] Rules of thumb: Coding tips?

2007-07-27 Thread Pedro Taranto
if you want to return diferent types in one function you dont specify any return data type function foo () {...} if you wanna use an auxiliary 'object' to use as a reference to another, try to use the same data type ... var auxVideo : Video = myVideo; ... -- Pedro Taranto

Re: [Flashcoders] Returning a String fails

2007-07-24 Thread Pedro Taranto
you forgot to put a 'return' statement where you call eliminateSpaces(phrase) -- Pedro Taranto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] [Job] YouTube is hiring experienced Flash engineers

2007-07-16 Thread Pedro Taranto
caso alguem queira trabalhar no YouTube -- Pedro Taranto John Harding wrote: If interested, please send your resume to [EMAIL PROTECTED] with YouTube/Flash Resume in the subject. *Flash Engineer, Monetization - San Bruno* http://www.google.com/support/jobs/bin/answer.py?answer=47251

Re: [Flashcoders] [Job] YouTube is hiring experienced Flash engineers

2007-07-16 Thread Pedro Taranto
sorry about last message, it should be fowarded, not replyed sorry again -- Pedro Taranto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Another Flash 3D Engine

2007-07-14 Thread Pedro Taranto
Realtime 3D Engine for Flash in Actionscript 3 http://away3d.com/ Away3D is a realtime 3d engine for flash in actionscript 3, originally derived from Papervision3D. it looks really nice -- Pedro Taranto ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Flipping Effect...

2007-07-11 Thread Pedro Taranto
http://pixelfumes.blogspot.com/2006/07/business-card-flip-effect-class-with.html -- Pedro Taranto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] Tips and advice for online bugtracking

2007-07-10 Thread Pedro Taranto
using FlashInspector with PixLib is very easy http://osflash.org/luminicbox.log http://osflash.org/projects/pixlib -- Pedro Taranto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] writing as for components

2007-07-08 Thread Pedro Kostelec
hello: I've found a tutorial here:http://www.adobe.com/designcenter/video_workshop/ named writing ActionScript for Components. I have done all it wants me to do it but i got the following errors: 1120: Access of undefined property letters. var randomIndex:uint=

Re: [Flashcoders] writing as for components

2007-07-08 Thread Pedro Kostelec
Thanks, but there is still the other error 1120: Access of undefined property letters. var randomIndex:uint= Math.floor(Math.random()*letters.length); Pedro 2007/7/8, Paul Andrews [EMAIL PROTECTED]: - Original Message - From: Pedro Kostelec [EMAIL PROTECTED] To: flashcoders

Re: [Flashcoders] writing as for components

2007-07-08 Thread Pedro Kostelec
Sorry I did not see the other letters. I hate this kind of problems. Nothing works because of a letter(S) Thanks you very much It works now Pedro 2007/7/8, Pedro Kostelec [EMAIL PROTECTED]: Thanks, but there is still the other error 1120: Access of undefined property letters. var

Re: [Flashcoders] swap depths with mask

2007-07-07 Thread Pedro Kostelec
); mascara.lineTo(20+datoX, 20+datoY); mascara.lineTo(0+datoX, 20+datoY); mascara.lineTo(0+datoX, 0+datoY); } }; mascara.onMouseDown = function() { dibujar = true; mascara.moveTo(mascara._xmouse, mascara._ymouse); }; mascara.onMouseUp = function() { dibujar = false; }; /code Pedro

Re: [Flashcoders] Turn image around effect?

2007-06-28 Thread Pedro Taranto
Card Flip Effect: http://pixelfumes.blogspot.com/2006/07/business-card-flip-effect-class-with.html --Pedro Taranto Peter Geller escreveu: Hi list, can somebody give me an answer how this turn around effect was made when you click on the speech bubble? http://www.ja-ik-doe-mee.be

Re: [Flashcoders] loading xml into flash in spanish(desperate)

2007-06-25 Thread Pedro Taranto
BASICLATIN include these characters: ºª¹²³£¢¬°°§ºçàáâãèéêìíîòóôõùúûüÀÁÇÂÃÈÉÊÌÍÎÒÓÔÕÙÚÛÜñÑ flash does not understand the html entities like acetilde, because the '' is used to separete variables hope it helps --Pedro Taranto Jesse Graupmann escreveu: Using Macromedia Flash MX

[Flashcoders] AS to UML tool

2007-06-18 Thread Pedro Taranto
which tools do you use/recommend to generate a diagram classes FROM AS2 code ??? --Pedro Taranto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] Site structure with classes

2007-05-29 Thread Pedro Taranto
you also can use Pixlib framework www.osflash.org/projects/pixlib --Pedro Taranto Hans Wichman escreveu: have a look at guggaf too, might be applicable here as well i think, it goes further then an application framework, it present a website-application framework. greetz JC On 5/29/07

Re: [Flashcoders] (no subject)

2007-05-29 Thread Pedro Taranto
for desktop you must use Apollo, the alpha version is avaiable http://labs.adobe.com/wiki/index.php/Apollo --Pedro Taranto Gustavo Duenas escreveu: Hi coders , Does anyone know a tutorial about how can I do desktop applications using flex builder? Because I googled and I wasn't much

Re: [Flashcoders] (no subject)

2007-05-29 Thread Pedro Taranto
Apollo SDK is free like Flex SDK --Pedro Taranto Gustavo Duenas escreveu: is this an open source or is program that cost something?...I mean Apollo. On May 29, 2007, at 3:58 PM, Steven Sacks wrote: Apollo Gustavo Duenas wrote: Hi coders , Does anyone know a tutorial about how can I do

Re: [Flashcoders] Problem moving MC using arrow keys with AS2

2007-05-26 Thread Pedro Kostelec
Thanks Attila The problem was really the big letter K in the key word. I didn't know that as2 was so sensitive. If i take a fla file from the web it works even if key is written with a small k letter, but if i want to write the script myself it just doesn't work Anyway, now it works! Pedro 2007

[Flashcoders] Problem moving MC using arrow keys with AS2

2007-05-25 Thread Pedro Kostelec
Hi Flash coders! I'm doing a maze game and I have a problem with moving a movie clip with the arrow keys My AS2 code: map = new Array(); generateMap(); drawIt(map); _root.attachMovie(item, sprite, 1); sprite._y = 10; sprite._x = 10; sprite.px = 2; sprite.py = 1; sprite.onEnterFrame =

RE: [Flashcoders] flash and USB port

2007-05-21 Thread Pedro Furtado
What is your usb device? If it accessible trough hyperterminal, zinc can get it, if hyperterminal can't see it, then you would require a driver. Pedro. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of quinrou . Sent: sexta-feira, 18 de Maio de 2007 18:42

RE: [Flashcoders] flash and USB port

2007-05-18 Thread Pedro Furtado
Usb is like a serial port. So zinc does support it, dunno about mProjector. Try it with hyperterminal. hth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of quinrou . Sent: sexta-feira, 18 de Maio de 2007 10:41 To: Flashcoders mailing list Subject:

[Flashcoders] Easy game in flash

2007-05-18 Thread Pedro Kostelec
hi flash coders First of all scuse me for my English I'm quite new in flash and I want to create a game like this one in this website: http://www.teagames.com/games/tgmotocross3/play.php of course not so complicated, bcouse it would be my 1st flash file I was trying to do a motorbike riding on

Re: [Flashcoders] Easy game in flash

2007-05-18 Thread Pedro Kostelec
15 years old).Thanks for worring Pedro 2007/5/18, Joshua Sera [EMAIL PROTECTED]: That game's actually not as simple as you might think, unless you already have the math background (verlet integration/swept circle hit tests/camera or viewport systems) to replicate what this game does. If you

Re: [Flashcoders] Easy game in flash

2007-05-18 Thread Pedro Kostelec
. The author might be using Flash's hitTest() method for collision detection, but I kind of doubt it. --- Pedro Kostelec [EMAIL PROTECTED] wrote: hi flash coders First of all scuse me for my English I'm quite new in flash and I want to create a game like this one in this website

Re: [Flashcoders] amfphp.org?

2007-05-15 Thread Pedro Taranto
http://www.5etdemi.com/blog/archives/2007/05/amfphporg-domain-name-debacle/ --Pedro Taranto dnk escreveu: looks like the domain has expired (May 7th). I am assuming the project is not dead, but it is rather just an over site by the owner. Does anyone have any info on this? How about a spot

Re: [Flashcoders] Re: textarea component not scrollable.

2007-04-14 Thread Pedro Taranto
it looks like you have an invisible button on top of it, that way it dont allow to bubbling the events to lower depths --Pedro Taranto Jonathan Berry escreveu: Sorry, did want to at least give the site I have under construction so you can see what I am talking about. Code is also available

Re: [Flashcoders] Re: textarea component not scrollable.

2007-04-14 Thread Pedro Taranto
so it should be the movieclip you are using to detect the rollover and rollout to show or hide the container if you use the mouse scroll the text scroll, so it is not the component --Pedro Taranto Jonathan Berry escreveu: No, no button. On 4/14/07, Pedro Taranto [EMAIL PROTECTED] wrote

Re: [Flashcoders] Re: textarea component not scrollable.

2007-04-14 Thread Pedro Taranto
movieclips/buttons you could try to put the container outside the circle as an independent mc, using the rollover on the circle to show the container, and use the rollout on the container to hide it, and hide it when you rollover the other circle too hope you understand --Pedro Taranto Jonathan

Re: [Flashcoders] about depth

2007-03-30 Thread Pedro Taranto
you are changing the depth between the same mc, thats the error in your code --Pedro Taranto Gustavo Duenas escreveu: ok ,I did it but stills is loading the image above the other layers (the layers of the code is the layer 1, there is 10 more above it) this is the code I'm using

Re: [Flashcoders] scope in AS3

2007-03-28 Thread Pedro Taranto
in flash8 the propertie is _visible, check it in the flash9 help --Pedro Taranto Dennis Asher escreveu: I've managed to avoid OOP till now but AS3 is here and no choice now. What's wrong in the class below? The code in the mouseover/mouseout functions do not reference the textfield correctly

Re: [Flashcoders] Flash CS3 Announced

2007-03-28 Thread Pedro Taranto
April 20th --Pedro Taranto Omar Fouad escreveu: but when the Flash CS3 Full version (not update) will be available?? On 3/28/07, Jason Cordial [EMAIL PROTECTED] wrote: I used to make jokes about Fireworks, but after I studies up and got my Dreamweaver 8 cert, I realized what

Re: [Flashcoders] Accessing all properties in an object ...

2007-03-28 Thread Pedro Taranto
if I understand what you want, replace your trace with this one: trace('prop: '+ props +'\tvalue: '+oObject[props]); --Pedro Taranto Stephen Ford escreveu: Anyone have a small script they use when they want to trace out both the name and values of all properties in an object. I'm sure I've

Re: [Flashcoders] Flash and levels

2007-03-28 Thread Pedro Taranto
the movielicps placed on the stage have negative depths --Pedro Taranto Gustavo Duenas escreveu: I have a questionthe level 20 is over or under the other movie clips the flash movie would have? Regards Gustavo Duenas P.s: the idea about a movie clip is very useful, because I'm

Re: [Flashcoders] setting a timer in flash 8

2007-03-25 Thread Pedro Taranto
{ mc.timeCounter++; trace(time: +mc.timeCounter); } } --Pedro Taranto Gustavo Duenas escreveu: Hi, I'm trying to set a timer to trigger a event after 20 seconds or less, but so far i have this code, but with no results someone help me? . I don't know how could I got into but some help

Re: [Flashcoders] timer question

2007-03-25 Thread Pedro Taranto
you should use setInterval, see it in documentation --Pedro Taranto Gustavo Duenas escreveu: Hi, I'm trying to launch an event using a timer so far the code for trace something is this: var now = new Date(); var seconds:Number = now.getSeconds(); trace(seconds); var newSeconds: Number

Re: [Flashcoders] Enhancing the Flash Cursor

2007-03-23 Thread Pedro Taranto
you can put an invisible button at each side of your photo, and use onRollOver and onRollOut to change the mouse cursor --Pedro Taranto Perdue, Blake escreveu: I am building a photo slideshow and I want to add a next/back button to the mouse cursor. If the mouse is on the right half

Re: [Flashcoders] Test

2007-03-23 Thread Pedro Taranto
yes --Pedro Taranto Omar Fouad escreveu: Is this delivered??? ___ 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

Re: [Flashcoders] Trouble getting _x position

2007-03-23 Thread Pedro Taranto
what is the problem ?? you expect to receive the top-left corner _x position of the drawed box ? --Pedro Taranto Lee Marshall escreveu: Hi all Just trying to create a box in actionscript into an empty movieclip. I then wanted to reurn the _x postion of the box, but it's just not happening

Re: [Flashcoders] html vars and flash vars

2007-03-21 Thread Pedro Taranto
show your xml file with the link and the code you are using to load --Pedro Taranto Gustavo Duenas escreveu: sounds good, how could I do it? Regards Gustavo On Mar 20, 2007, at 2:32 PM, Pedro Taranto wrote: you wanto to load a swf from a xml and pass a parameter by the url in the xml

Re: [Flashcoders] html vars and flash vars

2007-03-20 Thread Pedro Taranto
it is loaded on the _root you use like this == yourTxt.text = _root.userId --Pedro Taranto Gustavo Duenas escreveu: Hi, I have a curiosity...or an itch about something (I'm full of it). The thing is that I'm loading a xml page into my flash and I'd like to know how can I handle the links, I

Re: [Flashcoders] html vars and flash vars

2007-03-20 Thread Pedro Taranto
you have to pass the variables to the swf, if you are passing by html you have to use some script language to pass it swf --Pedro Taranto Gustavo Duenas escreveu: ok Pedro, let me see if I can get it: on the xml link. 1.swf?id=something or should be the html where this one is embedded

Re: [Flashcoders] html vars and flash vars

2007-03-20 Thread Pedro Taranto
you wanto to load a swf from a xml and pass a parameter by the url in the xml ?? why dont you put these variables in the same node and when you load it you pass to your swf? --Pedro Taranto Gustavo Duenas escreveu: ok, how can i do it using swf? link in xml file: 1.swf?id=something

Re: [Flashcoders] Help: test EventDispatcher speed please

2007-03-20 Thread Pedro Taranto
the results in the IE is faster than at FF on my PC: IE: EventBroadcaster: 3906 EventDispatcher: 2615 WIN 9,0,28,0 FF: EventBroadcaster: 4232 EventDispatcher: 3958 WIN 9,0,28,0 sorry but i dont have a mac to compare --Pedro Taranto Francis Bourre escreveu: Hello list ! I noticed

Re: [Flashcoders] stopDrag question

2007-03-19 Thread Pedro Taranto
your function control, just run 1 time, only when you release, you should put it on the mc.onEnterFrame, or start an interval when you startdrag it --Pedro Taranto Gustavo Duenas escreveu: Hi, I'm trying to stop the drag of a movie click when its x value equals the x value of other movie

Re: [Flashcoders] flash / ajax

2007-03-16 Thread Pedro Taranto
i havent use but there it is: http://www.aflax.org/ --Pedro Taranto John Dowdell escreveu: bruce wrote: looking at implementing an ajax widget and wanted to know if anybody's combined ajax and flash to be able to implement a cross-domain solution? I don't know of any, but I do know

Re: [Flashcoders] math.round question

2007-03-16 Thread Pedro Taranto
loadProgressOutput = Math.round(this.getBytesLoaded()*100/this.getBytesTotal()); --Pedro Taranto Gustavo Duenas escreveu: hi, this is the code of my loader. if(_framesloaded 0 _framesloaded == _totalframes){ gotoAndPlay(beginMovie); } else{ loadProgressOutput = this.getBytesLoaded

Re: [Flashcoders] Addressing functions in frame script from class script

2007-03-16 Thread Pedro Taranto
if you are using classes, why do you have code in the movieclip timeline ??? --Pedro Taranto Danny Kodicek escreveu: If I have a class that extends MovieClip, and various movieClips that use that class, is there a way for a function in the class to speak to a function that's on the first

[Flashcoders] [OT] JOB OFFER

2007-03-15 Thread Pedro Furtado
at www.ydreams.com http://www.ydreams.com/ . Hope to hear from some of you soon! Pedro Furtado | Software Engineer | mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] | +351 913497490 YDreams - Informática S.A. | http://www.ydreams.com/ www.ydreams.com | +351 212949683 Disclaimer and Confidentiality

Re: [Flashcoders] Flash - using the back button

2007-03-15 Thread Pedro Taranto
http://www.asual.com/swfaddress/ --Pedro Taranto Karim Beyrouti escreveu: Hi All, I was just wondering what the best way to activate the browser's back button for a Flash(8) app?... are there any up to date resources / tutorial about this?... Kind regards Karim

Re: [Flashcoders] TextField variable and arrays - please help!

2007-03-15 Thread Pedro Taranto
you have to use the .text propertie mc.txt.text = _root[winner+i+PercentPayout]; --Pedro Taranto Johan Nyberg escreveu: I tried to get help here a couple of days ago, but alas to no avail. Please give me a hand with this if you can: How do I make a connection between a TextField

Re: [Flashcoders] Urgent: flash detection error with swf object and query string

2007-03-15 Thread Pedro Taranto
you should use |so.addVariable(variable1, value1); --Pedro Taranto | [EMAIL PROTECTED] escreveu: Came across something that has me baffled. When appending a query string to a URL, certain query string values give me an arror, ie , i'm prompted for a plugin download. for instance ?ecard

Re: [Flashcoders] xml parse question

2007-03-15 Thread Pedro Taranto
/pixlib-part-2-more-configuration-features-and-a-hidden-gem/ --Pedro Taranto John laPlante escreveu: The xml that you've shown consists of all attributes, that is value pairs inside a tag. Each node has a attributes property. Here is a small snippet that demonstrates accessing attributes

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Pedro Taranto
well, sandy is just an API to work with 3D in flash and pixlib is not a game engine, it is a generic as2 framework with a lot of classes and design patterns that you can use to develop your own isometric engine --Pedro Taranto Anggie Bratadinata escreveu: have you tried www.flashsandy.org

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Pedro Taranto
http://www.theoworlds.com/ == this is a commercial one --Pedro Taranto Mike Mountain escreveu: http://oos.moxiecode.com/ You may find something here... M ECM Systems Ltd, Ellifoot Park, Burstwick, East Yorkshire HU12 9DZ Tel: 01964 672000 Fax: 01964 671102 Registered in England

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Pedro Taranto
its a nice work, do you pretend to share the as2 code too ?? --Pedro Taranto matt zb escreveu: Hi, I've been working on an AS3 isometric game engine for a few months now. http://www.zenbullets.com/isometric/ It's not finished, and it's not open source (yet), but may be of interest if you

Re: [Flashcoders] question about txt files and flash

2007-03-14 Thread Pedro Taranto
if you are reading a xml file, you shold use the XML API loadVariables is deprecated --Pedro Taranto Gustavo Duenas escreveu: Hi, there is a limit height that flash can process or read from a text file?, because I have something with xml tags, the file reads well till the item4, so far i

Re: [Flashcoders] MovieClip Instance _x and _y

2007-03-12 Thread Pedro Taranto
you can build the absolute position adding the _parent nested positions --Pedro Taranto Jason Lutes escreveu: Is there a way determine clip position that doesn't presume the location of the registration point relative to clip content, or doesn't care where nested clip content is positioned

[Flashcoders] OT: Flash on the beach

2006-11-17 Thread Pedro Furtado
Who’s going then? http://www.flashonthebeach.com Pedro Furtado | Software Engineer | mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] | +351 913497490 YDreams - Informática S.A. | http://www.ydreams.com/ www.ydreams.com | +351 212949683 Disclaimer and Confidentiality Notice: YDreams

RE: [Flashcoders] OT: Flash on the beach

2006-11-17 Thread Pedro Furtado
be there, I live in Brighton, woo hoo! Zárate wrote: I will be there, Hope to meet a bunch of people : ) On 11/17/06, Pedro Furtado [EMAIL PROTECTED] wrote: Who's going then? http://www.flashonthebeach.com ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Pathfinding with dynamic objects

2006-11-09 Thread Pedro Rodrigues
if you consider that the object they are atempting to circumvent is static at the moment of path calculation it is the same has calculating with always static objects. From Gamedev.net: http://www.gamedev.net/reference/list.asp?categoryid=18#194

Re: [Flashcoders] Preciso de programador actionscript/flash/php

2006-11-08 Thread Pedro Rodrigues
ok i got teh message sorry, will not happen again. On 11/8/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Job offers are accepted here. It's never gotten out of control and you'll find that most job postings here come straight from the source because recruiters who post here often find

Re: [Flashcoders] Preciso de programador actionscript/flash/php

2006-11-07 Thread Pedro Rodrigues
i am new to the list but it seems to me this is for discussion of flash programming and not for job offers... On 11/7/06, Zeh Fernando [EMAIL PROTECTED] wrote: Preciso de programador actionscript/flash/php se tiver alguem na lista que seja do Brasil e esteja disponivel para freela ..responda

RE: [Flashcoders] flash synchronization

2006-10-17 Thread Pedro Furtado
Localconnection and cue points is the way to go :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wei Xiaobin Sent: terça-feira, 17 de Outubro de 2006 11:52 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] flash synchronization Dear

Re: [Flashcoders] mpg to FLV

2006-08-31 Thread Pedro Zaz
Try TVE SDK http://www.blue-pacific.com/products/turbinevideosdk/default.htm zaz On 9/1/06, Marshall MacGillivray [EMAIL PROTECTED] wrote: http://www.on2.com/developer /flix-engine-sdk/?sid=5DHA-2F6F-44d72df95bcaaref= FFMpeg: http://ffmpeg.mplayerhq.hu/ Has anyone ever set

Re: [Flashcoders] mpg to FLV

2006-08-31 Thread Pedro Zaz
they say 700 euros but all is negotiable in portugal, impostor.com.pt they top profssionals did flash printer last!!! zaz On 8/31/06, Marshall MacGillivray [EMAIL PROTECTED] wrote: This seems like a pretty neat solution that would save on bandwidth and server processing power... it's

RE: [Flashcoders] Flash 7 image upload and .NET

2006-07-25 Thread Pedro Furtado
Javascript and an hidden form ;) Old style file upload. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: terça-feira, 25 de Julho de 2006 23:53 To: Flashcoders mailing list Subject: [Flashcoders] Flash 7 image upload and .NET With a

RE: [Flashcoders] flash 8 video, cue points, and actions based on those cue points

2006-07-25 Thread Pedro Furtado
Check the manual under NetStream onCuePoint event. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of derrickito Sent: terça-feira, 25 de Julho de 2006 23:34 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] flash 8 video, cue points, and actions

RE: [Flashcoders] update tween value while running

2006-07-25 Thread Pedro Furtado
As far as I know, you have to stop the tween a start a new one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jagadishwaran Sent: quarta-feira, 26 de Julho de 2006 0:14 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] update tween value

RE: [Flashcoders] Output to Text File

2006-07-18 Thread Pedro Furtado
No need for fscommand, use externalInterface, although it's much better than using 3rd party software I've found trough experience and using both approaches, that sometimes it's just better to use a tested 3rd party app. Pedro. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] Output to Text File

2006-07-18 Thread Pedro Furtado
to Text File Pedro, I have found that third party software is often poorly tested, poorly documented, and pooly maintained. Too many times, I have been asked to update something that had third party components, only to find that the company had gone out of business. Also, there can be licensing issues

RE: [Flashcoders] ActionScript Application Framework

2006-07-18 Thread Pedro Furtado
I think it's a very good Idea and if someone sets it up, coders will appear and help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Britton Sent: terça-feira, 18 de Julho de 2006 20:09 To: Flashcoders mailing list Subject: Re: [Flashcoders]

[Flashcoders] RE: ExternalInterface. How to get called from flash in xml flavor?

2006-06-16 Thread Pedro Ruiz de Valdivia Molina
Hi people, Finally I've got the answer to my question: It seems that there is not a feasible way to achieve that Flash Player (Netscape Plug-in) calls into its wrapper using the XML pattern that uses its brother (ActiveX Flash Player). Thus, the solution is to interpret the chunk of

[Flashcoders] Flash and pocket pc

2006-06-06 Thread Pedro Furtado
Hi there, does anyone know about any alternatives to Zinc as wrapper for pocket pc? The reason I ask is because I can’t achieve the correct screen resolution with Zinc. If I load the swf in explorer I get 480x640 if I use Zinc I only get 240x320. TIA. Pedro Furtado | Software Engineer

RE: [Flashcoders] Flash and pocket pc

2006-06-06 Thread Pedro Furtado
Hi, Thx, I've also tested with ant but it's even worse :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Watts Sent: terça-feira, 6 de Junho de 2006 15:39 To: Flashcoders mailing list Subject: RE: [Flashcoders] Flash and pocket pc Hi there, does

[Flashcoders] [OT] Job application

2006-06-02 Thread Pedro Furtado
Hi, The company I work for is currently recruiting one more actionscript programmer, if your interested check the website below and search for job application :-). Pedro Furtado | Software Engineer | mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] | +351 938303212 YDreams - Informática S.A

[Flashcoders] ExternalInterface. How to get called from flash in xml flavor?

2006-06-01 Thread Pedro Ruiz de Valdivia Molina
will be welcome. Best regards. Pedro Ruiz de Valdivia Molina Telf.- 91 573 08 08 ext.: 280 mail.- mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com To change your

<    1   2   3   >