Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. <item>
  2. <title>Ok, de regalo de San Valentin me pueden dar un viaje a Playa del Carmen! Digo, entre todos lo pagan! No?? #So&#241;arNoCuestaNada</title>
  3. <link>http://twitter.com/glenyvalente/statuses/37202068301295616</link>
  4. <description>Ok, de regalo de San Valentin me pueden dar un viaje a <b>Playa</b> del Carmen! Digo, entre todos lo pagan! No?? <a href="http://search.twitter.com/search?q=%23So%C3%B1arNoCuestaNada" onclick="pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#So&#241;arNoCuestaNada');">#So&#241;arNoCuestaNada</a></description>
  5. <pubDate>Mon, 14 Feb 2011 17:30:38 +0000</pubDate>
  6. <guid>http://twitter.com/glenyvalente/statuses/37202068301295616</guid>
  7. <author>glenyvalente@twitter.com (Gleny Valente)</author>
  8. <media:content type="image/jpg" width="48" url="http://a1.twimg.com/profile_images/1225905511/S5030401_normal.JPG" height="48"/>
  9. <google:image_link>http://a1.twimg.com/profile_images/1225905511/S5030401_normal.JPG</google:image_link>
  10. <google:location>Venezuela</google:location>
  11. <twitter:metadata>
  12. <twitter:result_type>recent</twitter:result_type>
  13. </twitter:metadata>
  14. </item>
  15.  
  16. function rssLoaded(evt:Event):void {
  17. rssXML = XML(rssLoader.data);
  18. for(var item:String in rssXML.channel.item) {
  19. fechas.push(rssXML.channel.item[item].pubDate.substr(0, 16));
  20. titulos.push(rssXML.channel.item[item].title);
  21. trace(rssXML.channel.item[item].media:content.attributes.url);
  22. total=total+1;
  23. }
  24. trace(total);
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement