Search the web
Sign In
New User? Sign Up
FlashLite · FlashLiteDev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Simple question, help needed - FL 2.x   Message List  
Reply | Forward Message #7216 of 8452 |
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 any of this buttons enter to that application?

If it is possible, can you please give me the code, how to call it, or
opent it on pressing button or "Enter"

Thanks in advance.




Sun Nov 18, 2007 6:09 pm

um_forum
Offline Offline
Send Email Send Email

Forward
Message #7216 of 8452 |
Expand Messages Author Sort by Date

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...
Um
um_forum
Offline Send Email
Nov 18, 2007
6:09 pm

Anyone, please? I need code just to call sms application, calendar and some more. Can some give some tip please?...
Um
um_forum
Offline Send Email
Nov 20, 2007
10:17 pm

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...
Alessandro Pace
sandrobischero
Offline Send Email
Nov 20, 2007
10:35 pm

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...
Dan Milward
d_milward
Offline Send Email
Nov 21, 2007
1:47 am

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...
vivek
tree_vivek
Online Now Send Email
Nov 21, 2007
7:21 am

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...
Dan Milward
d_milward
Offline Send Email
Nov 24, 2007
9:14 am

Hi, I've included a howto and an example on my blog for you. http://www.flashmobileblog.com Mark ... anybody ... ...
Mark Doherty
markadoherty
Offline Send Email
Nov 24, 2007
10:24 am

Hi Mark, Thanks for sharing this example file. Cheers vivek www.i2fly.com Bangalore, India Mark Doherty <markadoherty@...> wrote: Hi, I've included a...
vivek
tree_vivek
Online Now Send Email
Nov 26, 2007
3:00 pm

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:...
Scott Janousek
scottjanousek
Offline Send Email
Nov 21, 2007
5:01 pm

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...
Stefan Wessels
breaksubmit
Offline Send Email
Nov 21, 2007
8:54 am

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...
Um
um_forum
Offline Send Email
Nov 21, 2007
11:48 am

It's different for all phone manufacturers, like I said, have a look at: http://www.kunerilite.net/ Stefan...
Stefan Wessels
breaksubmit
Offline Send Email
Nov 21, 2007
12:21 pm

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...
Ugur Kaner
ukaner
Offline Send Email
Nov 21, 2007
12:23 pm

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...
Alessandro Pace
sandrobischero
Offline Send Email
Nov 21, 2007
12:59 pm

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...
Ugur Kaner
ukaner
Offline Send Email
Nov 21, 2007
3:13 pm

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...
Alessandro Pace
sandrobischero
Offline Send Email
Nov 21, 2007
3:27 pm

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...
Ugur Kaner
ukaner
Offline Send Email
Nov 21, 2007
3:39 pm

Let me explain how this works.. fscommand('launch', 'musicplayer, my.mp3'); becomes.. fscommand('launch', 'z:\\system\\apps\\musicplayer\\musicplayer.app, ...
Mark Doherty
markadoherty
Offline Send Email
Nov 21, 2007
4:19 pm

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...
Ugur Kaner
ukaner
Offline Send Email
Nov 21, 2007
4:24 pm

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...
Mark Doherty
markadoherty
Offline Send Email
Nov 21, 2007
4:55 pm

I tried the following and all of them work, note FlashCast and Opera are 3rd party. fscommand("Launch", "calendar"); fscommand("Launch", "todo"); ...
Mark Doherty
markadoherty
Offline Send Email
Nov 21, 2007
6:28 pm

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...
Ugur Kaner
ukaner
Offline Send Email
Nov 21, 2007
6:35 pm

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 ... ...
Mark Doherty
markadoherty
Offline Send Email
Nov 21, 2007
6:42 pm

Ok, I asked my colleague and will send as soon as I get. Thanks, Ugur.-...
Ugur Kaner
ukaner
Offline Send Email
Nov 21, 2007
6:46 pm

oh and it was Opera for S60 not Opera mini the Java version. ... helloworld ... will ... Opera ... 40yahoogroups.com>, ... sure ... 2nd ... but as ... ...
Mark Doherty
markadoherty
Offline Send Email
Nov 21, 2007
6:43 pm

THANK YOU ALL!!!! I will try it and let you know. thank you guys, you are the best! ... Never miss a thing. Make Yahoo your homepage....
Um
um_forum
Offline Send Email
Nov 21, 2007
8:35 pm

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...
Um
um_forum
Offline Send Email
Nov 21, 2007
9:01 pm

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...
Mark Doherty
markadoherty
Offline Send Email
Nov 21, 2007
11:28 pm

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...
Nick Gerig
nick_gerig
Offline Send Email
Nov 22, 2007
8:17 am
First  | < Prev  |  Last 
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help