Fullasagoog

Flash, Actionscript and PHP current events news from Rich Rodecker.

Show all feed information | Ping Blog Update

Starbucks to Offer free Wifi using AT&T 4 years ago

I hate when I go someplace that offers Wifi and have to pay for it, simple as that. Most of the time when I have been forced to pay for Wifi access, t’s been those damn T-Mobile hotspots. I heard about this story, and I’m pretty sure I wasn&#

Client.Error.DeliveryInDoubt 4 years ago

Finally getting back into using Flex again, and was trying out the Remote Object tutorial here. Everything went fine for the Hello World tutorial, but I kept getting ‘Client.Error.DeliveryInDoubt’ messages from the PersonService. I read a co

FMS 3 SWF Verification 4 years ago

As mentioned in my previous post, one of my favorite new features of FMS is a security feature called SWF Verification, which is crazy easy to implement and very effective. You need to do two things: First, change the <SWFVerification enabled="false"&

Flash Media Server 3 out in the wild today 4 years ago

Hooray!  FMS3 gets released today.  I had a chance to play around with the beta and I gotta say it's pretty nice.  Turns out that some of favorite new features are actually the security features, my favorite being SWF Verification (which I was going t

LiveBuster - New Facebook App 4 years ago

I love launching new projects, especially ones that were as fun to work on as it is to use.  This one was the first Facebook app I’ve worked on, and it’s called LiveBuster.  The concept is simple, and fun…from the LiveBuster FAQ: 

Gotta love penetration 4 years ago

Wanna be successful?  Penetrate.  Advertising, marketing, self-promotion, facebook applications, anything really, get your name out there in the public consciousness, eventually people will look to you first (as long as you don’t drop the ball and

Flash Media Server 3 officially announced 4 years ago

Adobe has announced the pending release of Flash Media Server 3. Looks like they did wind up totally revamping the licensing scheme, and split the product into two versions: Flash Media Streaming Server, which provides streaming-only capabilites, and Fla

Setting the text color for the selected item in a List component in Flash CS 3 4 years ago

In AS2, there was a style named textSelectedColor that would allow you to set the text color of the text of a selected item in a list-based component. In Flash CS 3, it appears to have been removed, which means (unless I totally missed something obvious.

Adios, Dreamhost…hello mt 4 years ago

Got tired of dreamhost’s never-ending technical/hardware/email issues and made the jump to a mediatemple dv server. Took me a couple of days to get everything up and running and the dns switched over but I think I’m all good now. If I have t

Limit the use of ‘private’ in your AS 3 classes 4 years ago

In AS2, we really only had two access control modifiers for an object’s properties and methods…public or private (and you can through in static as well, but even static properties could be public or private). In AS 3, we have more options, an