[Flashcoders] flash forms problem

2009-08-06 Thread Gustavo Duenas
Hi coders, I have this code for a flash form import flash.display.*; import flash.events.*; import flash.text.*; import flash.net.*; this.sent.addEventListener(MouseEvent.CLICK, sendMessage); function sendMessage(e:Event):void { var variables:URLVariable

RE: [Flashcoders] manage conent of multiple frames with a singleframescript

2009-08-06 Thread Merrill, Jason
I would tell you this would be the perfect case to move away from the timeline instead of managing frames, but that's a whole other huge discussion on OOP development in AS3. But something to consider if you are up for it. Jason Merrill Bank of America Global Learning Shared Services Solu

Re: [Flashcoders] manage conent of multiple frames with a single framescript

2009-08-06 Thread Joel Stransky
google addFrameScript() On Thu, Aug 6, 2009 at 11:19 AM, Isaac Alves wrote: > I would lke to know if I can manage the content of multiple frames without > having to create a script for each frame. > > project: > This is part of a type of "powerpoint style" presentation in flash. another > time I

[Flashcoders] Job Opening at Bank of America

2009-08-06 Thread Merrill, Jason
Oops -forgot to change the subject line. Here it is again. Sorry if this is a cross post for some, in this economic climate, I'm hoping job postings are OK. Let me tell you, I LOVE my job, and there is an opening on my team. We build e-learning web-based training, learning interactions, learni

RE: [Flashcoders] Free UML tool for AS3?

2009-08-06 Thread Merrill, Jason
Sorry if this is a cross post for some, in this economic climate, I'm hoping job postings are OK. Let me tell you, I LOVE my job, and there is an opening on my team. We build e-learning web-based training, learning interactions, learning games, performance support systems, infographics, learning-

[Flashcoders] manage conent of multiple frames with a single framescript

2009-08-06 Thread Isaac Alves
I would lke to know if I can manage the content of multiple frames without having to create a script for each frame. project: This is part of a type of "powerpoint style" presentation in flash. another time I'll certainly try to do it by loading everything in the XML, and no frame Nav. then the li

RE: [Flashcoders] Free UML tool for AS3?

2009-08-06 Thread Merrill, Jason
Great -thanks Matt. Jason Merrill Bank of America Global Learning Shared Services Solutions Development Monthly meetings on the Adobe Flash platform for rich media experiences - join the Bank of America Flash Platform Community -Original Message- From: flashcoders-boun...@

Re: [Flashcoders] bookmarking a dynamic flash page

2009-08-06 Thread Andrew Sinning
sounds like i need to use swfaddress! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] bookmarking a dynamic flash page

2009-08-06 Thread Ian Thomas
Andrew - check out SWFAddress: http://www.asual.com/swfaddress/ HTH, Ian On Thu, Aug 6, 2009 at 12:49 PM, Andrew Sinning wrote: > How could I let the user bookmark the current state of a dynamic flash page? >  I know how to save the current state of the movie and then just load that > as the

Re: [Flashcoders] bookmarking a dynamic flash page

2009-08-06 Thread Kenneth Kawamoto
SWFAddress? Kenneth Kawamoto http://www.materiaprima.co.uk/ Andrew Sinning wrote: How could I let the user bookmark the current state of a dynamic flash page? I know how to save the current state of the movie and then just load that as the default, but what if the user should be able to book

[Flashcoders] bookmarking a dynamic flash page

2009-08-06 Thread Andrew Sinning
How could I let the user bookmark the current state of a dynamic flash page? I know how to save the current state of the movie and then just load that as the default, but what if the user should be able to bookmark multiple states, each with its own address? Can javascript tell the browser to

Re: [Flashcoders] bookmarking a dynamic flash page

2009-08-06 Thread Sidney de Koning
Hi Andrew, You might want to check out SWFAdress ( http://www.asual.com/ swfaddress/ ) It work rather well and handles also opening other external pages and sending mail. We actually base all of our projects on it. HTH, Sid On Aug 6, 2009, at 1:49 PM, Andrew Sinning wrote: How could I le