Your Ad Here

Posted By

mlecho on 06/17/10


Tagged


Versions (?)

helper method


 / Published in: ActionScript
 

  1. private function createURLwString(st):String
  2. {
  3. return "http://www.stubhub.com/listingCatalog/select?indent=on&version=2.2&q=%2BstubhubDocumentType%3Aevent+%2Bactive%3A1+%2Bgenre_parent%3A("+st+")%0D%0A+;event_date_time_local%20asc&start=0&rows=100&fl=event_id%2CminPrice%2CancestorGenreIds%2Cdescription%2CtotalTickets%2Cevent_date_local%2Cname_primary&qt=standard&wt=standard&explainOther=&hl.fl=";
  4. }

Report this snippet  

You need to login to post a comment.