A cool flash game

Find the star
Good idea behind the game: find a hidden star on each level.
Gameplay is usually based on creativity and not mouse skills or reaction time.
It is sometimes intuitive while some of the levels feel very unnatural.
Enjoy!

Share/Save/Bookmark

List of countries ready for ComboBox AS2

Having the need to populate a combobox with all the countries in the world for a new project, I was pretty sure I could find that information on the web.
Couple of google searches gave me nothing and since it shouldn’t be that hard to find them, I made my own list formatted the right way to feed a combo box in ActionScript 2.0.

All you need to do is to copy it inside an array and populate your ComboBox with it.

I hope it saves you a ton of hours of copypasting!

country list 2 combobox.doc

Share/Save/Bookmark

Google learning to index SWF files. Still a long way to go.

I’ve learned thru google’s blog that, on a collaboration with Adobe, the google bot can now index text inside a SWF. Yahoo is also capable of this apparently, since they were also involved with Adobe during the research.

The post on googleblog doesn’t give a lot of details but there is also a post at google webmaster central which provides much more information but stills manages to leave the important points in the dark.

Google spiders run the SWF file and clicks everywhere much like a hot blooded visitor would. Whenever it captures text, it gets indexed, If it finds a link, it add the target to it’s “to-crawl” lists and will eventually index it too.

That the good part but there are still plenty of limitations and a lot to accomplish.
Read the rest of this entry »

Share/Save/Bookmark