Re: [Flashcoders] changing url without reloading page/swf in as2.0

2010-04-08 Thread Amol
Thanx - Original Message - From: Mattheis, Erik (MIN - WSW) ematth...@webershandwick.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, April 08, 2010 11:24 AM Subject: RE: [Flashcoders] changing url without reloading page/swf in as2.0

[Flashcoders] OT: DEBill

2010-04-08 Thread allandt bik-elliott (thefieldcomic.com)
hey guys sorry to fly off topic but as this is because of an internet discussion i thought you might like to join in is anyone here from the UK and worried about the digital economy bill because as a father of 2 and a flash developer who needs access to the internet, i'm bricking it pertinent

Re: [Flashcoders] OT: DEBill

2010-04-08 Thread Dave Watts
hey guys sorry to fly off topic but as this is because of an internet discussion i thought you might like to join in While I'm not from the UK, I do share your sympathies. But this is not the place to discuss this topic. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Re: [Flashcoders] OT: DEBill

2010-04-08 Thread allandt bik-elliott (thefieldcomic.com)
understood On 8 April 2010 15:01, Dave Watts dwa...@figleaf.com wrote: hey guys sorry to fly off topic but as this is because of an internet discussion i thought you might like to join in While I'm not from the UK, I do share your sympathies. But this is not the place to discuss this

[Flashcoders] ASDoc third party libraries

2010-04-08 Thread Merrill, Jason
Those of you who use ASDoc I'm sure have come across this before. If you use FlashDevelop and ASDoc - then even better as that is my setup. How do you handle running ASDoc on a Flash or Flex project where you are also using other third party libraries? If you run ASDoc on a project that uses a

[Flashcoders] Where to start

2010-04-08 Thread Dawood Suleman
Hello everyone. I have been dabbling in flash for a couple years, pretty farmiliar with the program etc. Getting more and more into AS3. I have been studying OOP and have gone through the Collin Moock's literature extensively, so I feel very comfortable reading and understanding code. My

[Flashcoders] IE7 reload stageWidth bug

2010-04-08 Thread Mattheis, Erik (MIN - WSW)
I'm up against the bug discussed here: http://code.google.com/p/swfobject/issues/detail?id=3 - on page reload, IE7 returns 0 for stage.stageWidth and stage.stageHeight. As a quick fix, I hardcoded stageWidth and stageHeight, but I need a solution that will allow the movie to figure things out

[Flashcoders] RE: IE7 reload stageWidth bug

2010-04-08 Thread Mattheis, Erik (MIN - WSW)
Seem to have found a fix - I placed all my code that relies on stage.stageWidth and stageHeight in a function positionElements and delayed the invocation of it: setTimeout(positionElements,1); _ _ _ Erik Mattheis Senior Web Developer Minneapolis T  952 346 6610 C 612 377 2272 Weber Shandwick

Re: [Flashcoders] RE: IE7 reload stageWidth bug

2010-04-08 Thread Meinte van't Kruis
That timeout isnt excactly bulletproof, but what the heck, fixing this bug never leads to a proper solution ;) Mine would be having a minimum height for the site(lets say 800) and a minimum width(lets say 600) and whenever dimensions goes under that, it automatically assumes a width of 800 and a

[Flashcoders] FLV Captioning Component not clearing old captions

2010-04-08 Thread Matt S.
So I'm using the FLV Captioning Component for a video player, and it's working great, except for one problem: There's a next video button that can be clicked at any time, to jump to the next video. Each video has its own captions xml file. If the next video button is clicked before the current

Re: [Flashcoders] IE8 - Strange display behaviour [SOLVED]

2010-04-08 Thread Alain Rousseau
I finally solved this one, For those interested in the solution here it is. It was merely a case of browser cache not acting as expected. So, I called the swf file with a date variable to prevent caching : script type=text/javascript var flashvars = {}; var params = {};

[Flashcoders] @#$% New iPhone Developer Agreement Bans the Use of Adobe’s Flash-to-iPh one Compiler

2010-04-08 Thread Carl Welch
http://daringfireball.net/2010/04/iphone_agreement_bans_flash_compiler I can't even explain how frustrated I am about apple. I just feel that Mr Job's is just giving the finger to so many people that have supported and promoted his company since day one. ugh. -- Carl Welch

RE: [Flashcoders] @#$% New iPhone Developer Agreement Bans the Use of Adobe's Flash-to-iPhone Compiler

2010-04-08 Thread Merrill, Jason
I know BRUTAL. I mean, wow - Apple knows Adobe is announcing CS5 on Monday. Should be interesting to see how they address that new Apple policy on the call. Some other links: Wired magazine: http://www.wired.com/gadgetlab/2010/04/iphone-developer-policy/ Peter Elst:

Re: [Flashcoders] @#$% New iPhone Developer Agreement Bans the Use of Adobe's Flash-to-iPhone Compiler

2010-04-08 Thread Jared
Someone said that this was just a proposed version of the policy, and that the 4.0 SDK isn't out until summer so they won't finalize it until then...we'll see Sent from my iPhone On Apr 8, 2010, at 6:25 PM, Merrill, Jason jason.merr...@bankofamerica.com wrote: I know BRUTAL. I mean,

Re: [Flashcoders] @#$% New iPhone Developer Agreemen t Bans the Use of Adobe’s Flash-to-iPhone Compiler

2010-04-08 Thread Mark Winterhalder
On Fri, Apr 9, 2010 at 3:00 AM, Carl Welch carlwelchdes...@gmail.com wrote: http://daringfireball.net/2010/04/iphone_agreement_bans_flash_compiler I can't even explain how frustrated I am about apple. I just feel that Mr Job's is just giving the finger to so many people that have supported and

Re: [Flashcoders] @#$% New iPhone Developer Agreement Bans the Use of Adobe's Flash-to-iPhone Compiler

2010-04-08 Thread jonathan howe
This really bugs me, as I have spent a lot of time with the Beta and the misery of figuring out all the stupid certificate process and paying for a developer membership... (a paid membership just to test an application on the device, from what I gathered). It's not enough to have a financial grip

Re: [Flashcoders] @#$% New iPhone Developer Agreement Bans the Use of Adobe's Flash-to-iPhone Compiler

2010-04-08 Thread Eric E. Dolecki
4.0 has not yet been released, the EULA isn't final yet. Have your tried out XCode and Interface Builder yet? Maybe they did this just to pucker some seat warmers today? ;) I dunno. Let's see how this shakes out. On Thu, Apr 8, 2010 at 9:58 PM, jonathan howe jonathangh...@gmail.comwrote: This