You have to put this in your xml:
<Require feature="dynamic-height"/>
And put something like this
<script>
_IG_RegisterOnloadHandler(function() {
gadgets.window.adjustHeight();
});
</script>
On Mar 8, 5:43 pm, SomeGuy <[email protected]> wrote:
> Hi,
> I'm a newbie.
>
> I want to add an simple application to Orkut.
> It´s just a flash game.
>
> So my content it´s just a game and some instructions.
>
> The game it´s 600px width and 550px height (on a Iframe)
> Under the game I am posting the instruction of the game.
>
> On Old Orkut works fine (it shows a side scrool bar)
> But on New Orkut it only shows half page (does not show the whole game
> screen and the instructions under).
>
> Can you help me?
> Could you please provide the right xml code that works on both Orkuts?
>
> Thanks
>
> I'm using this:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <Module>
> <ModulePrefs title="*Your App Title Here*"
> author="*Your name here (or your company's name)*"
> author_email="*[email protected]*"
> description="*A description of your app here*"
> screenshot="*http://url/of/your/screenshot.jpg*"
> thumbnail="*http://url/of/your/thumbnail.jpg*">
>
> <Require feature="opensocial-0.8" />
> <Locale lang="en" country="us" />
> </ModulePrefs>
> <Content type="html" preferred_width="900">
> <![CDATA[
>
> <!--ALm6fM2Ja1zhd/
> onBrNuxUWETQAoxE1lyg3WP0pqtO1OfnRFc8e4yPgDuW0oC9l8w1gTqJRoZbx0oQThry4Uo5uBZ
> 87rtmTdLrIpCx0CRuc9pkS3NemA/
> xDaL2WvlEIDP/wEJXOzNre8-->
>
> *...your content goes here...*
>
> HERE I AM USING A FLASH GAME ON A IFRAME WITH 6OOpx WIDTH AND 550px
> HEIGHT
>
> HERE UNDERNEATH THE GAME THERE'S THE INTRUCTIONS OF THE GAME
>
> ]]>
> </Content>
> </Module>
>
> I
--
You received this message because you are subscribed to the Google Groups
"orkut Developer Forum" group.
To post to this group, send email to [email protected].
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.