Hi, Is there posibility to call aplications from FLash Lite, for example: if I made app with menu where is Messages, Calendar and contacts, can I on pressing...
Ciao from FL you can only send an SMS, you cannot open the calendar. If you have the IDE just search for SMS and the code is there Alessandro ... -- Alessandro...
Are there any resources on creating flash extensions? I want to make an extension to add a template to Flash. Does anybody know how I should go about doing...
Hi Dan, I am too looking for same. Please share with me too if you found any articles on that. Cheers vivek www.i2fly.com Bangalore, India Dan Milward...
Hey Vivek, No luck yet. What about you? Surely somebody here must know how to do this!!! :P Ciao, Dan ... -- Dan Milward Director Instinct Entertainment Direct...
Hi Mark, Thanks for sharing this example file. Cheers vivek www.i2fly.com Bangalore, India Mark Doherty <markadoherty@...> wrote: Hi, I've included a...
You mean extend the Flash IDE, right? If not, what do you mean by "template" ... -sj ... -- Scott Janousek mobile: 617.840.4427 work: 617.276.2315 site:...
Hello Um on (keyPress "<Enter>") { getURL("sms:123456?body=Check this out"); } 123456 is the number that is pre-filled into the TO: field, and body is the...
Thank you all for your answers, bu I tougt, for example, if you can by pressing button call apllication, not inside Flash Lite, it can close flash lite and...
You can launch applications via fscommand launch. fscommand("launch", "browser.exe, http://www.google.com"); At the same way, you should be able to launch...
Ciao on Nokia S60 3rd Ed you cannot launch applications since it's a security breach. So to open a site, you just invoke a url with getURL, to open a 3gp video...
Hi Alessandro, This is partlially true. You can launch native applications, but not 3rd party. Try the following command I gave, it will work on 3rd ed. Or go...
Ciao yeap, that's what I was referring to. But you create your own native application you should be able to do it. Alessandro ... -- Alessandro Pace Mobile...
Yepp. We still suspect that this is a bug though. I can't really see why latter one shouldn't work. Considering platform security, there shouldn't be any...
Let me explain how this works.. fscommand('launch', 'musicplayer, my.mp3'); becomes.. fscommand('launch', 'z:\\system\\apps\\musicplayer\\musicplayer.app, ...
Hi Mark, If I am not mistaken, first example is for 3rd edition, and 2nd is for 2nd edition, and both should work. I also don't see the problem launching own...
Hey Ugur, These are reported to have worked before...though there was a comment beside the Flash Cast one to say the developer wasn't sure if it would work. If...
Yes, now that's interesting. We tried many variations of helloworld launch, it didn't work. I think test files should be somewhere, I will try to find and send...
Send me the HelloWorld sis if you have it signed etc.. Flash Cast is C++. I tried others but was only guessing at the names of their .app files. Mark ... ...
oh and it was Opera for S60 not Opera mini the Java version. ... helloworld ... will ... Opera ... 40yahoogroups.com>, ... sure ... 2nd ... but as ... ...
Hi all again, I have tried your codes. This code works on my Nokia N95: on (keyPress "1"){ fscommand("Launch" ,"phonebook"); } But this code, doesn't work: on...
Hey, The first one works because 'phonebook' is resolved by the system in a secure area as an exe file. If you point straight at it using the Z: path then it...
Hi Mark The only issue we've noticed with launch is that with 3rd edition we were unable to pass in arguments to 3rd party applications. Unfortunately I don't...