Archive for flash

Hidden heroes.

I really like that page.

hiddenHeroes

http://www.hidden-heroes.net

Facebook App sourcecode

After beeing asked to publish my sourcecode for the ImageViewer app – here it is:

ImageViewer.zip

Notes:

  1. free to use
  2. no warranty
  3. no documentation
  4. osx zip (might cause package problems on win)

Augmented Reality with image as marker

using flash. This is a great SURF implementation in flash! I tested it this week and it works great. Check it out. The code is here. Blogpost is here

ASSURF [multiple references] from Eugene Zatepyakin on Vimeo.

my first Flash Facebook app

Recently I created a facebook app called “ImageViewer”.

The App shows your Photos in fullscreen, and you can also browse through your friend’s photos.

http://apps.facebook.com/showmypics/

fb_imageViewer

Here are some coding hints:

  • you can’t use fbml (doesn’t allow flash fullscreen)
  • you need some php params provided in the iframe url (session secret…)
  • using “WebSession” for the Facebook authentication worked fine for me
  • I couldn’t find a way to test the app locally. So I highly recommend a FTP ant task for a good workflow
  • Working with one big model class (handling the whole facebook data) worked fine.
  • It wasn’t as anoying as I thought ;)

AS3 Audioplayer Muxx

After working with the great videoplayer Pyro I decided having a good audioplayer would be nice aswell. I couldn’t find anything similar to Pyro so I wrote one by myself. I rarely tested it, but all functions seem to work nice.

more infos and download

SURF now for flash

What is SURF? It’s feature point detection. Just watch the video and you will understand it.

Exploring features… from Eugene Zatepyakin on Vimeo.

Eugene wrote a great outstanding BRILLIANT version for Flash (FP 10). You can find more infos here

AS3 Performance Test package

Just check it out. I didn’t test it myself by I will as soon as i run in performance problemes.

http://www.gskinner.com/blog/archives/2009/04/as3_performance.html

another great 3d engine

The engine looks really nice. Unfortunately I couldn’t find a “switch to english” button on the website.

infinity3d-engine

http://infinity3d-engine.com/ru/

« Older Entries