Flash Lite 2.1 error on Windows Mobile

Haven't been able to find much info on this error when using Flash Lite 2.1 in either IE Mobile or Opera Mobile:
"flash lite 2.1 for windows mobile 5 will support flash 7 content authored for mobile devices only"
I'm using CS5 and publishing the SWF as Flash Lite 2.1 with Action Script 2.0. When I run it through the Device Central emulator I get this output:
Flash version of "lite2_player.swf" is Flash Lite 2.x
Dimensions of "lite2_player.swf" are 240 x 200 px
Is there something else I need to do to make sure the swf is "authored for mobile devices"?

Alessandro,
Yes, I see now another Flash Lite 2.1 player installed not
under media but under menu. Starting it allows me to browse my
Flash Lite 2.1 files and they display fine.
Next up, I must try to get Flash Lite 3, but developer
applications for Flash Lite 3
have closed afaik. Does anybody know where/when/if/how a
Symbian edition Flash Lite 3 player can be got to test on a Flash
Lite 2.1 player phone?
thanks again!
Colm

Similar Messages

  • Flash lite 2.1 player  for window mobile 6.0 or 6.1

    Is the Flash Lite 2.1 player available for window mobile 6.0
    or 6.1? If it is so, where can I download ?

    Hi Jerry,
    There is a FL2.1 player for WM 5 devices
    available
    here. Note this is for playing back SWF files outside of the
    browser - it's not a browser plug-in for Pocket IE.
    We have not tested this on any WM6 or 6.1 devices so it's not
    possible for me to say if it will work or not.

  • How do I install Flash Lite 3.1 to a Windows Mobile Device in Australia

    Hi All,
    I am just an end user not a developer. We have a mixture of devices (Palm Treo Pro, HTC Touch HD) that we want to run a Fash Version 8 website. How do we install Flash Lite OTA on these devices to view the flash content?
    We are in Australia.
    thanks

    I had some success installing on a real Mobile 5 device [http://forums.sun.com/thread.jspa?threadID=5344195]
    There is a link to a doc on the main download page, item 5 under How to Install. [http://java.sun.com/javame/downloads/sdk30ea.jsp] I used this for the real device, Treo 700w. Did not try it with an emulator.
    The support looks to be an emulator rather than a JVM per say. But then again I could be wrong on that. I too had poked around looking for a JVM, CrEme, J9, etc..
    I do have a commercial app installed on the Treo that uses IBM's J9, which is seems requires a contact with a sales person to get ahold of. I had hoped to find something that might clue me in on how to "hook up" my own J2ME app with the J9 installed by the commercial package. But I've pretty much decided to get a real J2ME handset rather than continue to waste my time hacking up something with WM. Now the question is which one makes a good reference platform?

  • How install Adobe Flash Player for Pocket PC in Windows Mobile 6+

    Please help me
    How install Adobe Flash Player for Pocket PC in Windows
    Mobile 6+?

    Hi,
    Adobe Flash Player is not supported for Windows Mobile.
    -Varun

  • POL 3012 device write error on windows mobile 6 and lite 10.2.0.1

    Hi all,
    This was an issue even some times ago and still appearing on and off for some clients and I did not find any recovery process which could be done remotely via the web to go admin.
    1. When the device write error occurs we cannot initiate sync or any other from client or server and it just gives pol 3012.
    2. If this happens to a client in far away area , how can we re configure the device from remotely (still device management is up and running).
    3. If there is any mechanism to do a complete database refresh and re-create at client device from the admin functions in web to go device management.
    4. Even the complete refresh sync has no use when this occurs and If we can delete and recreate the odb files only on the device it will be very convinient.
    5. Currently only way i can see is just to uninstall the client and do a complete installation with deleting the odb files that arfe in the storage card.
    Any help on this is highly appreciated.
    Thanks
    Paninie.

    greetings:P
    well in our client it doesnt work to "and then asked the user to ..." users usually dont know how to use the handheld , some times they are very old and we never ask the users to do something like deleting the files manually because that normally causes them to start complaining and say stuff like "your app sucks etc etc":(:(
    my proposal is much simplier and will work i think for your purpose. you simply create a small c sharp application. you asked
    "How to create it to stop DMAgent."
    well thats very simple in c sharp and in most languages i think,
    OpenNETCF.Diagnostics.Process is the namespace you need to work with, you simply kill the process with name dmagent.exe. this is the simplest way to close the dmagent in 5-6lines of code.(use the OpenNETCF.Diagnostics.Process class, from the OpenNETCF
    library, which you can download from http://www.opennetcf.org)
    then you use the normal file.delete to delete the files of the database, and then you want to do the sync, that can be easilly done through c sharp as you already do i guess.
    the cab file i mentioned is simply the way to distribute the small c sharp app to all clients. it can be created with simply cab files generators which are freeware or through visual studio.
    you can distribute the small app to all clients simply through the packaging wizard. so when a user has a problem you dont need to "ask the user to .." you just tell him ok, leave the the handheld alone for 15 minutes and it will get fixxed by itself, you send the command i described in my previous reply and the handheld's small app fixxes the problem. the user doesnt need to get involved. the cab file is sent to all clients (actually it is downloaded through oracle lite) . of course you dont wait for the problem to happen and then send the cab file. all users will have the cab file's small application preinstalled . it will be on the mobile device waiting for the command. so even if in some point this error occurs you can handle it. you dont wait for a user to call and say i have a problem and then send the cab file.
    btw if you want to distribute your cab file you open the packaging wizard, edit your application..go in the file selection tab and select your cab file. the next time all users sync they will be asked to install the cab file. this is how we install our cab files, and this is how we install our application upgraded versions, we do not copy the cab files in a flash disk or send them with email or stuff like that. all application cab files are distributed through oracle lite remotely when ( i love olite for this, in other systems like mobilink you need to buy a second program to do that or else send your cab files through email.... ) .
    code for stopping dmagent should look like about this
    using OpenNETCF.ToolHelp;
    ProcessEntry[] processes= ProcessEntry.GetProcesses();
    foreach(ProcessEntry pe in processes){
    if(pe.ExeFile.Equals("dmagent.exe")){
    pe.Kill();
    break;
    stopping the dmagent is like stopping any other running process on the windows mobile.
    so you have 5-6 lines of code for stopping the dmagent+1-2 lines for the file.delete (for the database files)+1 line for the c sharp olite synchronization . your app shouldnt be more than 10 lines of code i think.
    we have used this cab file tactic which was proposed from an oracle lite representative actually after our request for creating a server side initiated synchronization which syncs a specific set ot tables with push only. we wanted the guy on the office to have a small java app which will have a button that sends a specific command on the handheld that forces it without the user concent to sync some specific tables with push only , the normal synchronize databases command can not do this job, so we created our own small c sharp app, which is distributed as a second cab file (the first is the main app) and the users now in the office have a small java util where they select the user and then send the command (using the java apis). so this second cab file+command tactic can help in solving a lot of problems. give it a try.

  • Runtime error on Windows Mobile 6.1 after install

    I have a Windows Mobile 6.1 Classic device (non-phone),
    CE OS 5.2.21041 (Build 21041.1.6.0)
    Processor is an ARM1136 MX31
    Memory: 115.09Mb
    I installed the 3.0 SDK, and copied and installed the CAB file on the device per the instructions on the website.
    When I click on the "Sun Java CLDC Emu" icon, I get the following error message:
    "The file 'sun_jwc' cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot be found. If the problem persists, try reinstalling or restoring this file"
    I tried removing and reinstalling - same error. Everything seemed to go ok with the CAB installation.
    Any suggestions as to what to check/test?
    Regards,

    Hello,
    we don't sign the java runtime cab nor the executables inside it. So to be able to run it on a device, the device needs to have security lowered at least to the level at which the user is asked for permission when he is installing / running an unsigned cab / executable. In the context of Windows Mobile security, it means that the device's security configuration needs to be set to "Two-Tier-Prompt", "One-Tier-Prompt" or "Security-Off" (see http://msdn.microsoft.com/en-us/library/ms839681.aspx for more details).
    Changing of the security configuration might require device manufacturer's or operator's assistance.
    In some cases it can be done by the user. Some of them are listed below:
    1) the user has a registry editor application which can run on the device and can change the device registry (such application needs to be signed by a certificate which is trusted by the device)
    2) the device has installed Microsoft Windows Mobile development certificates
    3) the device allows the user to install the Microsoft Windows Mobile development certificates
    Of these the 2 and 3 is more likely, so If it's your case, try the following:
    1) Install Windows Mobile SDK (http://www.microsoft.com/DownLoads/details.aspx?familyid=06111A3A-A651-4745-88EF-3D48091A390B&displaylang=en)
    2) Install "<WM SDK>/Tools/Security/SDK Development Certificates/Certs.cab" on the device
    3) Go to "<WM SDK>/Tools/PocketPC/Security/Security Configuration" and use one of the cpf file to change the device's security configuration (see <WM SDK>/Tools/PocketPC/Security/Security Configuration/ReadMe.txt)
    Regards,
    Java ME SDK team

  • Adobe Flash Player showing following error on Windows 7

    Hello,
    I have a CBT CD that works just fine on Windows XP but not on Windows vista.
    When I click on index.html file, the HTML file opens up a flash demo. Just as demo is launching following error shows up.
    I clicked on Settings just as the error says but not sure what exactly needs to be changed on settings. There are many tabs under Settings window.
    How can I resolve this error.  I dont think windows compatiblity is an issue.
    Please advise.
    Thanks,
    R

    R,
    You can refer to this article for details: http://kb2.adobe.com/cps/093/4c093f20.html
    Try the following:
    1. Open Flash Settings Manager by clicking Settings.
    2. Go to the Advanced tab.
    3. Click Trusted Location Settings.
    4. Click Add, and then click Add File to select the SWF file that's trying to access Internet.
    5. Then click Confirm.

  • Gwes.exe error on Windows Mobile 5.0

    I keep getting a gwes.exe error while running my app built using LabVIEW for PocketPC 8.0.1.  What is it?  How can I debug this?
    Robert

    Hi Robert,
    This seems like a windows issue.  After a quick Google search I found many links which explain what GWES is (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceshellui5/html/wce50conShellandUs...), and many people who encountered similar errors with different applications.   Since the GWES stands for Graphics, Windowing, and Events Subsystem, I was wondering if you can correlate the crashes with anything in you program that has to do with using a graph, or event structure, etc.
    You may want to read some of the posts online in case one of them is similar to your issue.  
    Regards,
    AG

  • How can i get the FLASH LITE 1.1 code for my mobile N-gage?

    Hi everybody:
    someone told me that send E-mail to
    [email protected],but the address had changed?
    i hope someone can told me way i get the code,thanks very
    much!
    MY PHONE MODEL: NOKIA N-GAGE
    MY IMEI NUMBER: 351520001877051
    my e-mail:[email protected]

    Ciao
    you can purchase the FL 1.1 player here
    https://store1.adobe.com/cfusion/store/index.cfm?store=OLS-US#view=ols_prod&loc=en_us&stor e=OLS-US&category=/Applications/FlashLite
    Alessandro

  • HP iPAQ with flash lite compatibility

    I'm thinking of purchasing an HP iPAQ for the purpose of
    maybe adapting a SWF app to work with this phone/pda device. This
    device comes with Windows Mobile 5 For Pocket PC Phone Edition, I
    was wondering if anyone knows if this OS is compatible with Flash
    Lite. I know that Windows Mobile 5 is, but I wanted ot make sure
    the phone edition was as well, the Flash Lite section of this web
    site does not mention this OS version.... and when it comes to OS's
    I trust nothing!!
    If anyone can provide any inpute, I would apreciate it!!!
    Carlos

    Flash lite 3,0 and 3,1 are based on Flash 8, for most of sites you have to have version 9 or earlier...
    With Flash lite 3 you can browse only sites like youtube, which has special player version for these phones. (and work only on s60v3, on s60v5 you have to use app)
    Flash lite 4 s based on Flash 10. Unfortunately, Flash lite 4 supports only new Nokia Symbian^3 and some Android devices. Browsing web with Flash lite 4 is much better and you can open about 90% flash content... But, it will probably never be avaliable for older (s60v3 and v5) smartphones.
    E75 (RM-412) fw: 211.12.01

  • Flash Lite 2.1 on WM5 SP

    Hi
    Just downloaded the Flash Lite 2.1 player for windows Mobile
    5 Smartphone and installed it fine...
    however, none of the loadVariables commands in my app
    actually open a connection and retrieve data.
    Flash Lite 2.1 doesn't even retrieve data if there is already
    a connection available.
    I find it hard to believe that Adobe created Flash Lite 2.1
    for smartphones without loadVariables capability?? especially as
    the 1.1 player loaded the data perfectly.
    Has anyone else managed to create a connection to load data
    in 2.1 on a windows smartphone?
    Paul

    Hi hayden,
    Thanks for this information.
    If i want to use a swf which is builled on Flash Lite 2.1 on
    my SE hendset (K790i), so their is no why to do so!
    If i want to use or test the same swf (builled on Flash Lite
    2.1)on mobile, so i have to buy a nokia phone?
    If it is right then that means SE is not competabel for Flash
    Lite 2.1, and
    THIS IS THE LIMITATION OF SE PHONE'S.
    Vijay

  • Flash Lite applications event handling

    Hi
    i am new to flash lite. I am basically a J2ME person.I just want to know how this scenario is handled in device.
    Flash application is running in the foreground on a Windows mobile device. Suddenly, another application becomes foreground say a call comes then how it will be handled??. Will the flash application knows this information? In midlet we have something like hidenotify shownotify how we can handle this in flashlite ??

    Hi,
    If you're coming from the J2ME world, you'll be disapointed about Flash Lite Capabilities as regards the operating system.
    Flash Lite is running in a virtual machine as you know, but unlike Java, only few methods are available to deal with operating system data/events.
    "Suddenly, another application becomes foreground say a call comes then how it will be handled??"
    As you know Flash was design to run "graphic animations", when Flash Player is put to background, the animation is simply paused.
    However, I believe actionscript code is still processed even in background.
    "Will the flash application knows this information?"
    No way
    "In midlet we have something like hidenotify shownotify how we can handle this in flashlite ??"
    According to the OS you're using, Windows Mobile or Symbian, you can combine Flash Lite with plugins ...
    The basic method is often to communicate with a local server running in dotnet or java and processing operating systems data/events.
    Check :
    Janus-Flash (dead project I think) for Windows Mobile
    Kunerilite for Symbian
    Wait Flash Player 10.1 for mobile devices... along with AIR port, Adobe might offer more OS data/event handling in the Flash Player.

  • Urgent : Support of Windows Mobile 5.0

    Hi,
    We've been using Oracle Lite lately with PPC running Windows Mobile 2003. Since this month, the only PPC we can find on the market are running Windows Mobile 5.0. The question is : does Oracle Lite supports Windows Mobile 5, and if not, is it planned for near?
    Thanks
    Said

    Hi fillip,
    Im trying with PPC50-ARMVI on my new wm5 device. But i have little problem on installation and registering the dm agent. I cant see the scroll bar on the screen for me to select ok or cancel...... Any suggestions (But i can stll use ppc2003 and it works fine)

  • New To Flash Lite

    Hi,
    I am new to Flash Lite. Can any one tell me a site to learn
    about Flash Lite.

    Ciao
    here the Boston Adobe Mobile and Devices User Group site:
    http://flashmobilegroup.org/
    There are a collection of links to many Flahs Lite
    developers, articles, presentations and seminars.
    you can take a look at my blog too: www.biskero.org
    I suggest you to view some of the online presentations from
    Adobe
    Alessandro

  • Flash Lite 2 component:XML List Box Lite for Dynamic Flash Lite 2 application

    XML ListBox Lite is the Flash Lite UI component lets you
    create XML driven dynamic lists for your Flash Lite 2 mobile
    applications!
    XML ListBox Lite is a Flash component for Flash Lite 2.0
    application development for mobile phones. Creating a lightweight
    dynamic list box for Flash Lite application becomes as easy as a
    snap using this component. Now no more the Flash Lite application
    developers need to be worried about creating dynamically populated
    list box that will work on nearly every symbian series 60 models
    which support Flash Lite 2.0.
    XML ListBox Lite comes handy when you plan to create a
    dynamic list which is populated with the data sourced from a simple
    XML file , such creating a play list for your Flash Lite MP3 Player
    application, creating a list for a shopping catalogue etc.
    XML ListBoxLite is a complete solutions for creating
    customized xml driven dynamic lists in Flash Lite 2 mobile
    application development.
    The basic features of the component are:
    Create Unlimited Number of Tabs: XML ListBoxLite can populate
    any number of tabs and provides proper visualization and navigation
    of these tabs.
    Fully Functional Scrollbars: The scrollbars position ratio is
    auto adjusted by the number of tabs that appear in the list, which
    gives the users whether any tabs are left in the list to scroll.
    Display Tabs as per needs: This list component allows you to
    display any number of tabs from the range of 8, 4, 2 and 1, at any
    instance. This serves the need for example when you have more text
    to display you can choose 4 or 2 tabs so that you need not
    compromise on the content side.
    Customize the Look and Feel: You can set any color as
    parameters for different elements of this list component so that it
    will fit your application seamlessly.
    Virtually zero time to implement: This component does not
    require any extra programming in FlashLite 2.0 Action script to
    display your contents. Just update the xml list and it is ready for
    use.
    Lightweight and User friendly: XMLListBoxLite offers you
    great glossy look and advanced features within just 17 KB . The
    user experience is also magnetic.
    More details at:
    http://esspl.com/flashcomponents/xmllistboxlitehome.asp

    Hello there,
    I am have a similar kind of problem. I am trying to run a video on Pocket PC (WM5) using video.play() method on FlashLite 2.1. It works fine in Device Central and my Nokia mobile (symbian OS with default FlashLite 2.1). Video is obviously embedded in FlashLite 2.1 and was originally in *.3gp format.
    Can you please help me where I am going wrong or what am I missing ?
    As ever,
    Vinayak Kadam

Maybe you are looking for