Set useHandCursor = false for button to disable events behind it

Posted in Problems on January 31st, 2009 by eccheung4

I had this problem in Flash, which entailed disabling some dynamic buttons that had mouseover,mouseout and click events when they were moved under a certain area. This was easily solved by creating an invisible button and setting the property useHandCursor = false. So if you want to disable anything that moves under some area, you can just create a button and set its useHandCursor = false and anything below it will not work. I’m pretty sure I came across this problem before because it seems so familiar. Hopefully this post will help me remember how to solve it and others if they come across this problem as well

Tags: , , ,

AMFPHP 1.9 Beta

Posted in Flash, Projects on January 29th, 2009 by eccheung4

I’m working on a flash project that I used AMFPHP with before, but it was an older version.  I thought this might be a good time to try out AMFPHP 1.9 Beta.   So I thought I would add the resources and tutorials that I find here.  Its been pretty simple to setup so far following the docs. I used AMFPHP 1.2 before and one thing I’m glad that is gone is the Method Table.  Essentially you had to list the functions that were available for the service, which was annoying because if you made a change to the function params, you’d have to update the Method Table.

Here’s the list of related AMFPHP sites, if you have any other good links please share and I can update the list.

AMFPHP docs
AMFPHP 1.9 beta2 from SourceForge
Video Tutorial - Intro to AMFPHP 1 (gotoandlearn.com) - Set up and simple email service
Video Tutorial - Intro to AMFPHP 2 (gotoandlearn.com) - use mysql to return data
AMFPHP Security Basics based on this blog post by Wade Arnold

Integration with Drupal
Internal: Combining Drupal, AMFPHP, SWFAddress and Flash
Retrieving Drupal nodes with Flex 2
Groups.Drupal Adobe Technologies

UPDATE:
AS3 AMFPHP Tutorial List by Carlos Pinho - Great list, wish I found it earlier.

AS3 AMFPHP Class and Wrapper by Kyle Brekke - Easy to use class for AMFPHP

Tags: , , , ,

Mad Vertices Papervision 3D Contest

Posted in Papervision3d on January 15th, 2009 by eccheung4

Jim Foley at Mad Vertices is having a Papervision 3D Contest. This should be a good project for anyone looking to learn Papervision3D. He also has some great tutorials on the site that I used and still use to learn Papervision3D. Hopefully I’ll have some time to enter this contest.

Tags: ,

Actionscript 3.0 Animation

Posted in Flash on January 14th, 2009 by eccheung4

I just got Keith Peters, AdvancED ActionScript 3.0 Animation. It’s going to be fun going through this book, if only I had some time. I’ve been pretty busy lately so I’ll have to start looking through it during the weekend. I’ll be sure to post any cool stuff I build while reading the book.

Tags: , ,

thearmyexperience

Posted in Papervision3d, Projects on December 17th, 2008 by eccheung4

Here is the project I’ve been working on for Ignited that just pushed its next build live http://www.thearmyexperience.com. I mainly worked on the photo gallery, but I also helped fixed many other bugs through out the site. The only 3 major problems I had trouble figuring out was the OBJECT_CLICK event from the previous post, a good way to loop the gallery pictures, and this MOUSE_MOVE event with event.target and event.current target == stage that started popping up after I created the 3d gallery.

The Army Experience Center looks like a pretty awesome place to go if you are ever in the area.

Tags: ,