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
Post a Comment