[Flashcoders] FlashVars - PHP - kind of a Flash question

2006-04-15 Thread Dave Mennenoh
For our new web site, we wanted to be able to provide a URL link directly to a specific portfolio item. I have that part working fine. For instance, a direct link to Jackie's hAiRT portfolio item is: http://www.blurredistinction.com/?sec=portmd=webid=32 Is there a way, once the vars are loaded

[Flashcoders] Re: Q: Flash Object vs UFO for flash detection and as eolas workaround

2006-04-15 Thread Jim Kremens
He said it well: 'As it stands, all of the features are crammed into one class file, the FlashObject.js, making it very hard to add/remove functionality without fundamentally reprogramming the entire tool.' IMHO, the code is very procedural, not object oriented. The cues for this are the

Re: [Flashcoders] Re: Q: Flash Object vs UFO for flash detection and aseolas workaround

2006-04-15 Thread Jim Berkey
Sounds wonderful, why don't you take it a step beyond words and show us js dummies how that would be done? We'd all worship at your shrine. jim - Original Message - From: Jim Kremens [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Saturday, April

Re: [Flashcoders] FlashVars - PHP - kind of a Flash question

2006-04-15 Thread Dave Mennenoh
The intermediate php page works a treat... http://www.blurredistinction.com/jump.php?sec=portmd=webid=32 Dave - Adobe Community Expert www.blurredistinction.com www.macromedia.com/support/forums/team_macromedia/ ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Re: Q: Flash Object vs UFO for flash detection and aseolas workaround

2006-04-15 Thread Jim Kremens
Sounds wonderful, why don't you take it a step beyond words and show us js dummies how that would be done? We'd all worship at your shrine. I don't get the need for hostility, but ok... I have seen javascript that adheres more to OOP standards. If you like OOP, and I do, then that sort of thing

Re: [Flashcoders] Q: Flash Object vs UFO for flash detection and as eolas workaround

2006-04-15 Thread bryan.rice
On Apr 15, 2006, at 3:46 AM, elibol wrote: I think you've taken someone elses opinion far too personally, otherwise I believe your question would be generally presented rather than personally scolding someone. WTF are you talking about? You obviously don't know me and obviously

Re: [Flashcoders] Active X and Microsoft IE ...

2006-04-15 Thread Dave Mennenoh
How to utilize the JavaScript fix when you're using FlashVars set by PHP? Is it possible for JS to retrieve data from PHP session variables? I've been doing some research this am but haven't been too lucky yet. Dave - Adobe Community Expert www.blurredistinction.com

Re: [Flashcoders] Re: Q: Flash Object vs UFO for flash detection and as eolas workaround

2006-04-15 Thread bryan.rice
On Apr 15, 2006, at 8:19 AM, Jim Kremens wrote: IMHO, the code is very procedural, not object oriented. The cues for this are the endless conditional statements. A good, encapsulated architecture can greatly minimize these... I can see part of your point, but to me Javascript (and

Re: [Flashcoders] Active X and Microsoft IE ...

2006-04-15 Thread Dave Mennenoh
Nevermind... one of those days. Looks like FlashObject will fit the bill nicely. Dave - Adobe Community Expert www.blurredistinction.com www.macromedia.com/support/forums/team_macromedia/ ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Re: Q: Flash Object vs UFO for flash detection and as eolas workaround

2006-04-15 Thread Jim Kremens
Hey guys, I have no problem discussing this and I am not offended. I am an OOP purist, and that annoys some people. I didn't used to be this way, I just ended up here... :-) That said, it's 75 degrees Fahrenheit outside in NYC today, which means its the nicest day of the year so far, and my

Re: [Flashcoders] Q: Flash Object vs UFO for flash detection and as eolas workaround

2006-04-15 Thread elibol
Yes you're right Bryan, I didn't consider that you might be someone who followed him, I didn't know that he was one who people followed. As for scolding, you were persistently nagging for an explanation. Yes I don't know you, and you don't know me, so how could you know who I think I am? Why would

Re: [Flashcoders] How to prevent cache of flash .swf file in web page?

2006-04-15 Thread Troy Rollins
On Apr 13, 2006, at 2:02 PM, Arthur Debert wrote: AFAICT most browsers won't cache an url with a query string. if this gets nasty write a script (server side or javascript on the client) that appends a random query string at the end. Including - META HTTP-EQUIV=PRAGMA CONTENT=NO-CACHE In

[Flashcoders] Re: Sorting objects within an Array

2006-04-15 Thread Stephen Ford
Thanks all. I found this function online and it works perfectly: - Array.prototype.sortOn = function(p){Array.$sortprop = p;var sortfunc = function (a, b){var p = Array.$sortprop;return b[p] a[p];

Re: [Flashcoders] Re: Sorting objects within an Array

2006-04-15 Thread Michael Bedar
Glad its working for you, but thats so Flash 6. On Apr 15, 2006, at 7:33 PM, Stephen Ford wrote: Thanks all. I found this function online and it works perfectly: - Array.prototype.sortOn = function(p){Array.$sortprop = p;

Re: [Flashcoders] Re: Sorting objects within an Array

2006-04-15 Thread JesterXL
Late to the thread. Doesn't Flash 7 have Array.sortOn built in? - Original Message - From: Michael Bedar [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Saturday, April 15, 2006 8:03 PM Subject: Re: [Flashcoders] Re: Sorting objects within an Array

Re: [Flashcoders] Re: Sorting objects within an Array

2006-04-15 Thread Michael Bedar
I think Flash 6 had sortOn. 7 added options... On Apr 15, 2006, at 9:06 PM, JesterXL wrote: Late to the thread. Doesn't Flash 7 have Array.sortOn built in? - Original Message - From: Michael Bedar [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com