Re: [Flashcoders] I am stuck

2008-10-18 Thread Anthony Pace
Hello to the people that responded, especially Glen Pike, Thanks for the responses; yet, this project is actually ajax (or AJAJ, a redundancy I know, considering I am really using Script source renewal) not flash, and I know how, actually I am very well versed, in loading data from external so

Re: [Flashcoders] I am stuck

2008-10-18 Thread Dave Mennenoh
1000.00? I'd have asked five times that minimum for 50 hours of work or I wouldn't have done it - especially in a rush and working in the evenings. You're getting like $20 an hour... and you still have to pay taxes on it. Not that I haven't done stuff on the cheap before, but it's been a while.

Re: [Flashcoders] I am stuck

2008-10-18 Thread Glen Pike
Hi, Loading data remotely, there are lots of options, but if you already have a working system, I would stick to it for this project. From the sound of things, you are loading HTML into Flash. If you are cunning, you may be able to ensure that the HTML is XHTML and then it may be poss

Re: [Flashcoders] I am stuck

2008-10-18 Thread Christoffer Enedahl
Hmm... I guess it could work. Here is how I see it. Why would you do this outside of flash? Cons: The user must have javascript enabled (Often not a problem) The remote data must reside on the html server (sort of) Data source can be detected by viewing source Pros: You already have coded t

Re: [Flashcoders] I am stuck

2008-10-17 Thread Anthony Pace
Does anyone know of a better way to load data from a remote source? My God I hate this job I am on. I like coding, but the guy I am working for is being pressured to pressure me to move faster. I am doing this thing in about 3 weeks on my own for a thousand bucks, during my weekends and even

[Flashcoders] I am stuck

2008-10-17 Thread Anthony Pace
I was sucked in to a project developing a contractor management system... there were problems with not knowing for sure if the data was being returned, and I needed the ability to load data from a remote source so: * I had the data be loaded in a script tag as an array, * then had the lo