This page was last modified 09:46, 6 June 2008.
Flash LiteでPlatformプロパティとIMEIを取得する
From Forum Nokia Wiki
原文(英語): Getting Platform properties and IMEI in Flash Lite
IMEIコードを取得するための正しい構文を、以下に示します。
deviceID = fscommand2("GetDeviceID", "deviceID");
プラットフォームに関する情報は、以下のようにして得られます。
platformString = fscommand2("GetPlatform", "thePlatform");
そこで得られるのは、テキスト文字列です。その内容の多くはプラットフォームに依存し、統一されていません。文字列中から40,60の情報が取得できます。ファイルブラウザを開始するためのコードの断片を、S60端末とSeries40端末の両方について、後ほどここに追加します。
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Turn ON LED LIGHT on Nokia 5700 XpressMusic | knelle | General Discussion | 0 | 2008-01-13 20:03 |
| need help for flash sms | renishladani | General Messaging | 0 | 2006-03-28 11:37 |
| integrate flash lite and python | oyuky | Python | 0 | 2008-06-14 07:21 |
| How to read a flash sms | zihui_w | Web Technologies and Multimedia Content- Web 技术和多媒体内容 | 2 | 2005-04-08 14:26 |
| Flash Lite and C++ Integration | sysctl | General Symbian C++ | 4 | 2007-03-23 00:29 |
