hi

im trying to get songs info from my server 
http://trendsup.com/music/add/server.php
but the code is returning empty value. can someone help me out? thanks


  <script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/
markup">
       <os:HttpRequest  key="songs" href="http://trendsup.com/music/
add/server.php?d=f&bpc=1"
format="text"/>
      </script>

<script type="text/os-template" require="songs">
  <ul>
    <li repeat="songs">
      <a href="${url}">
      <img src="${albumThumbnail}"/>
      ${title} BY ${artist} FROM ALBUM ${album}
      </a>
    </li>
  </ul>
</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to