"YES" and "NO" in Flash lite 1.1 enabled Phone
New Phone makes the market in craze
Abode built "Flash Lite" more accessible in there latest versions
But still there have a huge number of Flash Lite 1.1 enabled Handset models in the market and as the price of mobile is reducing day by day the people are interested to buy smartphone in lower prices, which have the Flash Lite version 1.1.
So, there is a huge scope making applications in Flash Lite 1.1. But as I look in the forums, developers and new comers has many queries about (What can Fl 1.1 do?) and (Give a handhold example of Fl 1.1 ).
That is the reason I come to this thread, so that the people can easily get the know how and can built there applications for the FL 1.1 enabled Handset.
Everyone can post their experience about Flash Lite 1.1.
What and how can Flash Lite 1.1 do?
And, Whats cannot?
So, by this people can easily understand about the ability of the application by Flash Lite 1.1.
Example:
Flash Lite 1.1 cannot load .jpg file directly in the flash movie.
you have to import a .jpg file and make a .swf file (xyz.swf)
Then make another movie (main.swf) to load that (xyz.swf) by using the following script:
loadvariablesNum("xyz.swf",1);
or, if you want to load that (xyz.swf) movie into a movieClips then do this:
make a blank movieClip with a registration point in the top left corner so that the xyz.swf can load on the same x y "0" position into the blank movieClip.
name that blank movieClip (xx_mc) and put the following script in the first frame action:
url="xyz.swf";
loadVariables(url,"xx_mc");
The xyz.swf will load inside the "xx_mc" movieClip.
Your turn next
marlopax
Not "No" for flash lite 1.1
Today I talked to Vodafone for the issue of sim number or phone number into flash lite application
My question was "What is the way to get sim or phone number into flash lite application?"
Ans Vodafone: There is no way to get the phone number as this information is not shareable to others as because this is very personal and it will only in between service provider and service holder. Might you can get sim number as because the device is get attached with it but we don't know how flash lite will get the sim number.
Conclusion: This is not the problem of Flash Lite 1.1. There is no direct way to get the sim info into flash lite unless you take help of other core level languages.
May it help to Flash Lite Application Developers
Vertical Menu with Flash Lite 1.1
In Flash Lite 1.1 menu building is a very fascinating thing
There are many tutorials also to help developers to study
Here is a handhold example of a dynamic vertical menu in flash lite 1.1
grow more----
help others to help yourself
thank you
feel free to ask any questions about this post
Hope somebody will post here the other actionscript base menus vertical scroll menu horizontal slide menu ...... looking for next
Flash Lite 1.1 signal sample
Here is the signal sample
Can anyone give more accurate code for this ?
any suggestion will help
Changing Scene but the duplicate movie clip still there
this is an example to change the scene
but what is the procedure to keep the duplicate movie clip in the "Starting" scene , not in the "Welcome" scene?
thank you
suggestion will help
Drop Down & Up combox in FL 1.1
to use multiple drop down menu in one frame Fl 1.1 developers can use this kind of trick
thank you
marlopax
Drop Down Menu with Presentation
this may help someone
marlopax