Flash Remoting in Windows CE

Just wondering if Flash remoting runs on a Windows CE device.
The device I'm looking into is a touchscreen running on Windows CE
5 Pro. Assuming it has enough processing power, will it be possible
to run swfs published for the Flash 7 player, and have them
communicate with Flash remoting for J2EE.

the same puzzled me

Similar Messages

  • Flash Remote Debugger Help

    Yesterday, my Flash CS3 AS2 remote debugging stopped working
    after I installed a number of Adobe updates and on Mac OS X (Intel)
    update. Before I installed the updates, I was able to debug any SWF
    loaded in my browser window with the CS3 debug interface and output
    window. After I rebooted, all of my browsers stopped sending my the
    prompt to connect to a local host or enter an IP. Also, "debug" is
    no longer an option in the drop down menu when I right click on the
    swf in the browser window. Flash remote debugging is marked
    properly in the FLA publish settings and a new SWD is being
    published every time I test. But the player doesn't attempt to
    connect at all! I don't know if the loss of this functionality is
    related to the updates but it does seem that way.
    Any help, please?!
    Thanks,
    Steven

    Problem solved. After the update, I needed to get the newest
    version of the Adobe Debug Player for Intel Macs.
    see what players you have here:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    get the player specific to your OS here:
    http://www.adobe.com/shockwave/download/alternates/#fp

  • Good evening I would please help me, IGood evening I would please help me, I have problems with flash player when update on my computer Flash Player for windows 8, gives me error in the installation that is not apply on my computer. Please help. Thank You

    Good evening I would please help me, IGood evening I would please help me, I have problems with flash player when update on my computer Flash Player for windows 8, gives me error in the installation that is not apply on my computer. Please help. Thank You

    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11
    If that is too inconvenient, using Google Chrome may be a preferable alternative.

  • HELP: Problem using AS3 and CF-Flash Remoting CFC

    I am trying to use CF flash remoting from an AS3 Class using
    the NetConnection class. The approach I am using is directly from
    "ActionScript 3.0 Cookbook" by Joey Lott et. al.
    I am using a totally standard default install of CF, Flex and
    SQL server on Windows 2003 R2.
    When I do a CF Flash remoting call using,
    _netConnection = new NetConnection();
    _netConnection.connect('
    http://pordev2.wcrt.xeroxlabs.com:8500/flashservices/gateway/');
    _netResponder = new Responder(onGotData, onGotError);
    _netConnection.call("porTechDB.PorComponents.ProjValuationRemote.getProjValuationData",
    _netResponder, 1, strtest);
    all seems OK. The CFC returns the integer and string just
    fine.
    HOWEVER, when I also add an associative array, "aa", to the
    string of arguments, I get an error...
    _netConnection.call("porTechDB.PorComponents.ProjValuationRemote.getProjValuationData",
    _netResponder, 1, strtest, aa);
    returns the error: "Unknown object type tag (17)"
    The same error is also returned if "aa" is an XML variable
    instead of an associative array.
    So:
    a) Is this a bug?
    b) Is there an AS3 specific gateway I should have referenced?
    c) Is Flash Remoting not yet supported in AS3?
    Thanks you for your time,
    Ned
    =================================================================
    Here is my test code:
    <cfcomponent displayname="ProjValuationRemote"
    hint="Returns an array of Project Header, Valuation and supporting
    data recordsets">
    <cffunction access="remote" name="getProjValuationData"
    output="false" returntype="String">
    <cfargument name="test1" type="numeric" required="no"
    default=1>
    <cfargument name="test2" type="string" required="no"
    default = "a default string">
    <cfargument name="AA" type="Struct" required="no">
    <cfset testReturn = #test2# & ": TESTING -- This is
    the return integer: " & #test1#>
    <cfreturn testReturn>
    </cffunction>
    </cfcomponent>
    public function requestVRD():void {
    var strtest:String = "Simple test string";
    var aa:Object = new Object();
    aa.curDataSet = 86;
    aa.curYear = 2007;
    _netConnection = new NetConnection();
    _netConnection.connect('
    http://pordev2.wcrt.xeroxlabs.com:8500/flashservices/gateway/');
    _netResponder = new Responder(onGotData, onGotError);
    _netConnection.call("porTechDB.PorComponents.ProjValuationRemote.getProjValuationData",
    _netResponder, 1, strtest);
    private function onGotData(re:String):void {
    // arVRD = re;
    trace(re);
    returnString = re;
    trace("got remote data response");
    private function onGotError(error:Object):void {
    trace("Executing the gotProjectData_Fault: " +
    error.description);
    trace("Executing the gotProjectData_Fault -- no detail");
    // setErrorAlert();
    This works as expected producing the following trace:
    Simple test string: TESTING -- This is the return integer: 1
    Replacing the remote with the following, which adds an array
    to the parameter list...
    _netConnection.call("porTechDB.PorComponents.ProjValuationRemote.getProjValuationData",
    _netResponder, 1, strtest, aa);
    Produces the following error:
    Executing the gotProjectData_Fault: Unknown object type tag
    (17)

    I didn't think so,
    We are putting together ads with alot of images with that 40k limit
    so the images don't look great.
    I was trying to find the best way to work with the images, while keeping it as simple as possible.
    Oh.... your right I was hoping to slowly introduce my associates into AS3, I thought If this could be done
    It woud be a great tool to introduce them to, but no
    Thank you for your time and feedback

  • Is This a CS4 Flash Remoting Bug?

    I think I have discovered a bug, but am looking for others to comment and maybe somebody knows of somebody else that has experience with this issue.
    I have a very large flash app I am working on for a multi-user RPG game, it relies heavily on flash remoting via AMFPHP so that flash clients logged into the game may communicate with each other and the main game server which handles database storage, the game heartbeat functions,etc.
    I have been developing the app on Flash CS4 for Windows and never have had any trouble, it works fine in the IDE environment when testing the movie and the published version works fine as well.
    Now I have a Mac version of CS4 and I am getting some crazy problems running the app in Test Movie mode in the IDE.
    After I start the app in Test Movie mode and run it for a few seconds all flash remoting stops working, the game continues to run and no error messages are generated but all of the NetConnection calls do no do anything, they do not connect, they generate no errors. Ok, thats strange enough but now, if I kill the Test Movie and rerun it via Test Movie no NetConnection calls are made and the initial .connect call does not go through, I have watched the server logs on the other end and no attempts to reach the gateway.php are made. This continues until I unload all of the .fla and .as files associated with the project and then reload them, and then it starts again, works the first time for 5 seconds or so and then all NetConnections stop completely.
    So to summarize what I think is a bug specifically for the Mac platform of Flash CS4 Professional:
    1. Projects works fine in Flash CS4 for Windows
    2. In Flash CS4 for Mac, the project runs for about 5 seconds in Test Movie Mode and then all NetConnection activity stops
    3. No errors are generated for the NetConnection
    4. Continues to fail even restarting the project until I close the files and re-open them in the IDE
    Sounds like a bug, does anybody know of others with this problem, or does anyone have anything I can try?
    Thanks,
    Andy

    The application doesn't hang but the TextBlock ends up on top the Button when you set its Text property. That's why you cannot click on the Button.
    If you set the Text property of the TextBlock in the XAML markup you won't be able to click the Button when you run the app because of the same reason:
    <TextBlock x:Name="OutputMsg" Text="sample text"
    Margin="0,200,0,0"
    HorizontalAlignment="Center"
    FontSize="18" />
    The solution is, like you have already discovered, to put the TextBlock in the StackPanel so it ends up
    below the Button and not on top of it in the same Grid.
    Please remember to mark helpful posts as answer to close your threads and then start a new thread if you have a new question.

  • Flash Remoting HTTP Status 500

    Kindly help me with getting Flash Remoting started. I am
    using CF8 and my Flex client connect to the Flash Remoting.
    Fault Detail:
    Channel.Connect.Failed error NetConnection.Call.Failed: HTTP:
    Status 500: url: '
    http://localhost/flex2gateway/cfamfpolling'
    Kindly provide your inputs.
    Best
    Sam

    Can you try the following to see if the error goes away:
    -- Stop the daemon manager
    -- Go to the directory NMSROOT/MDC/tomcat/work/Standalone/localhost
    and delete everything in under here, files and folders. You should see something like this under here:
    campus CSCOnm_servlet ipm rme
    campus_servlet CVng JSP_CAMPUS
    cmapps cwhp JSP_cmf_security
    You can delete all of these and once they are removed restart the
    daemons
    Note -- NMSROOT is the install path LMS
    ex) Solaris /opt/CSCOpx
    Windows c:\progra~1\CSCOpx
    Give it about 15 minutes to get everything restarted and rebuild the
    servlets we just cleared.
    Now let's go into the GUI and try to access the link that was giving the
    server error.
    Does it give the same error?

  • Flash Remoting not working with CFERROR tags

    I need help and can't find out what's going on. I developed
    an app with CF7 and Flash Remoting and everything works fine, but
    as soon as I add an error-handling<CFERROR> tag to my
    Application.cfc file, Flash Remoting no longer works. It's almost
    like it can't connect to the gateway anymore or something is
    blocking it. When I remove the <CFERROR> tag in the
    Application.cfc file, everything works fine again. I really need to
    find a solution to this, any ideas???
    (CFMX7/SQL Server2000/Window 2003 Server)
    Here's my Application.cfc code:

    I have attached the actionscript for the data connection. The
    odd thing about this issue is some of the data is being displayed
    from the webservice call and then some is not. The drop down list
    is not being populated but I am getting some text in a textarea
    that is on the form. My datasource is a SQL Server database and in
    ColdFusion administrator, I used the actual machine name to point
    to the datasource because it is directly linked to my web server.
    This configuration is the one giving me problems. If I change the
    datasource to my test SQL Server (server.somewhere.com) it works
    fine. Does this help any?

  • CF Flash Remoting Settings For Remote Server

    I am trying to setup Flex Builder 2 for evaluation, with Flex
    Builder on a Windows XP machine and ColdFusion (7.0.2) on a remote
    server. When attempting to start the Flex Project Wizard using
    Flash Remoting, I am having trouble understanding what the settings
    should be for root folder and root URL. Nothing I've tried,
    including hints based on other posts, has helped.
    It would be helpful to have an example in the help docs for
    this type of situation. It can't be uncommon and I see a few others
    have had similar trouble. Thanks.

    On your machine, these are the settings (I use CF with IIS,
    not the standalone CF server):
    On Project Properties>
    Flex Server: ‘C:\CFusionMX7\wwwroot’
    Root URL: ‘
    http://localhost/’
    When you upload to your remote server, upload the entire
    Output Folder (usually ‘bin’). You can leave out the
    xx-debug.html and xx-debug.swf files, but upload all the others.

  • Flash Remoting on local development box

    I really hope someone can help with this. I've googled to
    death for two days and can't find anything. I'm at my wits end.
    I've installed CF8 on Windows XP Pro on IIS5.1 with multiple sites.
    I'm also using Flex 3. I'm trying to get a simple helloworld app to
    work using flash remoting with a cfc. When I run it, in the error
    dialog, I get this error among others:
    [RPC Fault faultString="Send failed"
    faultCode="Client.Error.MessageSend"
    faultDetail="Channel.Connect.Failed error
    NetConnection.Call.Failed: HTTP: Failed: url: '
    http://localhost/flex2gateway/'"
    I've tried to connect to
    http://localhost/flex2gateway/
    through the browser and I get a page cannot be found message. Note
    that I had to change the root directory in IIS to point to my new
    site, so it's not the default site any longer. If I change it back
    to the default, I can find this file. I can't figure out for the
    life of me how to get that url to work in the new site? Surely
    someone else has multiple sites and knows how to solve this?
    Thanks!
    Holli

    Hallefrickinglujah! I finally got it to work. I'm going to
    post the answer here to help someone in the future. For sites you
    create AFTER you install CF8, you have to create the JRunScripts
    virtual directory as described in this article:
    http://www.frenches.com/blog/index.cfm/2007/5/7/Flex-Coldfusion--Dont-make-me-have-to-sepa rate-you-two
    Just make sure that after you create it, you go into IIS and
    give execute permissions to Scripts and Executables - It's a drop
    down in the properties dialog of the virtual directory. Good
    luck!

  • Error connecting - flash remoting

    Hi, wonder if the wisdom of crowds can help us
    We have an issue with people connecting to our FMS app.
    What we’re using:
    - Flash Remoting via an http gateway service
    On client’s internal networks, the connection to the
    Flash Remoting gateway service on our server is not able to be
    established and times out.
    Possible problems:
    - Port being blocked
    - Firewall preventing 2-way communication
    - Windows firewall preventing communications
    - Automatic routing for port 80 preventing the server
    response from reaching our app
    Has anyone else run into this problem, any fixes or work
    arounds.
    Thanks for your time and energy ;)

    I've extended an ArrayCollection as my AS client side object
    and am declaring a property "source" in my CFC. It works well when
    I retrieve data from the server but doesn't allow my to "post" it
    back. I'll give Charles a try and see if I can find anything more
    useful. Thanks for your feedback, it is greatly appreciated!

  • How to install USB flash drive in windows 7

    Could anyone please help to install USB flash drive to Windows 7. This will enable me to hook up keyboard and mouse to my laptop. Thank you so very much for any assistance.   

    Hi,
    Could you please help us to know what is your computer, Please use the following instructions for find out the model/product of your machine:
      http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&​cc=us&docname=c00033108
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Firefox Selenium Remote Control window does not close.

    Using Selenium 2.17 and/or Selenium 2.26 on Windows 7 we are having a problem with the Firefox Selenium RC (Remote Control) window not closing after the Selenium tests have completed.
    We did not have any issues when using Firefox 10.0.1esr, but when we upgraded to 10.0.10esr the problem showed up.
    Any ideas how to solve this problem? Our company requires us to be at the latest ESR release so going back to 10.0.1esr is not an option.
    Any plans to resolve this problem in another ESR release?
    Thanks,
    Karl

    Please check SAP note 1512960  and SAP note 1384496.
    http://service.sap.com/notes
    This behaviour is by design.
    Regards,
    Stratos

  • How do I open an encrypted flash drive from windows

    How do I open an encrypted flash drive from windows?

    How was the flash drive encrypted, that is, with what system or software?

  • Remote control and MCE remote on Windows

    I am having issues with the remote control app on the Tablet S1 and MCE remotes on Windows 7 (64-bit). After learning the buttons for the MCE remote, pressing the same button more than once from the app does not do anything. For example, if I press the Up button the first time, it works fine. But if I press the Up button again, nothing happens. I have verified that the original MCE remote works as expected, and I have also verified that the tablet and the remote control app works with the MCE receiver connected to Ubuntu 11.10. Is anyone else running into this problem? How will the remote control app get updated (via the market or from system update)? Any help would be greatly appreciated. Thanks in advance.

    Hello,
    Welcome to the User Discussion Forums
    If you have issues with the UP button, you can reprogram just the UP button without starting over
    Please follow this guide to re Learn an existing button within your Remote
    https://us.en.kb.sony.com/app/answers/detail/a_id/34897/c/65,66/kw/34897
    If relearning the UP button does not resolve your issue we suggest calling in for assistance.
    http://esupport.sony.com/US/perl/suppor ... ype_id=110

  • How to upgrade Flash Player in Windows 8.1 Pro

    I have windows 8.1 pro with IE 11 and the news video won't be able to play online. The error message is "Sorry, Clip not found...Media not found". It gives only an option to click 'OK' and the screen stays black. I am sure the video is OK, because I can run it on Windows 7.
    I contacted Microsoft Support and they suggested I upgrade my flash player. My flash player version is 13.0.0.206 and the lasts is 13.0.0.214. I tried to upgrade and it says "Flash player is integrated in Windows 8" and no option to install it.
    I also tried uninstall Flash player with Uninstall Flash Player tool but it did not uninstall Flash even though the message said 'uninstalled successfully'.
    In brief, how do I correct 'Sorry, clip not found. Media not found' when I play online video? This is a news video, not movie or youtube and how do I upgrade Flash on Windows 8.1 with IE 11.
    Thank You.

    Hi Texan,
    Microsoft embeds Flash Player in Internet Explorer on Windows 8.x systems and you can only update Flash Player for IE by updating Internet Explorer.  Microsoft releases Internet Explorer updates whenever there is a Flash Player update (usually monthly).  To update your version of Internet Explorer go to Control Panel > All Control Panel Items > Windows Update > Check for Updates.  Since you don't have the latest version of Flash Player, it should find the 'Security Update for Internet Explorer Flash Player for Windows 8.1 (KB2957151)' released May 13, 2014.  Alternatively, the URL for this specific download is http://support.microsoft.com/kb/2957151.
    If you also have other non-IE browsers, you can install/update Flash Player by going to http://get.adobe.com/flashplayer using the non-IE browser and the page will present you with the appropriate version for the OS and browser.
    Maria

Maybe you are looking for