Flash AS3 integration in Facebook Apps (Part 1 of 2)
![]()
Rastafarize! allows you to pull your own or friend’s profile picture and ‘rastafarize it’, upload the result as a JPG on the server and save the data on a database.
All right so now you got the Flash part understood from part 1/2, let’s look at the FB app structure and play with some PHP/MySQL/FBML
![]()
![]()
Rastafarize! allows you to pull your own or friend’s profile picture and ‘rastafarize it’, upload the result as a JPG on the server and save the data on a database.
This is a really COOL library, I wanted to share it with you!
Today a quick post to show you one way to do horizontal scrolling.
Get Adobe Flash player
Here a simple Flash MP3 player. You can download the source and customize the skin as you like.
Simple and clean, I hope you enjoy it!
# package classes
# {
# import flash.display.MovieClip;
# import flash.events.Event;
# import flash.events.MouseEvent;
# import caurina.transitions.Tweener;
# import flash.media.Sound;
# import flash.media.SoundChannel;
# import flash.media.SoundMixer;
# import flash.media.SoundTransform;
# import flash.net.URLRequest;
Layers and Transitions?
Basically, a first image is loaded, then if any layer available, 1 or 2 layers are added on top. After a few second a new image is loaded and added on stage via a transition (blur-off) over the old image and its layers.
Here’s the xml source:
download the zip here
and here is the Action [...]
First of all, Welcome and Thank You for reading this first post!
In this fresh new Blog (thanks to the WordPress Community), I’ll be posting articles about CODING!!
I’ll post some code that will hopefully save you some headaches and will explain to the newbies a little bit more about OOP …or at least what I’ve understood [...]