Hi vinoth,
              You are doing most basic mistake.

Eg

 <ModulePrefs title="GALACTICA"
 screenshot="C:\orkut\scr_shot.bmp" description="SPACE SHIP"
 author="VINODH" author_email="vino...@gmail.com" >


How can orkut get your image from "C:\orkut\scr_shot.bmp"  ??  You
should have an url tht is accessible by web starting with  http://


Same goes with

<os:NavigateToApp>
   <center style="padding:0; margin:0;"><img
 src="GAME_PREVIEW_IMAGE_URL" border=0 height="250"  style="overflow:
 hidden;"/></center>
 </os:NavigateToApp>

Here GAME_PREVIEW_IMAGE_URL is your image url which you give to
preview your image.

replace with http:// image url.


Same goes with your embed tag

 document.getElementById('main').innerHTML ='<div style="padding-
 bottom:15px;"></div><embed src="C:\orkut\galactica_GM_D11.5.dcr"
width="750"
 height="500" type="application/x-director"
 AllowScriptAccess="always" wmode="transparent" pluginspage="http://
www.macromedia.com/shockwave/download/"></embed>';

Replace  C:\orkut\galactica_GM_D11.5.dcr
with some swf file url . or some image

well for first i would recommend you start with basic Hello World

document.getElementById('main').innerHTML ='Hello World'; Once this
works you can proceed further.

-- 
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-or...@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