Use flash charts from multiple base URLs

My APEX apps are hosted by a shared service provider who uses a front end proxy. Following the instructions in this forum, I was able to get flash charts to work by substituting my client URL for #HOST#.
Example, Change:
<embed src="#IMAGE_PREFIX#flashchart/
#CHART_TYPE#.swf?XMLFile=#HOST#apex_util.flash?p=&APP_ID.:5:&APP_SESSION.:FL
OW_FLASH_CHART_R#REGION_ID#"
to
<embed src="#IMAGE_PREFIX#flashchart/#CHART_TYPE#.swf?XMLFile=
http://mydomain.hostingcompany.com/pls/apex/apex_util.flash?p=&APP_ID.:5:&APP
_SESSION.:FLOW_FLASH_CHART_R#REGION_ID# "
I changed this base url in multiple locations in the chart source code and the charts now work.
THE PROBLEM
Users access the site via a public domain http://www.xyz.com. In order to get the charts to work I then need to change #HOST# to http://www.xyz.com/pls/apex. Then they no longer work when accessing via http://mydomain.hostingcompany.com/pls/apex.
Is there some way to get the charts to work irrespective of which path users take to get to the site?
ANOTHER PROBLEM
Though the above fix works for stand alone flash charts it does not work for the charts in interactive reports or the sample charts displayed when using the chart builder wizard in the application builder.
Is there somewhere to change in order to get the sample charts in the create chart wizard in application builder and/or the charts in interactive reports?

Hello,
Take a look at this thread -
Re: #HOST# variable at Flash chart region source
Which discusses the issue.
John.
http://jes.blogs.shellprompt.net
http://www.apex-evangelists.com

