Is it possible for Flash Remoting to do this?

I was wondering if it is at all possible to program a Flash
site for Flash Remoting and use a database on another server? Of
course we have access to the server and could place and script
there to use the database.
Do we have to use the same language as the other server and
far as fetching information?
I would love to use Coldfusion on my server and retrieve info
from the server where the other site resides that uses php.
Is this possible? Thanks!
C

J91605 wrote:
 In 2012 I had a vehicle repossessed. Recently I decided to do something about my credit. When I ran my credit report I noticed that the lender is reporting 2 repos. 2 seperate amounts. One for 7700 and another for 738. I disputed this on EQ. It was verified so I called the lender who stated that the 2nd amount was for the repo charges. I asked her why that was not added to the 7700 account. She stated they could not. I asked to for them to send a copy of the signed contact where I agreed to pay that amount for that charge. She stated they did not have one but they could send a copy of the original loan contract, but it would take a while do to it being at another location in there file storage. How could EQ verify if the loan company doesn't have contract accessible, and can they report 2 repos for one vehicle?I don't know if it is legal or not. However, it doesn't make logical sense to me that they could split the debt into the balance owed on the vehicle and the cost to repossess. The ability to collect both the deficiency and the cost to repo is in the contract you signed with the lender. IMO that means the total unpaid deficiency would be one figure - not two separate tradelines because the contract is what permits the lender to collect both the repo fees and the deficiency amounts. If I were in your shoes I would do the following:First, send a letter to the lender in writing that they correct their reporting with the CRA's of the deficiency and be specificSecond, if the lender doesn't correct the reporting, contact the CFPB.  The upside is that they may just remove the tradelines entirely rather than correct.  GL

