Whats the difference? All I kno is Regular ones won't work on my phone. But like why is that? Different coding in the flash script?
Printable View
Whats the difference? All I kno is Regular ones won't work on my phone. But like why is that? Different coding in the flash script?
There are Flash lite 1.1,2.0 and 2.1!
As far as I know there are differences in the action script!
Example:
2.1
2.0Code:** // End of the function
function launch(appNo)
{
if (appNo != selectedVar)
{
directSel(appNo);
** // end if
getURL("FSCommand:mainmenu://", "highlight=" + (appNo - 1));
keyActive = false;
iconsOut();
** // End of the function
It is also used FLCmd at flash lite 2.0 which you have toCode:** // End of the function
function launch(appNo)
{
lastSelectedVar = selectedVar;
selectedVar = appNo;
select();
appVar = eval("App" + appNo + "_ID");
getURL("FSCommand:Launch", appVar);
keyActive = false;
iconsOut();
** // End of the function
replace with fscommand2 for flash lite 2.1
do a google search and you will find it......
or use flash lite 2.0 menus on 2.1 cell phones.....if that was people...i wonder.... :/ :/ :/