Quantcast
Channel: Thaylin... that's me! » coding
Browsing latest articles
Browse All 10 View Live

Recursive method annoyance

So I’ve been working on incarnations of a mapping application over the last year or so and am rather happy with how it’s been growing so far but one thing has come to my attention.  The map pulls in...

View Article



Not so recursive method annoyance fix

Ok just first of all, I would like to point out that the method in my previous post was in all actuality not a recursive method. It loops through objects in that class but not the same object...

View Article

Facebook chat update

[Quick Update] I discovered there’s actually a class in the actionscript api called SendLiveMessage. Not sure yet if I can utilize this to listen for updates from facebook but it’s a start.

View Article

Javascript injection via as3 to embed external libraries

On my quest to make the facebook actionscript connectivity as easy to work with as possible I needed to be able to reproduce the ?View Code ACTIONSCRIPT1 <script src="myExternalLibrary.js"> call...

View Article

the down lo on ExternalInterface and javascript injection via actionscript 3

Yesterday I did a presentation on ExternalInterface and it’s uses along with how to inject javascript on the page and a few other tidbits at FlashCodersNY. Here’s the zip file with the project we went...

View Article


crossdomain gateway or “How can I get that data!”

A lot of sites today are very open with their APIs allowing users from other sites to retrieve their data, but sometimes you’ll come across websites that may not have that same open access. When their...

View Article

Dynamic class property retrieval

I’m taking a break from the pattern tutorials for the moment to write the as3 facebook connect integration library I’ve been meaning to write. With that said, here’s a little method I didn’t realize...

View Article

setting properties at runtime from xml or css

Mainly this is just a post to remind myself in later times about this code snippet but basically this will work with any class with accessible variables. Take an xml node such as ?View Code XML1...

View Article


code reviewing and tons of debugging info!

In the last month or so I’ve been tasked with reviewing a project for performance profiling and just code cleanup in general. It’s been quite a task as I wasn’t familiar with a single part of the code...

View Article


Helpful snippet for me at the moment

Here’s a handy little code snippet. Need to append the placement of a number? Use this! ?View Code ACTIONSCRIPT1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 private function getNth (num:Number):String {...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images