Groups | Blog | Home


Archived Months
December 2004
January 2005
February 2005
all groups > macromedia mobile and devices flashlite > january 2005 > threads for january 15 - 21, 2005

Filter by week: 1 2 3 4 5

J2ME communication possible with Flash Lite?
Posted by wdeboer at 1/21/2005 3:53:54 PM
Anyone know if it's possible to communicate with J2ME midlets through Flash Lite? :confused;...more >>


Flash Lite and the photo camera? Need to use J2ME?
Posted by wdeboer at 1/21/2005 3:51:35 PM
Does anyone happen to know if it's possible to access photos which are shoot with the photo camera of the mobile phone? If so, since which version of Flash Lite is this support? Anyone happen to know if you can communicate with J2ME midlet from within Flash Lite? ...more >>

Phone menu
Posted by katewalker at 1/21/2005 2:46:39 PM
I would like to reproduce in flashLite the menu of PlayerFlashLite or other phone appli. For examples I use Left Sotkey to make appears a menu with some buttons, when i press "enter" on a button an other submenu appears with some buttons. I think there are some difficulty to come back to the...more >>

goto a frame in level0
Posted by katewalker at 1/21/2005 8:50:56 AM
I have an animation with buttons embedded in clip. When I select a buttons, I want to go to the frame "menu1" in the main (root) scene. I write this : ------------------------------------------------------------- on (press, keyPress "<Enter>" ) { gotoAndStop("_level0/menu1"); } ----...more >>

Options menu
Posted by katewalker at 1/21/2005 8:40:44 AM
Hi all, I would like to know, if it's possible to redefine in the flash player the options menu, (modify, delete, add). If not, is it possible to code the save and zoom features. Thanks...more >>

Navigation and key events
Posted by jdnyc at 1/20/2005 3:43:36 PM
Hi, I'm new to Flash Lite, and see that the documentation appears to state there is now key support for left and right keys (on a 4 way nav). Is this correct, or am I missing something? Thanks! ...more >>

trojan on Flash Player for symbian?
Posted by Konrad Makosa at 1/20/2005 3:35:17 PM
http://www.infoworld.com/article/05/01/07/HNflashtrojan_1.html Is it true? -- Konrad Makosa Certified Macromedia Flash MX 2004 Developer www.entropia.pl ...more >>

Animation problem with Lite 1.0
Posted by vinZento at 1/20/2005 10:51:55 AM
Hi there, I just made some animations for a casestudy on Lite 1.0 , but when I look on my M430i it does not animate at all :( It just walks through the timeline oke, but a simple script as //================== random = Number(random(3))+1; tellTarget ("/mc" add random) { gotoAndPlay(...more >>



when i use unloadMovieNum( )
Posted by Staria at 1/19/2005 7:08:16 PM
Hi, all ^^ i've loaded some .swf to my program at level 4 and when i want to remove it i use unloadMovieNum(_level4); but they disappeared not only the loaded .swf file, but also all my contents! so my screen become all white. ^^" could you please help me how to resolve this??? ...more >>

SIS menu icon to launch swf
Posted by Graham Blake at 1/19/2005 5:52:34 PM
Hi, I've manged to get my aif and swf files onto the phone via an sis file but there is no icon appearing in the menu. Has anybody managed to accomplish this yet and if so could you please share your findings/knowledge. Much appreciated Graham Blake ...more >>

Sending SMS - text messages via flash lite
Posted by jganderson at 1/18/2005 11:55:18 PM
Looking through the authoring guidelines I found this: _capSMS The _capSMS variable indicates whether Flash Lite can send SMS messages by using the GetURL() ActionScript command. If so, this variable is defined and has a value of 1; if not, this variable is undefined. What parame...more >>

the "import file.swf" example ..
Posted by skyladiz at 1/18/2005 4:57:06 PM
Hi, all My application need to connect to server via gprs so, i loaded the import files.swf (the example included in the Flash_Lite_1.1_CDK\Examples ) to my handphone. when i try on pc, everything is ok. but on my handphone, when I press the button it popped up that "unable to load d...more >>

purchase testing devices?
Posted by hayden at 1/18/2005 3:07:59 PM
can anyone recommend places to purchase unlocked used phones for testing purpoes?...more >>

Backlit
Posted by MobilArt at 1/18/2005 12:14:33 PM
hi @:-) [sorry .... i am not english speaker] so do you know some syntax for control backlit in mobile device? by using FlashLite. i want to create some flash content with neverending backlit. {and anywhere nothing about it.} ...more >>

Creating icons for flashlite apps?
Posted by Graham Blake at 1/18/2005 11:08:06 AM
Hi, I've created an sis installer for series 60 which installs a flashlite file to my phone and I would like to create an icon to launch the flashlite file. I've installed the requisite symbian dev kit for the series 60 and java runtime 1.42 which has enabled me to use the Sisar app to crete...more >>

swf in application menu
Posted by ecma32 at 1/18/2005 10:14:54 AM
hi all, i had developed an application which is a swf file i wanted to be register it in the application menu as an icon. so that when u click an application icon the application will start. how do i do that?? any help will be appreciated... ...more >>

Set Focus
Posted by DomLee at 1/18/2005 5:42:50 AM
Anyone discovered how flash assigns the focus to btns on screen? My problem is having btns off screen cause havoc with the 4 way nav. - already doing so many work around was wondering if anyone knows a good one for this prob. ...more >>

Download and Play Sound, How?
Posted by Elmer Valdez at 1/17/2005 8:04:59 AM
How can we download sound from a server and play it using Flashlite? Thanks....more >>

Text Field Name
Posted by kimchg at 1/17/2005 4:56:59 AM
How can I assign a name for a text field in Flash Lite 1.1? I try assigning a name in the Property Inspector but it returns an error message that Flash Lite doesn't support the instance name....more >>

Game Menu
Posted by kimchg at 1/17/2005 4:52:38 AM
I want to create a menu for a game that I am creating. It contains the usual stuff: New Game Continue Instructions Top Score etc. How should I go about in creating the menu? Shall i create it as part of a ..swf file ( game and menu in different levels ), or a separate .swf whic...more >>

Flash Lite Discussion List
Posted by dawils at 1/16/2005 12:48:53 AM
Hi All I?ve set up a list at Listserve.com for discussing anything Flash Lite related. If you?re interested in joining this list, you can subscribe using this link. http://mailman.listserve.com/listmanager/listinfo/flashlite Thanks Paul ...more >>

how can I get data from .swf file ?
Posted by skyladiz at 1/15/2005 6:42:38 PM
when I load .swf file using loadMovieNum() how can I derive the variable's data of that loaded .swf file? for example, I load the file that has id = "circle"; at the time line ( the loaded .swf has 1 frame) then I load this .swf file to level 2 of my flash finally, I try to s...more >>


DevelopmentNow Blog