Similar Messages

  • Duplicate session error using Flash Remoting from Air 3.4 Mobile Apps ( IOS and Android ) with CF10

    We're getting the "duplicate session" error using Flash Remoting from Air 3.4 Mobile Apps ( IOS and Android ) with Coldfusion 10 Standard.
    faultCode:Server.Processing.DuplicateSessionDetected faultString:'Detected duplicate HTTP-based FlexSessions,
    generally due to the remote host disabling session cookies.
    Session cookies must be enabled to manage the client connection correctly.' faultDetail:'null'
    Have read most of the docs about this error -all to do with LCDS
    Notes:
    Not using LCDS,
    No Remote Calls from loaded Sub-Apps,
    No Errors from the Flex Web App which is pretty  much identical and calls the same cfcs.
    The error does not happen all the time and is hard to reproduce - say 5% of app sessions at a guess.
    Could it be a two first time remote calls hitting the server together before a session is set up?
    Our remoteObjects are in two places 1) Main Application.mxml and within a class compiled into the main app - can't see how this would be an issue.
    I enabled session management for the CFCs in Application.cfc but still occurs. Is this neccessary - it's not in any docs?
    Could this be something to do with the app not being shut down - as is typical with mobile users? When they resume use after a day or two surely a new session will be created?
    Please advise thank you.

    For our profect I think this issue was caused as follows:
    Believing that remoting was full asynchronous we fired a 2 or 3 remote calls to the server at the same time ( within the same function ) - usually when the users goes to a new section of the app.
    This seemed to trigger the duplicate http session error since according to http://blogs.adobe.com/lin/2011/05/duplication-session-error.html  two remote calls arriving before a session is created will cause 2 sessions to be created.
    Our current solution ( too early to say it works ) is to daisy chain the multiple calls together .
    Also there seemed to be an issue where mobile apps that never quit ( thanks Apple! )  caused the error when activated after a few hours.
    I guess the session expires on the server and the error above occurs on activation.
    So the mobile apps now ping the server with a remote call when activated after sleeping for more than one hour.
    All duplicate http errors are silently caught and reported.
    Fingers crossed we won't get any more!

  • Using flash projector on multiple screens

    hi,
    i have a display project for which i will be using 4 plasma
    screens linked together as 1 giant screen. I'm not sure if flash's
    "full screen" mode will work...and i don't know of any 3rd party
    software off the top of my head that will work...
    can flash or is there any 3rd party software that will allow
    me to run a flash projector across multiple screen connected
    together?

    icecappacino wrote:
    > hi,
    >
    > i have a display project for which i will be using 4
    plasma screens linked
    > together as 1 giant screen. I'm not sure if flash's
    "full screen" mode will
    > work...and i don't know of any 3rd party software off
    the top of my head that
    > will work...
    Flash won't do it in flull screen, tho 3rd party tools will.
    Jugglor from
    http://www.FlashJester.com
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Using Flash Components in multiple SWCs inside AS-only project

    Ok, this is a somewhat complicated issue dealing with SWCs and compilers. I've outlined steps to reproduce the problem below. I'm using the method outlined here to bring in Flash content to my project. I have 15-20 SWCs already, and it's working fine for those assets, the problem is specifically related to Flash's components (ComboBox, RadioButton etc.) If anyone has *any* advice on this, please let me know as we are completely stumped at this point!
    The issue we're having involves using multiple external SWC files which contain AS3 components from Flash CS4. When two SWCs are linked to an ActionScript project (using Flash Builder 4 Beta (build 4.0.0)) there are collisions in the referenced classes which cause the most recently published SWC to knock out any duplicate classes in the other SWCs. A simple way to replicate this is as follows:
    1. Create one FLA, called 'compA', drag one ComboBox, RadioButton and TextInput component onto the stage. Select all and convert to symbol, marking the symbol for export with a class name of Test1.
    2. Create a second FLA, called 'compB', drag one ComboBox, Label and UIScrollbar onto the stage. Convert these to a symbol with a classname of 'Test2'.
    3. Create a new ActionScript-only project in Flash Builder, called 'ComponentTest'.
    4. Create a 'libs' folder in this new project. Select 'Project -> Properties -> ActionScript Build Path' and add the libs folder as a new SWC folder in the Library Path window.
    5. Go back to compA.fla and right click the Test1 symbol in the library. Select 'Export SWC file...' and save it as compA.swc in the libs folder.
    6. Do the same thing for compB.fla.
    7. Edit ComponentTest.as and in the constructor, create an instance of Test1 and Test2, placing each on the stage.
    8. Run the app, and the ComboBox will only be functional in one instance (whichever was published last.) The other ComboBox will behave like a MovieClip, cycling over the two frames in the stage asset (avatar and skin.) It will have no association to anything in the fl.* package.
    Looking at the 'Referenced Libraries' in Flash Builder, compA may show it contains classes for the RadioButton and TextInput, but no ComboBox classes are referenced (sometimes it will show no classes at all, but this appears to be an unrelated bug with refreshing external libraries in Flash Builder.)
    Unzipping the SWC files and examining their catalog.xml manifests shows all the necessary classes are listed (i.e. ComboBox is in both.)
    Removing either SWC will cause the remaining one to work properly, so the problem appears to be in compiling the ComponentTest project which includes both.
    Attempted Workarounds:
    1. Create a new FLA, drag all components used in both files onto the stage and export a SWC called 'components.swc'. Add this SWC to the project's libs folder. In both compA and compB FLA files, add this SWC as an external library in the ActionScript 3.0 Publish settings. Re-export both SWCs. The theory is that the compiler will look for the required classes in the components.swc first, and thus not include them in the export, however this is not the case.
    2. Same as above, deleting ComponentShim from both FLAs before exporting. The result is that no component classes are included, so all components act like MovieClips.
    3. Add the Components source folder to the external library path of both FLAs, assuming the compiler will favor classpath references over compiled class references (ComponentShim). Same result.
    Summary: We have been unable to find a way to use Flash Components in a project if they are referenced in more than one asset library. If we were able to import them once, and have all SWCs which need those classes use a single source, this might not be an issue, but the compiler does not appear to handle this (and we are admittedly not advanced enough to even know if this is possible.)

    Hi!
    I'm having the same problem. Any news on the matter?
    Also, this looks like a very similar problem.
    Best regards,
    X_AmonPL.

  • Flash chart and multiple Y-Axis

    Hi,
    I have to create a flash chart with a bar and a line graphic in 1 graphic output
    The left Y-axis should show the values of the bar (i.e. 0 - 20.000) and the right Y-axis should show the percetage value of the line graphic (0 - 100).
    How can I scale the different values and order it th left or right like EXCEL (APEX 4.1)
    Please help me
    Regards,
    Siegwin

    Hi Siegwin,
    thanks for providing access to your workspace. The reason that that second line is not behaving as you expect is because that series of the chart is not associated with the extra Y-Axis. As I mentioned in my previous posting, the extra Y-axis only gets associated with the second series of your chart. In your case, you're actually looking to associate series 2 and 4 with the extra Y-axis. In order to achieve that behaviour you could do one of the following:
    *1*. Hard-code the data in your custom XML region, ensuring you update the XML tags for the 4th series to look as follows:
    <series name="BX old failurre" type="Line" color="0xDBDC25" y_axis="extra_y_axis_1">instead of how it is currently generated for your chart on Page 1:
    <series name="BX old failurre" type="Line" color="0xDBDC25" >
    NOTE: the extra Y-axis will only be associated with the series where the attribute y_axis="extra_y_axis_1" is included.
    This option is not ideal, because you are hard-coding data in the chart, which won't be updated to reflect any changes to the underlying data.
    *2*. Split your chart out in to two separate charts instead of attempting to represent them on one, as done on Page 2 of your application. NOTE: the first chart is using some custom XML to set the maximum value of the extra series to 100.
    *3*. Generate your own <data> tags, to ensure that the extra Y-axis is associated with your selected series. This would require doing something similar to the Thresholds example here: http://apex.oracle.com/pls/apex/f?p=36648:35 - where you are basically overriding the #DATA# substitution string for your chart and replacing it with your own <data> tags.
    In a future release, we'll look at exposing options on the Chart Attributes page to allow for the setting of attributes specifically for the extra Y-Axis, and also allow for the specification of which series the extra Y-axis should be associated with. In the meantime, I think Option 2 above is your easiest option.
    Regards,
    Hilary

  • Displaying real-time data using gui meter from multiple channels.

    I am using DAQ USB-6009 for my assignment. Part of my task is to display real-data from multiple channels in the form of gui meters.  eg. irradiance and voltage...
    I used a split signal to separate the signals from different channels coming out of the data output terminal of the DAQ assistant. The problem is that I do not know which vi to connect in between the split signal and the gui meter. I am looking for one vi that is capable of handling signals (measurement)  and outputting the data to the gui meters simultaneously and individually based on the channel they are coming from.

    Thnx for your tip, Dennis.
    However, I have another problem that just occurred to me when my VI manages to execute as I wanted.
    I noticed that the needle on my gui meter will only "appears" to be responding to every changes to its input when I have set it to run continuously and the only way to stop it is via abortion which might leave the resources (eg. external hardware) in unknown state. Is there any safer and workable ways to organise the VIs using while loop?
    I have placed my DAQ assistant, write to measurement file (vi), add function, split signal and gui meters all in 1 single while loop.
        DAQ-------> write to measurement file
                 |
                 |                                                 ​                   |--------------------------------> add function----> gui meters
                 ---------------------------------------------> split signals ---|--------------------------------> add function----> gui meters
                                                      ​                                |--------------------------------> add function----> gui meters
    If I do the following steps,
    1. press run continuously to start the VI
    2. click the same button to disable continuous run when the VI has completed its task.
    3. click the stop button in the front panel to stop the while loop
    Does doing these steps ensure that I will not leave resources in unknown state? Is it a safer way to stop a VI which is running continuously?
    Pardon me for I am new to LabView. Even though, I have read the user's
    manual and tried out all the execises, there are some concepts that I
    need clarification on and mistakes that I need to discover through more hands-on.

  • Can i use results get from bing's url search without subscription and API ?

    Hi at all,
    sorry for my english...
    can i use, in my app, results from bing's url search string ?
    or i must get a subscription to Bing API ?
    Thx

    Hi VinxC,
    Do you mean you wanna leverage Bing Search URL, e.g.
    http://www.bing.com/search?q=Microsoft, to get the search results (keywords as Microsoft in this Sample URL) within your app? Essentially, you could make this work via an asynchronous call in your app, for example, via WebClient like this:
    WebClient client =
    new
    WebClient();
    string serviceAddress =
    "http://www.bing.com/search?q=Microsoft";
    client.DownloadStringCompleted += new
    DownloadStringCompletedEventHandler(Client_DownloadStringCompleted);
    Uri token =
    new
    Uri(serviceAddress);
    client.DownloadStringAsync(token);
    private
    void Client_DownloadStringCompleted(object
    sender, DownloadStringCompletedEventArgs e)
    string callresult = e.Result;
    Then you can parse the result string as you want, here are some samples for how to visualize a HTML string:
    http://www.codeproject.com/Questions/619974/Parsing-Html-Document-using-csharp
    http://www.codeproject.com/Articles/57176/Parsing-HTML-Tags-in-C
    However, I don’t recommend you to embed the Bing search in your app in this way.
      >>
    or i must get a subscription to Bing API ?
    As a matter of fact, we could use our Bing search API in a more efficient way, which enables us to embed search results using Json and XML, furthermore, we could have a free offer (5,000Transactions/month) of Bing Search API as well, please refer to
    https://datamarket.azure.com/dataset/bing/search for more information. The quick start and code sample of Bing search API could be found at:
    https://onedrive.live.com/view.aspx?resid=9C9479871FBFA822!112&app=Word&authkey=!ANNnJQREB0kDC04.
     Should you have any concern for using Bing Search API in your app, please feel free to let us know.
    Best Regards,
    Ming Xu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Using Flash CS6 from Creative Cloud

    Hello,
        According to this page:
    http://helpx.adobe.com/creative-cloud/help/install-apps.html
    I should be able to install and run Flash CS6 from Creative Cloud, is it correct? But when I open the Creative Cloud app, the option to install a previous version is not there. Please help.

    If you only have single subscriptions that might be why.  I think you need to have a full Cloud subscription in order to be able to access older applications, not just subscriptions to single applications.

  • How to make chart from multiple loops without local variables

    Hi,
    It is my first experience in LabView.
    I did a program that communicate with Power Supply Device via RS232, sets an output voltage and read Voltage and Current in some sort of a program: Voltage goes up, staying in some value and then goes down. So there are many FOR LOOPS that sequensed one after another.
    I need to make a 2 live Charts (one for current and second for voltage), and the only one solution that i could obtain is using local variables. BUT also I need to export my data to the file after the end of the program (with real elapsed time for collecting data points) and with the use of local variables I cannot do so. Maybe the Shift Register will work, but I could not make it work.
    Thank you for help.
    Attachments:
    test.vi ‏47 KB

    You have multiple, deeply stacked, sequential loops. Way too complicated.
    All you need is a simple state machine architecture using a single loop and a single instance of your charts. No local variables needed. Simplify!!! You could even graph both values on a single chart.
    Look at your code. It is basically repeating the same thing with slighly different inputs. You only need to change the inputs based on state, and re-use the same IO function instances. Only one instance each needed.
    (you also have some misguided autoindexing near the middle of your code. Bad!)
    LabVIEW Champion . Do more with less code and in less time .

  • Signals from multiple base stations

    This may be a very naive question, but here goes. I have a new Mac that supports WiFi 802.11ac. I'd like to replace my current Airport Extreme with the latest model, so I can take advantage of what I assume will be a faster speed. But I have an Airport Express base station (1st generation) that won't support ac. How can I be sure that my Mac receives the signal from the Airport Extreme and not from Airport Express?
    Thank you. 

    Your original question was how to make sure that your Mac would connect to the faster "ac" wireless signal that a new AirPort Extreme would provide.
    Since the "ac" signal is carried only on the 5 GHz signal, assigning a separate name to that signal would allow you to always have your Mac connect to the faster wireless signal.
    If you did not assign a separate name to the 5 GHz network on the new Extreme, then your Mac would connect to the strongest signal.....either the AirPort Express or AirPort Extreme depending on where the Mac was in relation to the AirPort router.
    So, if the Mac was picking up the stronger signal from the AirPort Express, you would lose connection speed, since the AirPort Express does not have "ac" wireless capability.
    Are you saying that, without buying a new Airport Extreme, setting up the separate network will just make file copying faster?
    Whether you buy a new AirPort Extreme or not, having your Mac connect to the 5 GHz signal will insure that it is operating at the fastest available speed.
    The point that I was making was whether you continue to use your older AirPort Extreme or buy a new product........the Internet connection speed on your network will be controlled by your Internet Service Provider and the connection speed plan that you have with them.
    It's nice to know that a new AirPort Extreme might be able to produce a wireless signal at a speed of 900 Mbps.  But.....if your Internet connection speed is 30 Mbps, that is the fastest speed that your network will operate when you are connected to the Internet.
    Buying a new router will not improve your Internet connection speed.  Even your current AirPort is capable of producing a faster signal than your Internet Service Provider can ever hope to deliver.
    Think of your "local" network speed as if it were water moving through a fire hose.  Think of your "Internet" speed as if it were water delivered by a garden hose.
    You can connect a garden hose to a fire hose with the right adapter.......but you will not get any more water out of the fire hose than the garden hose can deliver.

  • Photoshop CS4 CRASH on using Flash Panel from SDK examples

    Hi!
    I'm trying to create a panel using Flex, flash and javascript. But I cannot finish tutorials - they all CRASH photoshop with almost the same code in init() function when using CSXSInterface.** functions.
    When I comment those ones, it's all ok (the script loses functionality, but panels don't crash).
    For example this code
    CSXSInterface.instance.evalScript("PhotoshopRegisterEvent", charToInteger("setd").toString());
    crashes my Photoshop CS4.
    What's wrong? AIR logger doesn' say anything.
    Thank you!
    Anastasiy Safari

    I have exactly the same problem. Can anybody put some light on this issue?
    Regards
    Bartek

  • Using Flash Gallery from Photoshop in DreamweaverMX

    I have created a web photo gallery within Photoshop CS2 using
    a third party source which is Flash Gallery 1. This creates a .htm
    index page and puts all the elements in appropriate folders
    (wherever I tell it to). I am wanting to put this within an
    existing web page without it bringing up a new window. Is that
    possible? I have tried inserting the .htm and it doesn't work. I
    have tried inserting the .swf that it also creates and it doesn't
    work. I can view the .swf in the flash viewer and I can look at the
    htm page in a browser and they both work fine. I just can't figure
    out how to put in into my web page. Can anybody help???

    I have created a web photo gallery within Photoshop CS2 using
    a third party source which is Flash Gallery 1. This creates a .htm
    index page and puts all the elements in appropriate folders
    (wherever I tell it to). I am wanting to put this within an
    existing web page without it bringing up a new window. Is that
    possible? I have tried inserting the .htm and it doesn't work. I
    have tried inserting the .swf that it also creates and it doesn't
    work. I can view the .swf in the flash viewer and I can look at the
    htm page in a browser and they both work fine. I just can't figure
    out how to put in into my web page. Can anybody help???

  • Using Aperture Library from Multiple Computers

    My Aperture library is on an external drive and I have used multiple computers to add files to the library. Unfortunately when I use a different computer than the origin it tells me that the masters are unavailable and I cannot use the image. It tells me they are offline . Any fixes?

    If you put the library entirely on the external drive then no, you won't be able to view previews when the hard drive is disconnected.
    To do that, and share edits with your brother, you'll need to import and export projects. It might be possible to use referenced images, and import or export the project without consolidating masters first, if your masters are on the external drive. I think you'll just need to do some testing, and have a read of 'bagelturf's pages about how the library is organised, and how referenced images work.
    http://www.bagelturf.com/aparticles/ref/index.html

  • Scatter plot using time series function - Flash charting

    Apex 3 + XE + XP
    I am trying to build a time series scatter plot chart using flash chart component.
    Situation :
    On each scout date counts are taken within each crop. I want to order them by scout dates and display them in a time series chart. Each series represents different crop.
    I am posting the two series queries I used
    Queries:
    Series 1
    select     null LINK, "SCOUTDATES"."SCOUTDATE" LABEL, INSECTDISEASESCOUT.AVERAGECOUNT as "AVERAGE COUNT" from     "COUNTY" "COUNTY",
         "FIELD" "FIELD",
         "VARIETYLIST" "VARIETYLIST",
         "INSECTDISEASESCOUT" "INSECTDISEASESCOUT",
         "SCOUTDATES" "SCOUTDATES",
         "CROP" "CROP"
    where "SCOUTDATES"."CROPID"="CROP"."CROPID"
    and     "SCOUTDATES"."SCOUTID"="INSECTDISEASESCOUT"."SCOUTID"
    and     "CROP"."VARIETYID"="VARIETYLIST"."VARIETYLISTID"
    and     "CROP"."FIELDID"="FIELD"."FIELDID"
    and     "FIELD"."COUNTYID"="COUNTY"."COUNTYID"
    and      "INSECTDISEASESCOUT"."PESTNAME" ='APHIDS'
    and     "VARIETYLIST"."VARIETYNAME" ='SUGARSNAX'
    and     "COUNTY"."COUNTNAME" ='Kings' AND CROP.CROPID=1
    order by SCOUTDATES.SCOUTDATE' ASC
    Series 2:
    select     null LINK, "SCOUTDATES"."SCOUTDATE" LABEL, INSECTDISEASESCOUT.AVERAGECOUNT as "AVERAGE COUNT" from     "COUNTY" "COUNTY",
         "FIELD" "FIELD",
         "VARIETYLIST" "VARIETYLIST",
         "INSECTDISEASESCOUT" "INSECTDISEASESCOUT",
         "SCOUTDATES" "SCOUTDATES",
         "CROP" "CROP"
    where "SCOUTDATES"."CROPID"="CROP"."CROPID"
    and     "SCOUTDATES"."SCOUTID"="INSECTDISEASESCOUT"."SCOUTID"
    and     "CROP"."VARIETYID"="VARIETYLIST"."VARIETYLISTID"
    and     "CROP"."FIELDID"="FIELD"."FIELDID"
    and     "FIELD"."COUNTYID"="COUNTY"."COUNTYID"
    and      "INSECTDISEASESCOUT"."PESTNAME" ='APHIDS'
    and     "VARIETYLIST"."VARIETYNAME" ='SUGARSNAX'
    and     "COUNTY"."COUNTNAME" ='Kings' AND CROP.CROPID=4
    order by SCOUTDATES.SCOUTDATE' ASC
    Problem
    As you can see the observations are ordered by scout date. However when the chart appears, the dates dont appear in order. The chart displays the data from crop 1 and then followed by crop 4 data, which is not exactly a time series chart. Does flash chart support time series or they have no clue that the data type is date and it should be progressive in charting ? I tried to use to_char(date,'j') to converting them and apply the same principle however it did not help either.
    Any suggestions ?
    Message was edited by:
    tarumugam
    Message was edited by:
    aru

    Arumugam,
    All labels are treated as strings, so APEX will not compare them as dates.
    There are two workarounds to get all your data in the right order:
    1) Combine the SQL statements into single-query multi-series format, something like this:
    select null LINK,
    "SCOUTDATES"."SCOUTDATE" LABEL,
    decode(CROP.CROPID,1,INSECTDISEASESCOUT.AVERAGECOUNT) as "Crop 1",
    decode(CROP.CROPID,4,INSECTDISEASESCOUT.AVERAGECOUNT) as "Crop 4"
    from "COUNTY" "COUNTY",
    "FIELD" "FIELD",
    "VARIETYLIST" "VARIETYLIST",
    "INSECTDISEASESCOUT" "INSECTDISEASESCOUT",
    "SCOUTDATES" "SCOUTDATES",
    "CROP" "CROP"
    where "SCOUTDATES"."CROPID"="CROP"."CROPID"
    and "SCOUTDATES"."SCOUTID"="INSECTDISEASESCOUT"."SCOUTID"
    and "CROP"."VARIETYID"="VARIETYLIST"."VARIETYLISTID"
    and "CROP"."FIELDID"="FIELD"."FIELDID"
    and "FIELD"."COUNTYID"="COUNTY"."COUNTYID"
    and "INSECTDISEASESCOUT"."PESTNAME" ='APHIDS'
    and "VARIETYLIST"."VARIETYNAME" ='SUGARSNAX'
    and "COUNTY"."COUNTNAME" ='Kings'
    AND CROP.CROPID in (1,4)
    order by SCOUTDATES.SCOUTDATE ASC2) Union the full domain of labels into your first query. Then the sorting will be applied to the full list, and the values of the second series will be associated with the matching labels from the first.
    - Marco

  • Secure Flash Remoting from main.asc not returning a result

    Hi, Iv got a problem here that could be Flash Remoting or
    Flash Media Server related
    I have created an application that uses flash media server
    and flash remoting.
    For authentication in my app I used Kevin Towes suggested
    method "Secure Authentication with Flash Communication Server:
    Using Tickets and Flash Remoting MX." His article is here
    Download
    PDF Here
    Now to the problem...
    My application has no problem connecting to coldfusion using
    flash remoting with the defaultGateway url set to
    "https://www.mysite.com" (ie over SSL)
    However In main.asc, on the Flash Media Server
    When Flash Media server attempts to validate the login by
    connecting to CFMX using flash remoting it gets no response when
    using a secure gateway url. If I set the default gateway url to
    just
    http://www.mysite.com it works
    great.
    Why do I not get any response when using https as my gateway
    url from Flash Media Server?
    thanks

    Sounds like you need to enable mappings for your remoting
    gateway. I'm not sure if it's the same as Flex, but here's what you
    might need to do, or something similar...
    In c:\cfusion8\wwwroot\WEB-INF\flex\remoting-config.xml (or
    wherever CF is installed) look for the <use-mappings> node
    and set the value to true. You will need to restart CF

