I know this is two years old... However i am having this issie on a n95. Latest firmware installed, so was it ever fixed or just 8gb version?
Thx in advance
ade
Type: Posts; User: kinski76; Keyword(s):
I know this is two years old... However i am having this issie on a n95. Latest firmware installed, so was it ever fixed or just 8gb version?
Thx in advance
ade
Hi
yes just to confirm we tried to nail this one a few years ago and could never find a solution. Very frustrating limitation
cheers
ade
Hello all
Wondered if someone could give mte the defintive on this tiresoem issue.
Currently building a flash lite app (will be packaged as a sis) that requires the use of an inline text field....
Hi
Yes at the moment the code throws no errors but doesnt return anyhtign else either:) I do not think it is the implentation, but from what I hear it simply isnt supported yet for flash lite.
...
Thanks:) but from what im hearing it simply isnt supported yet.
Hi Marko
Thanks for your response.
This is purely for a mobile service and the actual site is going to be locked down to a carrier. However, a content provider is hesitant to license content IF...
Hi Ranco
Sorry was in rush and misread your post first time round:|
This any more use to you?
http://sajisoft.wordpress.com/2009/12/03/api-bridge-more-platform-services-for-flash-lite-wrt/
Hi Ranco
There are some detials near bototm of this page
http://wiki.forum.nokia.com/index.php/Flash_Lite_API_Bridge_Interface
To package up as a wrt is relativly straight forward once u...
Hi
Is there a way to stop users from saving images to their deivce when viewing a site in browser. Currently a user can go > options>tools>view images and then select images and save.
Is there...
Hi again
In your second to last post you state:
I think there should be a reason due to which these 2 functions are not ported in Flash Lite API Bridge interface classes.
Forgive my...
thanks for that. yes i now get the same result as you outlined.
Hi
thanks for reply. would be appreciated if you could post your classes as mentioned. I will have more time to look today hopefully.
thx again
ade
Hi
Just wondered if you had got anyway with this over the weekend as you mentioned?
I started on friday but currently i get a -1 symbian error back which implies it cannot find the item...
Hi
Is anyone aware of any ad platforms that support nokia wrt's distrbuted within ovi?
have tried admob but although can get ads to be served and impression data. Clicks do not seem to be...
Theres a few options here.
You can wrap flash into a WRT which is the easiest way to be hones, but less handset support.
Or you can package up swf with prodcuts such as swf2go, kunerilite etc.
Thansk for responses. I will look at doing in AS to keep things cleaner:)
Hola
Just wondering if anyone know if flashlite apibridge support resizing of images and creating thumbnails. I need to be able to make a list of images with thumbs next to file name. Just...
UPDATE
I have managed to get access to another N95 and your swf is working on that! Progress at last...I will my swfs and see where i get. Although unnerving that the other doesnt work. I updated...
Hi
Firstly thanks for your continued help:)
However the bad news.....I have placed this in trusted dir on both phone memory and mem card and all i see with your test swf is the black container...
An xml loading version aswell:
var headline_xml=new XML();
headline_xml.ignoreWhite=true;
headline_xml.onLoad = function(success) {
if (success) {...
And yes missed your last point. I am testing in standalone player for now as the base test case. Have tried widget and that fails also so want to get standalone working first.
Hi
I am trying in first instance to load items locally.
The below example is form my apid bridge test:
function onPhoto(transactionID:Number, eventID:String, outParam:Object):Void{
imgSrc...
Hi
Wondered/hope someone can help me here.
I am trying to get a flashlite app to be able to access files locally from the device.
However, no matter what I try this fails.
The device i am...
Ok here is an update.
I have tested the test wgz that comes with api bridge. That works fine pulls in image list as a test.
I have tried a version of the swf as a standalone player installing...
Hi again.
it also may be worth mentioned the following.
When I have downloaded the apibridge example swfs (from nokia site) and installed and run on device:
Only the apibridge capability swf...