Hello,
You can simply create an xml file, and just copy all your codes from
Canvas, Profile, Home, into one single file,
on hi5.com, you can have something like this:
<Content type="html" view="canvas">
<![CDATA[
  javascript/html
]]>
</Content>
<Content type="html" view="profile">
<![CDATA[
  javascript/html
]]>
</Content>
in the same XML file.

I am not very sure if this is supported on Orkut, you can give it a
try as well,
otherwise you can always find out the current view by
var mode = gadgets.util.getUrlParameters()["view"];

and execute different codes based on 'mode'.


Ed


On Apr 16, 1:16 pm, igneous <[EMAIL PROTECTED]> wrote:
> I just had a myspace app developed, but I want to bring it on some
> other networks. The problem is I don't have an xml file, which all of
> the networks but myspace seem to require. When I put the app on
> myspace I just had to input the canvas, profile, and home page code.
> Any thoughts on this?  What do I have to take from my myspace app to
> make the xml file?
> thanks
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to