RE: [Flashcoders] Cache Killer... is it bulletproof ???

2007-03-05 Thread Steven Sacks | BLITZ
The user would have to reset their clock and make the request at the EXACT SAME MILLISECOND in time. It's nigh impossible. It will never ever ever EVER happen. You're good to go. var d:Date = new Date(); var noCache:String = String(d.getTime()); var xmlPath:String =

Re: [Flashcoders] AS3... when to start?

2007-03-05 Thread Omar Fouad
allright thanks On 3/4/07, Kalani Bright [EMAIL PROTECTED] wrote: I don't know about FDT or what that was based on. I know Adobe purchased a company which produced Eclipse related plugins such as JSEclipse. Which probably is how they got Flex Builder built so fast. As far as Flex goes

RE: [Flashcoders] AS3... when to start?

2007-03-05 Thread Seth Caldwell
If you have an ounce of artist in you please avoid Flex. I would disagree with this entirely. Flex frees up an artist to focus on the areas they want to work with. If you're a UI artist, sure, avoid flex. Telling an artist to avoid flex in flash development would be like telling a video game

RE: [Flashcoders] Cache Killer... is it bulletproof ???

2007-03-05 Thread Karina Steffens
Also check out my blog entry on the subject - http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm The Flash IDE doesn't like the cache-busters so you need to test System.capabilities.playerType before appending the query. Karina -Original Message- From: David

RE: [Flashcoders] AS3... when to start?

2007-03-05 Thread Alain Rousseau
The thing is, are you a graphic designer or a programmer? If the first, i'd recommend you stick with Flash, otherwise it's up to you to choose. Not all Flash websites are RIA, but they are tending to be so more and more. hence the need of a team : Designers -Flash , Programmers - Flex or FLash

[Flashcoders] Please remove me from your email lists!

2007-03-05 Thread Tony Accurso
Hi, can you please remove my email from your list??? I have tried several times before with no success. I hate to site the Cann-spam act on your org, and pursue this to a deeper resolution. thanks... _ Play Flexicon: the crossword

[Flashcoders] posting Problem...

2007-03-05 Thread Omar Fouad
Every time a write a post in this list i get a mail delivery notification failure mail... why? -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not

[Flashcoders] Re: [AS3] Timers behaving erratically

2007-03-05 Thread Erica Norton
Hi, Best practices say that when done with an event listener, it should be removed. If you're not removing it (them) anywhere else, you should remove it with your destroy function. This is also an excellent time to kill any streams, stop sounds, stop timers, etc. In fact, it's recommended

Re: [Flashcoders] posting Problem...

2007-03-05 Thread Gustavo Duenas
so do I On Mar 5, 2007, at 2:16 PM, Omar Fouad wrote: Every time a write a post in this list i get a mail delivery notification failure mail... why? -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never

Re: [Flashcoders] posting Problem...

2007-03-05 Thread Gustavo Duenas
any ideas to avoid or get of rid of that problem with andreas' email? Regards Gustavo P.s: who I need to talk...write. On Mar 5, 2007, at 2:43 PM, Alain Rousseau wrote: it's because it fails to deliver the message to the following address : Recipients and delivery history [EMAIL

Re: [Flashcoders] posting Problem...

2007-03-05 Thread Omar Fouad
I think u can't get rid of it unless that email owner unsubscribes from the list as the list won't send him more emails. this way no failure notification would pop up On 3/5/07, Gustavo Duenas [EMAIL PROTECTED] wrote: any ideas to avoid or get of rid of that problem with andreas' email?

Re: [Flashcoders] posting Problem...

2007-03-05 Thread Gustavo Duenas
ok, I rephrased, this issue with andreas' email allow us or not to post ? so if someone has the same problem as us...reply us to know the rest of you don't have problems reading our posts, because as I though, nobody knows about our recent posts. Regards Gustavo On Mar 5, 2007, at

[Flashcoders] free flv player with lister component URGENT

2007-03-05 Thread Eric Walton
Greeting all Flashcoders, Anyone know of a free flv player with lister component? One that works right out of the box. My client has purchased a couple others and they have errors or are buggy or just plain do not work. I am even willing to have him purchase another one however I need to

[Flashcoders] AS3 parseFloat issue?

2007-03-05 Thread elibol
Hi guys, I've been writing some code that evaluates operations from strings, and when doing some stress testing, I think I may have discovered a problem. Those who are interested in helping me verify the problem can run this test in actionscript 2.0 and again in actionscript 3.0. var a:String

[Flashcoders] Flex 360 Conference

2007-03-05 Thread Phil Dupré
Anyone at this event here in San Jose? ~Phil ___ 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 Premier

[Flashcoders] Number -- how good for use as an integer?

2007-03-05 Thread Douglas Pearson
Can someone clarify whether Number is actually just a simple wrapper round a double precision floating point value? The reason I'm asking is I'd like to know how accurately Flash can store integers. With AS3 there's a true int type added but in AS2 how reliable is Number at storing and

Re: [Flashcoders] free flv player with lister component URGENT

2007-03-05 Thread Matheus Araujo
This is a good one: http://www.jeroenwijering.com/?item=Flash_Video_Player On 3/5/07, Eric Walton [EMAIL PROTECTED] wrote: Greeting all Flashcoders, Anyone know of a free flv player with lister component? One that works right out of the box. My client has purchased a couple others and they

[Flashcoders] Camera Privacy Dialog Box

2007-03-05 Thread Edmund Kim
Any way to re-skin this dialog box or to replace the allow camera access interaction with a button/ActionScript within the Flash movie? Thanks. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Number -- how good for use as an integer?

2007-03-05 Thread Mick G
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_13989 I think you may have to put some Math.round(); around some of your values just in case. On 3/5/07, Douglas Pearson [EMAIL PROTECTED] wrote: Can someone clarify whether Number is actually just a simple wrapper round a double

Re: [Flashcoders] Flash video player / modular component

2007-03-05 Thread Eric Walton
Carlos, I just spoke with Kurt at http://www.kurtboeker.com/his flv vid player is here: http://www.kurtboeker.com/videopopup/player.html However it and most of them will only play FLV's and will not play swf's But you could build out something with iframes like this. It will be available

Re: [Flashcoders] Number -- how good for use as an integer?

2007-03-05 Thread Jim Cheng
Douglas Pearson wrote: Can someone clarify whether Number is actually just a simple wrapper round a double precision floating point value? Is this a problem with Flash? If so, any solutions? Internally, it's a 32-bit single precision float and doesn't play well if you need arbitrary

Re: [Flashcoders] AS3... when to start?

2007-03-05 Thread Micky Hulse
Hey all. Thanks for all the great replies... Thanks for all the help. :) Unfortunately, it looks like all my replies to your emails have bounced from the chattyfig address... not sure why. I will try to re-organize my responses and send again -- hopefully they go through this time! Thanks,

