Re: [Flashcoders] yet another screwing from micrsoft

2006-04-01 Thread Byron Canfield
Additionally, the proposed solutions, whether embedded JavaScript or external JavaScript files are entirely ineffectual for those who have changed the browser settings to disallow JavaScript execution -- not all that uncommon in this, the age of the pop-ups. -- Byron "Barn" Canfield > I couldnt

[Flashcoders] webcam help? please.....

2006-04-01 Thread Aaron Smith
Sorry i'm asking this here. I put it in some forums online and am not getting any responses. So I figured ya'll could help me out. Does anyone know of any webcams that work with MAC OS X other than an iSight?? If not, does anyone know if AOL AIM Video chat will work with iChat on OSX? ( AIM to

Re: [Flashcoders] yet another screwing from micrsoft

2006-04-01 Thread Jim Kremens
Well, anyone who's disabled Javascript is going to miss out on half of the web at this point... Jim Kremens On 4/1/06, Byron Canfield <[EMAIL PROTECTED]> wrote: > Additionally, the proposed solutions, whether embedded JavaScript or > external JavaScript files are entirely ineffectual for those w

Re: [Flashcoders] yet another screwing from micrsoft

2006-04-01 Thread Mick G
The discussion on this seems to be broken into 3 groups 1. "Microsoft - how could they do this to us" 2. "Look at all the money you can make charging clients to implement the fix" 3. "Such a nightmare to implement - panic stations!" My thoughts/responses... 1. Microsoft didn't WANT this to happe

Re: [Flashcoders] Good Math script for sheet movement when draged on table

2006-04-01 Thread Bart Wttewaall
What's your question? If you're looking for a way to script animation, use the Tween class. 2006/3/31, INK. <[EMAIL PROTECTED]>: > Hi, List? > Anyone seen subj? Something real-life and natural motion? > > Thanks. > > ___ > Flashcoders@chattyfig.figleaf.c

Re: [Flashcoders] testing

2006-04-01 Thread Bart Wttewaall
loud and clear 2006/3/31, Christian <[EMAIL PROTECTED]>: > testing... coming through? > > ___ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > >

Re: [Flashcoders] MTASC and spaces in classpath

2006-04-01 Thread Alain Rousseau
Escaping spaces is fine in the Terminal, but not in Eclipse using Flashout. That's the issue here, how to define the Class Path in Eclipse. I've read a post about it at http://www.pixelmotive.de/blog/archives/2005/06/fame_on_mac.php Basically what it says is to create a shell script that "catches

[Flashcoders] PayPal issues

2006-04-01 Thread dave matthews
A few days ago some one was asking about PayPal issues, PayPal offers a developer's link to webassist.com for an .mxp file for .swf based access to a PayPal account. After days of messing with it and searching forums, this showed up on a webassist.com thread:- Product: WA PayPal eComme

Re: [Flashcoders] PayPal issues

2006-04-01 Thread Mike Britton
Thanks Dave, that's good to know. You have to love when a company stops supporting a product and fails to notify us about it. Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.

Re: [Flashcoders] MTASC and spaces in classpath

2006-04-01 Thread Chris Allen
Oh yes, the old Flashout on Macintosh problem; sorry that I didn't realize that was what you were referring to. I haven't been using Flashout; I find that Ant just works better for my work flow. Many others seem to agree. Anyway, if you are interested there are some excellent Ant utilities for b

[Flashcoders] Flash e-commerce site

2006-04-01 Thread Helios Pregioni Bayma
Hi, I have to define what technologies and how much I´ll ask for an e-commerce Flash website. I pretend using PHP and MySQL and did read that it´s better using already made codes, is it true? Does anyone knows a good one? The store will accept payment with all credit cards and Pay Pal. I have exp

[Flashcoders] Flash and the OBJECT tag or EMBED tag in HTML ...

2006-04-01 Thread Stephen Ford
Can anyone tell my why the following icon/image appears momentarily in the top left of my browser screen when visiting my website: (click link to see image) http://i56.photobucket.com/albums/g194/CarlosBrems/image.gif Is this something to do with the OBJECT tag or EMBED tag that I have accident

[Flashcoders] Idea- beta tester contest.

2006-04-01 Thread Manuel Saint-Victor
I came across this articlewhile doing some reading about Sun's Mustang. What caught my attention was the mention of a contest run by sun to find errors in regression tests in the new Java. Now I might have t

[Flashcoders] Object move

2006-04-01 Thread Olasz Róbert
Hi all! Since this time i was only a reader of your mailing list, but now I have a problem which needs help. I have 2 rectangles on the sceen. I can scale them with a slider, but i would like to move one of them left to right and back also a slider. Ive attached the code the last row should move

Re: [Flashcoders] Object move

2006-04-01 Thread stacey
Have you traced back the value you are trying to use to change the x pos? lap2_mc._x += int ((slidertav_mc.slider_mc._x + slidertav_mc.width/2)+100); Shouldn't it be _width? try going : var amount:Number=(slidertav_mc.slider_mc._x + (slidertav_mc._width/2)+100); Also, one thing you could do