Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. masscast.render(
  2. 'expandanddisplay',
  3. {
  4. displaySwfUrl: '%%SERVER%%/0/%%CAMP%%/%%HTML%%',
  5. expandSwfUrl: '%%SERVER%%/0/%%CAMP%%/%%TEXT%%',
  6. instats: 0,
  7. displayWidth: 970,
  8. displayHeight: 120,
  9. swfWidth: 936,
  10. swfHeight: 600,
  11. swfTopPosition: 100,
  12. swfLeftPosition: 0,
  13. clickTag: '%%SERVER%%/5c/%%PAGE%%/%%RAND%%/%%POS%%/%%CAMP%%/%%IMAGE%%/%%USER%%?%%C%%?%%QUERY%%', // only if you need it, if not, delete this line
  14. urlNoFlash: '%%SERVER%%/5c/%%PAGE%%/%%RAND%%/%%POS%%/%%CAMP%%/%%IMAGE%%/%%USER%%?%%QUERY%%',
  15. pixelsTracking: ['url1', 'url2'] // only if you need it, if not, delete this line
  16. }
  17. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement