Difference between revisions of "Basic Android"

esse quam videri
Jump to: navigation, search
Line 14: Line 14:
 
*Android NDK
 
*Android NDK
 
**we're not covering this http://developer.android.com/sdk/ndk/index.html
 
**we're not covering this http://developer.android.com/sdk/ndk/index.html
 +
 +
<html>
 +
<script type='text/javascript' src='http://iam.colum.edu/videotutorials/mediaplayer-5.2/swfobject.js'></script>
 +
<div id='mediaspace2'>This text will be replaced</div>
 +
<script type='text/javascript'>
 +
var so = new SWFObject('http://iam.colum.edu/videotutorials/mediaplayer-5.2/player.swf','mpl','800','600','9');so.addParam('allowfullscreen','true')
 +
;so.addParam('allowscriptaccess','always');
 +
so.addParam('wmode','opaque');
 +
so.addVariable('file','http://iam.colum.edu/screenz/Video_Tutorials/Android%20Basics/Android%20Basics.mp4');
 +
so.write('mediaspace2');
 +
</script>
 +
</html>

Revision as of 01:48, 19 July 2011

Android Basics

This text will be replaced