Re: [Flashcoders] AS2 - Code not working in FP10

2008-11-06 Thread Charles Parcell
Is there a live link that shows this and we can test our FP versions on it? Charles P. On Thu, Nov 6, 2008 at 5:26 AM, FlashDev [EMAIL PROTECTED] wrote: Yeah its just wired how it works in FP9 and not FP10 and I was wondering if it was this code or if it could be something else!? -

[Flashcoders] Easing a selection

2008-11-06 Thread Eric E. Dolecki
I was thinking about this the other day... easing of a selection of items in a list. Now, one could move a selector with a mouse, and then kind of throw it and then check the onUpdate of it's single ease (use speed as the determination for how far it should travel) to check if it's within the

Re: [Flashcoders] AS2 - Code not working in FP10

2008-11-06 Thread FlashDev
Yeah its just wired how it works in FP9 and not FP10 and I was wondering if it was this code or if it could be something else!? - Original Message - From: sebastian To: Flash Coders List Sent: Wednesday, November 05, 2008 10:23 PM Subject: Re: [Flashcoders] AS2 - Code not

[Flashcoders] Flash Pro 8 working with 9, but not 8

2008-11-06 Thread Lehr, Ross (N-SGIS)
Hey All, I've run into a funny issue. I am working in Flash 8 Pro and I have recently discovered that my .swfs load from the server if Explorer has the version 9 plug-in, but will not work with version 8 (I get a red X where the .swf should be).I have my preferences set to create

Re: [Flashcoders] AS2 - Code not working in FP10

2008-11-06 Thread FlashDev
yeah view it hear... www.maryjanefashion.com/index.php SJM - Original Message - From: Charles Parcell To: Flash Coders List Sent: Thursday, November 06, 2008 2:26 PM Subject: Re: [Flashcoders] AS2 - Code not working in FP10 Is there a live link that shows this and we

RE: [Flashcoders] FW: [Flash_Tiger] Outsourcing and Actionscript specs

2008-11-06 Thread Merrill, Jason
I agree with Joel; your best bet is to provide a highly detailed design spec with complete API, and also provide guidance on what components to extend, etc. The downside is that it takes a lot of time to do all of this work, and depending on your particular situation, it may be unrealistic.

RE: [Flashcoders] AS2 - Code not working in FP10

2008-11-06 Thread Eamonn Faherty
Me too! haha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric E. Dolecki Sent: 06 November 2008 15:46 To: Flash Coders List Subject: Re: [Flashcoders] AS2 - Code not working in FP10 I opened that up at work and was presented was some chicks ass

Re: [Flashcoders] AS2 - Code not working in FP10

2008-11-06 Thread Eric E. Dolecki
I opened that up at work and was presented was some chicks ass pulling jeans up on it. Someone walking by thought it was humorous. On Thu, Nov 6, 2008 at 10:26 AM, FlashDev [EMAIL PROTECTED] wrote: yeah view it hear... www.maryjanefashion.com/index.php SJM - Original Message -

Re: [Flashcoders] AS2 - Code not working in FP10

2008-11-06 Thread FlashDev
haha! some how you both managed to get the same random image! nice ass tho isnt it! :o) - Original Message - From: Eamonn Faherty To: Flash Coders List Sent: Thursday, November 06, 2008 3:52 PM Subject: RE: [Flashcoders] AS2 - Code not working in FP10 Me too! haha

Re: [Flashcoders] AS2 - Code not working in FP10