Similar Messages

  • Where is "Using Flash Remoting for Flash 8 ActionScript 2.0.pdf"?

    I am looking for pdf documentation for Flash Remoting using
    Flash 8. I am not interested in Live Docs.

    You can find documentation in the Flash help. Also, remoting
    for Flash 8 is the same as remoting for Flash MX 2004 if you find
    something for mx 2004.

  • HELP ON MOVING FLASH REMOTING

    i seriously need help, i used flash cs3 professional, and
    there is no FLASH REMOTING CLASSES!. i need a very good tutorial on
    how to move FLEX RPC library to FLASH CS3 library. i really need it
    in FLASH CS3. Please reply asap. i really appreciate it very much.
    email [email protected] if can. Thank you.

    Hello,
    Have you seen the tutorials at gotoandlearn.com for using
    AMFPHP for Flash Remoting. In AS3 the Remoting classes have been
    included in the new NetConnection classes.
    Go here to watch the first tutorial and then watch the second
    as it's more in-depth. He talks a little about the Flex RPC lib.
    http://www.gotoandlearn.com/player.php?id=78

  • Flash Remoting Works Locally But Not On The Server

    Hello,
    I have a flash file that connects to an asp.net page. The
    aspx page queries a databse and returns a set of records to flash.
    Flash reads in those records and processes those records. Locally,
    this works fine. However, on the server, nothing happends. I spoke
    with tech support at hosting company and they tell me everything is
    installed for Flash Remoting.
    Here is the code thats on the server:
    import mx.remoting.NetServices;
    import mx.remoting.NetDebug;
    mx.remoting.debug.NetDebug.initialize();
    //CONSTRUCTOR
    var inited:Boolean = false;
    if(!inited){
    inited = true;
    NetServices.setDefaultGatewayUrl("
    http://63.134.251.243/gateway.aspx");
    var gatewayConn
    bject = NetServices.createGatewayConnection();
    gatewayConn.setDebugID( "Gateway Connection" );
    var SQLQueryToolService
    bject = gatewayConn.getService("matthewlemke", this
    function SQLQueryToolAction(){
    SQLQueryToolService.test("SELECT * FROM flashImages");
    function test_Result(result){
    trace(result);
    _root.abc.text = result.toString();
    SQLQueryToolAction();
    Here is the code locally:
    import mx.remoting.NetServices;
    import mx.remoting.NetDebug;
    mx.remoting.debug.NetDebug.initialize();
    //CONSTRUCTOR
    var inited:Boolean = false;
    if(!inited){
    inited = true;
    NetServices.setDefaultGatewayUrl("
    http://localhost/matt/gateway.aspx");
    var gatewayConn
    bject = NetServices.createGatewayConnection();
    gatewayConn.setDebugID( "Gateway Connection" );
    var SQLQueryToolService
    bject = gatewayConn.getService("matt", this );
    function SQLQueryToolAction(){
    SQLQueryToolService.test("SELECT * FROM flashImages");
    function test_Result(result){
    trace(result);
    _root.abc.text = result.toString();
    SQLQueryToolAction();
    Any help is greatly appreciated.
    Thanks,
    Vic

    I am having the exact same problem. My remoting application
    works fine on my laptop as long
    as the url for the gateway reads
    http://localhost/remotingData/gateway.aspx,
    but if I change
    it to the name of my machine and attempt to run the swf I
    keep getting a NetConnection.call.badversion error in the
    netconnection debugger. If I attempt to connect through IE it just
    sits with no reply.
    Is there some kind of permission thing going on here?
    Flash MX2004 Professional
    Flash Remoting Components MX2004 (unlicensed)
    IIS 6.0
    IE 6.0

  • Change description general ledger master data not possible for some languag

    Hi all,
    We have a lot of language translation on tab Key word/translation for all G/L accounts. English is our log in language. When we want to change the description in Finnish, Norwegian and Danish this is not possible (this lines are grey, only display mode). We can´t remove these lines and we can´t change them. It is possible for all other languages except this languages and English. Does anyone have a clue why this is not possible?
    Thanks in advance!
    BR L

    Hi Lisa,
    I was asking if you can maintain a new description (for an account number where no description in one of the mentioned languages is entered) so the message "Description already exists in language XX" should not appear in that case...
    In general, account descriptions are stored (for chart of accounts / language key) in table SKAT thus you can check the entries already available.
    Did you contact the user-authorization responsible which authorization objects are assigned? FS00 contains authorization objects for account auth. group (F_SKA1-BES), company code (F_SKA1_BUK) and the whole chart of accounts (F_SKA1_KTP), maybe some change authorization (activity 02)  is missing?
    Best regards, Christian
    Edited by: Christian Ortner on Nov 22, 2010 1:06 PM

  • Flash Remoting for Video?

    We currently have our own proprietary media pipeline for
    video. This pipeline is written in C++ and we would like to display
    the video from the pipeline without a Flash/AIR application. I
    researched Alchemy and various SWF2EXE solutions for being able to
    hook into our existing c++ pipeline. I'm going down this road
    because maybe remoting is a possible solution.
    If anyone has suggestions on a path to solve this problem, I
    would appreciate it. If remoting can accomplish this, then maybe
    some pointers.
    Thanks,
    Barry

    Hi,
    You need to have just ASP.NET hosting,
    I you use Flash or HTML for the provider is the same.
    You search asp server or Gateway for remoting access
    ps : you can use Fluorine Gateway!
    Olivier
    danisilveiro a écrit :
    > hello.
    > i am in desperate need of a hosting provider that offers
    Flash Remoting for .NET applications hosting.
    > anyone ?
    > ps. not viux or webserve :(

  • Flash Remoting for Flash 8

    I'm confused about using Flash Remoting... is this technology
    installed server-side or is it compiled into the swf?
    thanks

    You can find documentation in the Flash help. Also, remoting
    for Flash 8 is the same as remoting for Flash MX 2004 if you find
    something for mx 2004.

  • 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.

  • CF Flash Remoting (Ex 9 for CF) Missing Flex (Client-Side) Solution File

    Looks like there is no Flex solution file for Ex9 for CF,
    just the server-side code.
    As a workaround, you can download the LCDS solution, and make
    a modification to make it work with CF Flash Remoting.
    Replace ReservationForm.mxml's <mx:RemoteObject> tag
    with the following:

    Awesome

  • Flash remoting image loading

    Hello, can someone please tell me if this is possible:
    I want to use flash remoting (AS2) to enable coldfusion
    database connectivity that will dynamically populate my .swf with
    images.
    If it is possible, can someone please direct me to where I
    can learn how to do this.
    thanks kindly for any info.

    To answer the first question, yes it is possible.
    Second, search sephiroth.it's web tutorials on remoting.
    Good luck!

  • 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

  • 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

  • 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!

  • Help w/speed of Flash application - Use load vars, flash remoting or other....

    I'm looking for a little help with a dynamic Flash
    application I am building with ColdFusion integrated. I need the
    Flash to load and interact with a SQL Server database as quickly as
    possible as the user interacts with the Flash application. I have
    done research and thought that Flash Remoting was the way to go
    especially when using ColdFusion with Flash, but I am experiencing
    a lot of lag time when a user tries to load more data.
    So I'm looking for some advice on what is the fastest/best
    way to pass data back and forth between Flash and ColdFusion.
    Currently I am using Flash Remoting via ColdFusion web services
    (first time using this), but again with the lag time I am receiving
    I am thinking maybe my old way of using LoadVars would be faster? I
    am also open to any other means to pass data from ColdFusion/SQL
    database to Flash that exist. I am just looking for the quickest
    way for my customers to interact with the Flash piece.
    Thanks for all your help!

    Also would like to note that internet explorer does not have this problem, I would prefer to figure out why this is happening and resolve it as I hate IE.

  • Test of Flash Remoting failed

    I have ColdFusion Developer edition installed. I tried to
    test Flash Remoting by trying the following URLs:
    http://localhost:8500/flashservices/gateway
    and
    http://localhost:8500/flashservices/gateway
    and both of them produce "Web page not found" message. Does Flash
    Remoting should be automatically installed with ColdFusion?
    I attempt to reinstall ColdFusion 7.Do I need the latest
    version or some updates? Is it possible to install Flash Remoting
    separately to work with ColdFusion, if it's not found on my
    computer?

    Hi Luba2,
    now, when having access the address of gateway of the
    Remoting Flash for browser more does not return a blank page as in
    version MX 6, but it is redirected for
    http://servidor/flashservices,
    that returns:
    404 /flashservices/
    /flashservices/
    In this point, an entrance in the archive of log is created
    flash.log:
    "[Flash Remoting MX]->Request received was not Flash-based
    (not of the binary AMF protocol)."
    More information in:
    http://www.adobe.com/support/documentation/en/coldfusion/mx7/releasenotes.html#otherchange s

Maybe you are looking for

  • BOE XI R2 - Configuring RAS with Service user, RAS Fails to start...

    Colleagues: Where would kbase article c2018785 be found? I am configuring my BOE XI R2 to use End-to-End SSO via IIS using this document from Business Objects: Link: [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/403cdf46-c63e-2

  • Convert smartform output in to PDF using CONVERT_OTF function  how to do it

    Hi Anil , and  Hi All          I am trying to display smartforms output in java webdynpro          for that i have got the following code in sdn.            can anybody please clarify these doubts in the  below code            1) What are the mandato

  • Swap "Reply All" To/CC recipients in Mail? "Followup" button?

    Many many times when I need to follow up on a multi-recipient email message, I find myself choosing "Reply All" and then manually swapping the contents of the To and CC recipient fields. The problem is that if I "Reply All" to something that I previo

  • Preloader Delay

    I noticed in the manual that the preloader for Flex apps have a 700 millisecond delay. This isn't very significant... but you can see the screen flash my not-yet-formatted components on the screen during this time. Is there a way to adjust the delay

  • How to filter compounding value when no data available for that field.

    Hi experts, I have a compounding value (Logical Procurement System) for an infoobject username which shows up in Bex when no data is available for that row. It shows up like this "compounding value/not assigned" instead of just "not assigned". I have