Maybe you are looking for

  • How to Increase Time-out for Agent Manager in OLT?

    Hello All, When using the Oracle Load Testing Agent Manager for a load test of multiple scripts, I often get time-outs at the start of a test from OLT: "Error communicating with.... : timed out after 60 seconds". When I check the agentmanager.log fil

  • Why do I need to use GIMP to batch process?

    Dear Adobe, I'm grinding through thousands of display and template images for an online retailer. Photoshop layering and masks came in quite handy when I was making the templates but now that it's got down to reusing those templates, I have to look e

  • Audio transition

    this is probably a rookie question but i have 2 movie clips with continuous though different background noise. i would like to put a cross dissolve transition in between the clips but the audio tracks then don't really match the video. i tried to fad

  • I am unable to get 'pages' to open. I have re-installed i-work and i still cannot open 'pages'. Help?

    I cannot get my 'pages' to work. I have re-installed i-work as well as downloaded a newer version of OS-X and still...nothing. I have to be able to finish papers and open attachments from email. Any help?

  • No JPEG previews - iCloud Drive on the Web

    Hi, Due to spending most time in the office I need to use iCloud in the web browser. I bet, I'm not alone. I do not see any reason NOT to show image thumbnail previews for JPEG images in iCloud Drive on the Web. Anybody else have this issue? Any tips