2.1.0.GAで確認
i18n/[ロケール]/app.xmlを用意する
# i18n/ja/app.xml
| /** | |
| * This file was auto-generated by the Titanium Module SDK helper for Android | |
| * Appcelerator Titanium Mobile | |
| * Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. | |
| * Licensed under the terms of the Apache Public License | |
| * Please see the LICENSE included with this distribution for details. | |
| * | |
| * var mod = require('org.selfkleptomaniac.ti.mod.stupidimagereader'); | |
| * var image = "washingmachine.jpg"; | |
| * |
| /** | |
| Create Thumbnail of Video File | |
| This snippet captures a thumbnail JPG image, based on a frame @ 2 second time-lapse. | |
| Titanium Mobile | |
| */ | |
| var movie = Titanium.Media.createVideoPlayer({ | |
| contentURL:FILENAME, |