Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 13:35, 31 December 2007.

How to make use of Flash Lite with Symbian C++

From Forum Nokia Wiki


The following code snippet shows the usage of Flash Lite with Symbian C++:


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
Flash Lite 101, a new mobile technology UbiquityGames Mobile Java General 0 2006-09-30 21:22
S60 3rd Edition - IMEI retrival via Flash Lite mikebrant Flash Lite on Nokia Devices 1 2008-03-05 23:55
Best practice for packing Flash Lite TurfStudios Flash Lite on Nokia Devices 4 2008-04-28 12:40
flash movies on 6630 n6630 General Discussion 2 2005-05-06 11:55
Invoking Flashlite from within Symbian C++ application GreatWarrior General Symbian C++ 0 2007-01-25 07:51
 
Powered by MediaWiki