Categories: Lang-JP | JP Symbian C++ | JP Flash Lite | JP How To | JP Code Examples | JP Multi-Platform Development
This page was last modified 10:11, 6 June 2008.
Symbian C++でFlash Liteを利用する方法
From Forum Nokia Wiki
原文(英語): How to make use of Flash Lite with Symbian C++
下記のコードは、Symbian C++でFlash Liteを使用する方法を示すものです。
void CMyAppUi::LaunchSwfL( const TDesC &aSwsFileName ) { TUid KUidFlashApp = { 0x200077D6 }; TDataType dtype(KUidFlashApp); iHandler = CDocumentHandler::NewL( NULL ); iHandler->SetExitObserver(this); TInt error = iHandler->OpenFileEmbeddedL( aSwsFileName , dtype ); }
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Symbian C++ books | kayem | General Symbian C++ | 2 | 2007-11-19 16:34 |
| 紧急求救,环境配置问题 | jackyxue | Symbian | 6 | 2006-08-10 09:48 |
| help required for symbian programing.. | adv999 | General Symbian C++ | 9 | 2006-11-02 07:23 |
| New to Symbian world, needs some answers.... | ayman09 | General Symbian C++ | 5 | 2007-10-30 13:04 |
| I want to know something.... | sagars | General Symbian C++ | 6 | 2006-11-22 11:13 |
