Hi flashlitedevelopers, I want to say hello to everybody. Thanks to everyone that has been blogging the existence of the list; the flashlite community is...
Hi, I post the first post on this ML !!! My name is Jeremie, i from france (sorry for my english) My question : A phone with flash lite 1.0 can update the...
3
sandrobischero
May 17, 2005 1:16 pm
... 1.1 ? I think you need to purchase the Flash Lite 1.1 player from Macromedia site. Alessandro...
4
marcocasario
May 17, 2005 1:36 pm
Hi, Flash Lite is licensed on a per-unit royalty basis for each phone that utilizes the engine. Interested operators or OEMs should use the licensing form to...
5
marcocasario
May 17, 2005 1:43 pm
ciao Jeremie, what about French mobile and flashlite market ?? I'd love to know about different market situations. thanks marco casario ... 1.1 ?...
6
Jérémie Sellam
sjeremiefr
May 17, 2005 2:02 pm
Hi, we are very in late in france aboute flashlite.... in france, we have 3 operators : Orange, Bouygues telecom and SFR Orange is a France telecom group, it's...
7
lukelite74
May 17, 2005 3:22 pm
hello everybody, i saw your flashlite list on delicious site. I'm a J2ME developer and I was very attractive to FlashLite technology but I'm quite disoriented....
8
marcocasario
May 17, 2005 3:36 pm
hi and welcome ! Follow these steps to start quicly : Acquire a supported handset. (http://www.macromedia.com/mobile/supported_devices/flashlite/) Register...
9
Alessandro
sandrobischero
May 17, 2005 3:37 pm
... Ciao first, welcome and glad we can convert a J2ME develper to Flash Lite !!! Where to start ? 1 - You need Macromededia Flash MX 2004 Professional, it's...
10
lukelite74
May 17, 2005 8:32 pm
Hi all, thanks MArco and Alessandro for your replies. I'll signup to Macromedia Developer program for flashlite and downloaded the CDK. I'm studying the...
11
marcocasario
May 17, 2005 8:39 pm
this is the first-must-step you have to visit : Macromedia FlashLite Exchange http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&view=s ...
12
Alessandro
sandrobischero
May 17, 2005 9:17 pm
... Hi, if you want you can try the following applications that I developed: iShop and Kero, both of them are on the Flash Lite Exchange site or you can...
13
Marco Casario
marcocasario
May 18, 2005 7:38 am
Hi flashliters, today Macromedia has published 2 new resources for FlashLite in its Developer Center site (www.macromedia.com/devnet) : Flash Lite 1.1 Seminar:...
14
lukelite74
May 18, 2005 1:37 pm
I'm developing a Flash Lite app and I saw the loadVariables command to connect to server side data. But how can I allow my mobile phone to connect to my server...
15
Alessandro
sandrobischero
May 18, 2005 2:52 pm
... Hello, here a call, loadVariables("http://yorserver.com/test.php?var=1", ""); so you can call a script (this case PHP but you can use whatever you want)...
16
lukelite74
May 18, 2005 3:10 pm
thanks Alessandro, will it appear an alert to my phone to ask me before connecting or not ?? thanks ... command to ... need ... you ... content....
17
Alessandro
sandrobischero
May 18, 2005 3:44 pm
... yes, every time you use loadVariable and loadMovie that will be a pop-up alert asking you which access point to choose. Alessandro...
18
Marco Casario
marcocasario
May 18, 2005 9:46 pm
Today I received an email from Macromedia about mobile. This is part of great stuff for joining the Macromedia Mobile Developer Program. If you did not join...
19
lukelite74
May 19, 2005 2:27 pm
text is not legible on my mobile phone. Should I use alias text ? thanks...
20
marcocasario
May 19, 2005 2:52 pm
hi, with flashlite you can use both device fonts and embedded fonts but you have not to forget that using embedded fonts you'll increase the size of your SWF. ...
21
Scott Janousek
scottjanousek
May 19, 2005 4:16 pm
Also, make sure you place textfields on integer values ... i.e. x=2.0instead of x= 2.2 ... otherwise you will end up blurring your text (even if it is a pixel ...
22
marcocasario
May 19, 2005 5:04 pm
correct ....also, if you'll use pixel fonts remember to increment font size of 8 points to remain clear. the guidelines said that using an 8 point font you'll...
23
lukelite74
May 20, 2005 9:28 am
FlashMx 2004 does not support SMAF format, so how can I use it in my swf for FlashLite?...
24
marcocasario
May 20, 2005 9:39 am
Scott Janousek has just published a document for FlashLite developers that includes syntax, tips, best practices, urls, etc. This is the url: ...
25
marcocasario
May 20, 2005 9:51 am
the same problem is for MIDI audio files. You have to substitute a proxy sound in a MP3 format; you can do this task via Flash Publish Settings dialog box >...
26
lukelite74
May 20, 2005 10:46 am
I have a button on my stage. I want it to act as a NextFrame action. I have created my button on the stage. I selected it and open the Action Panel and write...
27
tswalling
May 20, 2005 7:17 pm
I had the same problem when testing from within the flash ide. Have you tried publishing and testing the swf standalone? My app worked that way. I'm just...
28
Scott Janousek
scottjanousek
May 20, 2005 7:44 pm
Many doing flashlite think this is an error ... in fact, it's a warning ... there are a bunch when testing on your desktop. It's just telling you that certain...
29
Marco Casario
marcocasario
May 20, 2005 8:04 pm
Hi all, Scott: thanks for your cheatsheet. Now it's on my desk and nobody havo to try to touch it :) But please, could you use a font color with a high...
30
Scott Janousek
scottjanousek
May 20, 2005 8:08 pm
I actually made the text light on purpose because it's a draft. :) Once it goes into v1 then I'll turn it dark (once everything has been verified). -sj...