If we are talking in long term, flash lite certainly has no future because it will evolve to flash 4 and air. Anyway, it will take at least 2 years for flash 4 to become dominant over flash lite....
Type: Posts; User: powerpixels; Keyword(s):
If we are talking in long term, flash lite certainly has no future because it will evolve to flash 4 and air. Anyway, it will take at least 2 years for flash 4 to become dominant over flash lite....
Flash won't be abandoned after Nokia and MS partnership. It will rather bring Silverlight as yet another option for Ovi developers.
Pixsta, I'm not working as individual developer. Those are b2b contracts between operators and my company, which have been achieved more than 5 years ago. It's a completely different story today....
Oh well, I'll put learning Java in my 2011 resolution list. One more reason for Java besides Android :)
To be honest, actionscript / javascript is my territory, unfortunately I don't have much experience with Java and I'll take anything that doesn't requires much of java coding :)
Thanks Sajid, glad to see you again :)
Jarpa came to my mind too, but the latest version I found is 2 years old and wasn't sure about its possibilities. Have you tried the Sony Ericsson's Project...
Thanks for sharing infos Utumno. "Desperate" is the right word in my case too :) Companies has numerous channels of sales, and that's the way to survive. I can tell by my case, contracts with...
Is it possible to take photos using flash lite in s40?
Api bridge in S60 works just fine, but I don't know if there's any solution for camera in s40 so far?
Hello Utumno,
Would you tell us more about Android vs Ovi market? Where do you get more downloads? Since you have the same game in both markets, it is great for comparison.
Widgets have unique identifiers, and I just can't believe you can force a single widget with a single identifier to run at 3 instances. The only possible way is to pack 3 same widgets with...
Hello Anna and welcome to forum
The following is just working great for me, maybe it could help you too:
header('Content-type: image/jpeg');
header('Content-disposition: attachment;...
At the moment, not so much from me:
http://store.ovi.com/content/55477 (speedo clock for s60)
http://store.ovi.com/content/20891 (speedo clock for s40)
http://store.ovi.com/content/25372 ...
Thanks Yucca, nice solution
This one should be on the wiki pages
What is your solution to avoid image flickering in widgets? This is bugging me since my widget UI is rich in graphics and navigating to pages / tabs is followed by flickers until image loads. I've...
have you tried with widget.onhide and widget.onshow?
Maybe it's possible using custom plugin via ApiBridge, and calling the function periodically. But then again, with so many symbian stuff why bother with wrt and plugins.
Thanks Wenz,
1. Does anyone know some example code or demo widget of draggable objects that actually works on phones? I've tried with common scripts I've found on google, and none of them seems to...
Is there any workaround to set objects draggable with jQuery in s60 wrt?
For some reason a simple
$('#something').draggable(); is not working (while everything works great in firefox and other...
Hey Saji,
You deserved a big respect for helping so much on this forum.
I was wondering what is the difference between SWF launcher from you link , and swf packed as in this article (packing flash...
Use relative paths. Something like "images/myImage.png" should works. Else, check output path in your code.
Thanks for the link. I've already tested Carbide.UI it in vivo, I create empty theme with the screensaver file only. Unfortunately I have no success. Phone can't find my swf file when I want to set...
The UIDs I've received are 8-character numbers without the 0x prefix, like 2003xxxx. I just paste it when I'm creating a carbide project. I guess now my mistake was I didn't add the prefix.
Hello Saji, thanks for reply.
Generally I'm targeting s60 3rd FP1 and FP2 devices, and later 5th touchscreen devices. I've heard about kiss60 and pikko long time ago :) Something like that would...
Let say I've created a flash lite screensaver, and packed it in carbide c++ as a sis file for s60 devices. After I upload the file to my phone, I'm able to open it but there's no option to set...
Sorry if bother. I think I've figure it out now: Right click under a carbide project > properties > build configurations > edit > sign sis with certificate/key pair...
However , I am able to...