Now this went little further.
I made the game to a widget with example.
I had multiple problems, but worst of those is this:
When I open the flash.swf with file manager there is no delay with clicking buttons.
So I thing this helps but I cannot make it work:
http://wiki.forum.nokia.com/index.ph...nt_in_a_Widget
(the one that uses meta-refresh to swf file.
Code:
<META http-equiv="REFRESH" content="0; url=flash.swf">
As soon as i make a widget with embedded flash there are delays.Same delays also exists with ovi store and all html-browser based guis.
EDIT:
Solution could be to make that meta refresh to work. But that solution also have problem.
My game should work only in landscape model and I could only find that command for java to rotate it and keep it that way:
What is code for flash to rotate the game to landscape ?