2008-11-06 Thread Paul Andrews
LOL - it took me a few goes.. ;-) - Original Message - From: FlashDev [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, November 06, 2008 4:15 PM Subject: Re: [Flashcoders] AS2 - Code not working in FP10 haha! some how you both managed to get

[Flashcoders] Scrollable Text Input Field?

2008-11-06 Thread Preston Parris
Can anyone point me in the right direction as to how to create a text input field with a custom scrollbar, I have everything set up , I have my custom scrollbar, and a text input field that scrolls when you move the scroller thumb. The problem is that since it is a text input field, I need to be

Re: [Flashcoders] Easing a selection

2008-11-06 Thread sebastian
Erm, I am not sure I understand; so let me paraphrase: You want to scroll one area based on the position of a mouse in another, right? If so, just measure the bounds [x/y difference] from some center range and apply a Tween to the area you want to scroll. BTW: I would generally always

Re: [Flashcoders] Easing a selection

2008-11-06 Thread Eric E. Dolecki
I am after tweening events more than the actual position of a selector. ie. class.increment(); short pause class.increment(); slightly longer pause class.increment(); even longer pause... until stop So I would be providing a UI of selected items via visual easing. I think I have this nailed

[Flashcoders] Edit SWF file server side via PHP

2008-11-06 Thread Mick G
I have a SWF that I want to be able to change a few variables server-side via PHP. I know there is MING (libming.org) but would prefer not to have to go to this much trouble and am hoping I can do this via PHP. From a post here

Re: [Flashcoders] Easing a selection

2008-11-06 Thread sebastian
Oh do you mean easing? So as it approaches its destination it moves slower and slower? If so, there are many packages that already do this for you, so no need to reinvent the wheel. All you need to do is call it. One such package is TweenLite: http://blog.greensock.com/tweenliteas3/ Just

Re: [Flashcoders] Easing a selection

2008-11-06 Thread dr.ache
I do not understand a word.What are selectors ? You just want to have pauses with different lengths between function calls? Like another one said: use tweenlite (e.g) and use delay or tween groups. Eric E. Dolecki schrieb: I am after tweening events more than the actual position of a selector.

Re: [Flashcoders] Easing a selection

2008-11-06 Thread Eric E. Dolecki
I use TweenLite daily, but I am not tweening the properties on a DisplayObject, I am easing the call of methods over time. I believe that a timer, setting the delay after each call, and based on a number of times to call might serve me well. On Thu, Nov 6, 2008 at 5:44 PM, sebastian [EMAIL

[Flashcoders] AS1 and ExternalInterface.available

2008-11-06 Thread Morten
Hi. I'm struggling with ExternalInterface in an old AS1 project while trying to get SWFAddress to work. The calls to the JavaScript never make it, and I've traced it to this in the SWFAddress.as: if (this._availability SWFAddress._init) {

Re: [Flashcoders] Edit SWF file server side via PHP

2008-11-06 Thread Ian Thomas
You could take a look at swfmill - I've done something similar before using PHP to call it. http://www.swfmill.org HTH, Ian On Thu, Nov 6, 2008 at 10:19 PM, Mick G [EMAIL PROTECTED] wrote: I have a SWF that I want to be able to change a few variables server-side via PHP. I know there is

[Flashcoders] AS3 - SWFAddress - problem linking to /

2008-11-06 Thread Jason Van Pelt
Hello all, I'm using swfaddress and puremvc on a site that is about 90% done. Everything works well in the Flash IDE and in the browser with one exception -- I have a home button that navigates to / using swfaddress. However, ONLY in the browser the SWFAddressEvent is fired twice. If I replace /

Re: [Flashcoders] Easing a selection

2008-11-06 Thread Zeh Fernando
There's maybe some elegant way to do that with normal Timers, or maybe to wrap around a function to make TweenLite use it, but if you're in a hurry, Tweener does that with the (slightly) cryptic addCaller() method: http://hosted.zeh.com.br/tweener/docs/en-us/methods/Tweener_addCaller.html Zeh

Re: [Flashcoders] AS3 - SWFAddress - problem linking to /

2008-11-06 Thread sebastian
Hi I had this issue a couple of years ago too. It's hard for me to remember exactly, but I believe that I changed the onChange function to simply set a variable with the page name, instead of calling the page event immediately -- and then used a different event to read the set variable when it