[Flashcoders] Flash + SWFObject + innerHTML + IE7 problem

2007-03-05 Thread Joshua Sera
Here's the situation: I've got a div, within which is a bunch of content. I'm passing the contents of that div to a SWFObject using document.getElementById(content).innerHTML using Flashvars. Everything works hunky-dory in Firefox, but the .swf gets nothing in IE7. Is this a result of IE7's

Re: [Flashcoders] AS3... when to start?

2007-03-05 Thread Micky Hulse
NOTE: All my replies to the list bounced yesterday... so I am re-sending... Sorry in advance if below email is not formatted well. Kinda frustrated that my emails bounced -- Time wasted. :( Hi Kalani, many thanks for your help! Your reply has greatly helped me. :) Kalani Bright wrote: I

Re: [Flashcoders] AS3... when to start?

2007-03-05 Thread Micky Hulse
NOTE: Not sure why bounced emails... The error was: I'm sorry to have to inform you that your message could not be be delivered to one or more recipients. It's attached below. Re-sending email(s)... sorry in advance if fomatting is screwy. :( Stan Vassilev wrote: Well the future is AS3. AS3

Re: [Flashcoders] Flash + SWFObject + innerHTML + IE7 problem

2007-03-05 Thread T. Michael Keesey
I haven't had that problem. Make sure you escape your data, since SWFObject doesn't do this automatically: function getInnerCode(id) { var element = document.getElementById(id); return escape(element.innerHTML.toString()); } On 3/5/07, Joshua Sera [EMAIL PROTECTED] wrote:

Re: [Flashcoders] AS3... when to start?

2007-03-05 Thread Micky Hulse
Note: Sorry about the funky formatting. Muzak wrote: Hi Micky, see inline reply. Hi Muzak, ditto. :) I just picked-up Actionscript 3.0 Cookbook (O'Reilly) today, and found myself pondering this: Is it time to make the switch from v2 to v3 AS? That (as always) depends on your goal

Re: [Flashcoders] AS3... when to start?

2007-03-05 Thread Micky Hulse
Note: Grrr, this is the one thing I hate about Thunderbird and text-only emails hard to reply/copy/paste quoted emails and retain the nice formatting. Kalani Bright wrote: As far as Flex goes verything can be done in Flash. If you have an ounce of artist in you please avoid Flex.

Re: [Flashcoders] Flash + SWFObject + innerHTML + IE7 problem

2007-03-05 Thread Joshua Sera
Yup. I'm doing that, but that's not working either. It's also not working in Safari. ARGH! --- T. Michael Keesey [EMAIL PROTECTED] wrote: I haven't had that problem. Make sure you escape your data, since SWFObject doesn't do this automatically: function getInnerCode(id) { var

Re: [Flashcoders] AS3 parseFloat issue?

2007-03-05 Thread Fumio Nonaka
I am not sure whether it is a bug or by design, though. var test0_str:String = 6.30e+51; var n0:Number = parseFloat(test0_str); trace(n0); trace(n0 == (6.30e+51)); trace(n0-(6.30e+51)); // ActionScript 3.0 6.30e+51 false 1.32922799578491e+36 //