Var from Query String


/ Published in: ActionScript 3
Save to your folder(s)

Gets all text after the question mark in a URL.


Copy this code and paste it in your HTML
  1. var QS:String = ExternalInterface.call("window.location.search.substring", 1)

Report this snippet


Comments


You need to login to view comments.