How to convert .wgz to .sis format ?
I created a widget application , which has embedded with flashlite.
I want to post this application on OVI store,as per the OVI store rules it must be converted to .sis format since it contains flashlite(Actionscript 3).
(Ref: [URL="http://www.developer.nokia.com/Distribute/Packaging_and_signing.xhtml"]http://www.developer.nokia.com/Distribute/Packaging_and_signing.xhtml[/URL] )
How to convert .wgz to .sis format ?
Re: How to convert .wgz to .sis format ?
Hi,
[URL="http://www.developer.nokia.com/Community/Wiki/Create_Flash_Applications_with_Carbide.c++"]Create_Flash_Applications_with_Carbide.c++[/URL] describes the process of packing swf into a sis file.
However I don't think that .sis packaging is a must. In a Ovi publisher Guide on a page 20 there is a table that states:
"You can submit files of the following formats and sizes:
Flash Lite application: .sis .sisx .wgz (Symbian^3, S60) .nfl (Series 40)."
You can package the content into a WGZ as well:
[url]http://www.developer.nokia.com/Community/Wiki/How_to_package_Flash_content_in_a_Widget[/url]
-Ilkka
Re: How to convert .wgz to .sis format ?
Hi Ilkka,
Thank you so much .