Ticket #587 (closed enhancement: worksforme)

Opened 4 weeks ago

Last modified 2 weeks ago

Add referrer flashvar

Reported by: jeroen Owned by: jeroen
Milestone: Flash 4.7 Keywords:
Cc: Forum thread:

Description

Somewhere in the view (while instantiating the JS API), we can add a hook to grab the page URL and return it as a referrer. Nice info to have.

Change History

Changed 2 weeks ago by jeroen

  • status changed from new to closed
  • resolution set to worksforme

This'll be added to 5.x. For now, checking the referrer with a plugin is 3 lines of code:

if(ExternalInterface.available) {
	var referrer:String = ExternalInterface.call("function(){return window.location.href;}");
}
Note: See TracTickets for help on using tickets.