apache - Is it possible to obtain the domain where my Flash app is embedded? -


the company work has own flash based video player , question our execs "can tell website our player embedded on?"

at first, hypothesized use apache mod_rewrite, extract http_reffer, , append end of requested url. browser gets http://.../viewer.swf, slap on ?ref=otherdomain.com

however, don't think our cdn cater our htaccess file. plus, access_log entries show dash rather domain.

so i'm casting question our here see if catch ideas or solutions. currently, points 'not possible'.

caveat: don't know flash @ all...

not sure how need capture this, possible flash player grab url on client (or containing frame maybe?) , post/put/get server? thinking after retrieving viewer.swf prior opening content stream (underlying assumption of how players work).

not sure if useful or not.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -