News for September 2010

Learn iPhone programming in Tokyo

If you are interested in learning to program iPhones and iPads then come along to the Tokyo Hacker Space weekly iPhone developer’s group. We do everything from the basics upwards so whether you are a beginner or more advanced please come along.

Day: Every Monday

Time: 7pm

Cost: 1500 JPY (Free for members of Tokyo Hacker Space)

Map:


View Larger Map

Map for mobile devices

Posted: September 27th, 2010
Categories: iPhone
Tags: , , ,
Comments: No Comments.

Embed a flash file in HTML

This is the first of some very elementary Flash tutorials I will be posting here. This is an exercise in keeping all the cool flash code I have learned in one easy place for me and hopefully to help others. So here is some code I use to embed flash files in HTML pages:

<object width=”275″ height=”200″>
<param name=”movie” value=”yourfile.swf”>
<embed src=”yourfile.swf” width=”275″ height=”200″>
</embed>
</object>

And that’s pretty much it.

Posted: September 22nd, 2010
Categories: flash
Tags:
Comments: 1 Comment.