I am trying to develop an orkut application using the help of
opensocial API's my application page would load a flash (.swf) file. I
am using gadgets.flash.embedFlash function to load thee swf. code is
shown below
var swfUrl="http://www.myservername.com/open-social/live/game.swf?
usename=shyju";
var params = {};
params.menu = "false";
params.allowscriptaccess = "always";
gadgets.flash.embedFlash(swfUrl, "flashcontent", "9.0.0",params)

This is working in firefox,safari and chrome .But not in IE 6 and 7 .

Can any one tell me how to solve this ? am i missing anything ?

Thanks in advance

--~--~---------~--~----~------------~-------~--~----~
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