Rich Rodecker’s blog on flash, flex, actionscript, javascript, and php, with a dash of randomness
Archive for October, 2006
Nice site with free AS source – physics, 3D,collision, more
Oct 22nd
Just stumbled across http://www.reflektions.com/miniml/ , which has lots of free downloadable actionscript that focuses on things like physics, 3D, kinematics, particles, collisions, and a bunch more.
I hate you espn.com
Oct 22nd
Thanks for reminding everybody why some people see flash as annoying intrusion. STOP IT WITH THE AUTOPLAY VIDEO — I DONT WANT TO SEE IT, and stop making me click the stop button 6 times before i get response.
Sending XML to PHP
Oct 5th
wow, i can't believe I've never run into this before, I guess I never had to send xml TO a php script from flash before. Anyway, there are two ways to read the xml being sent to the php page. The first is $HTTP_RAW_POST_DATA. This is a global variable created to hold content sent to the page that who's content type is not set to application/x-www.form-urlencoded or multipart/form-data. Using $HTTP_RAW_POST_DATA can be a little flaky because it depends on version/php ini information.
Another way to access the raw php data being sent to the page is to read from the input stream directly by using php://input. You would use that any place where you would pass a file name, such as:
According to the php docs, using php://input uses less momory than $HTTP_RAW_POST_DATA.
Freelance Flash Designers wanted
Oct 4th
Looking for a flash designer...ideal candidate would have experience creating portfolio sites for photographers. The closer to Los Angeles the better, but anywhere is ok. Please send an email or leave a comment with contact info and an link to an online portfolio (or links to work you've done) if you're available.
Also, if you're a freelance flash developer and you'd like to send me your info, please see this post.
macforge.com
Oct 4th
I was searching around for that open-source hosting site that Apple launched recently, http://www.macosforge.org/ (which is down at the moment) when I came across another similar site, macforge.net. There's TONS of projects there, in LOTS of software categories, at the moment they claim "40296 Projects Available". I love checking out new software for my mac, so if you do too head on over and start checkin.