0
votes

I have a flex app that is hosted on my server. It runs off an amfphp + mysql stack.

I have had inquiries from potential clients who want to "white label" the product. Part of this means that they would want it to appear that the app is running off their server. So their clients would login at www.theirsite.com instead of www.mysite.com.

I obviously dont want to give them the actual app...but are there ways of letting their server redirect to mine without the user actually knowing?

2

2 Answers

0
votes

I don't have extensive experience with Flex, but I've worked a lot with Flash. Several ideas come to mind:

  1. Create a wrapper: a SWF that loads your app. With the proper security settings, it should work. Check out this article on crossdomain.xml and the specs for Security.allowDomain()

  2. You could simply embed the SWF from your site, similar to a YouTube video

  3. If that is not satisfactory and your hosting services allow it, you can create a DNS A record or a DNS C record for a subdomain in there site, but you would support all the traffic that page has.

0
votes

Probably the easiest way would be for them to alter their DNS record to make a CNAME entry (alias) that is a subdomain of theirsite.com:

yourapp.theirsite.com => www.mysite.com