Advertisement
Neonprimetime

Adobe API Sample Javascript

Mar 27th, 2015
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. try {
  2.     app.alert('neonprimetime created this sample for educational purposes');
  3.     this.getURL("http://neonprimetime.blogspot.com", false);
  4. }
  5. catch(e) {
  6.     var b = '';
  7.     for(var i in e)
  8.         b += e[i];
  9.     app.alert(b);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement