Advertisement
patrickc

Initiating

Jul 6th, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. play: function() {
  2. this.$.newUrlPopup.openAtCenter();
  3. },
  4. playUrl: function() {
  5. var ext = this.$.url.getValue();
  6. this.log(ext);
  7. this.$.urlSrc.setSrc(ext);
  8. this.$.urlSrc.play();
  9. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement