What the developer guideline says is: MUST NOTs
- Never autoplay in the profile view. Since up to three apps can be displayed on the profile, automatically starting a music or video clip may distract users, especially if several applications start playing simultaneously. Autoplay is permitted in the canvas view, however. The above indicates that we cannot autoplay in the profile view. That means, we can play (static content anyway cannot play) on user action. This guidelines doesn't say anything about restriction on putting flash content in profile. Looking forward to clarifications. Rajeev On Wed, Jun 3, 2009 at 10:42 AM, Eduardo Rocha <[email protected]>wrote: > > I would not count on that. Currently it's not possible, since neither > flash of javascript it's allowed. > > By the tone of the last feedback Orkut team gave us, what you > described probably will not be able in the near future. > > On 3 jun, 01:42, Rajeev S <[email protected]> wrote: > > Can's use flash in profile? In one of our apps earlier (before templates > > are introduced) we have flash content in profile. But we have given an > > image first and the user has to click for flash movie to play. It doesn't > > play automatically. > > > > Will this mechanism be available, where a user action is required for the > > flash content to play on profile? > > > > Rajeev > > > > On Tue, Jun 2, 2009 at 9:41 PM, Eduardo Rocha <[email protected] > >wrote: > > > > > > > > > > > > > You can't use flash in profiles by now. BuddyPoke uses because is a > > > whitelisted application to do it so, but they will also move to static > > > templates after June 15th. > > > > > On 2 jun, 02:21, Rohan Dighe <[email protected]> wrote: > > > > Dear List Members, > > > > > > We are trying to embed a flash inside profile views but not able to > view > > > > any changes. > > > > We tried the iframe approach but read on the archives that it is no > > > > longer supported. > > > > > > Please advice us a way in which we could do that effectively (we have > > > > seen buddy poke uses flash on profile view, we also need to do > something > > > > similar) > > > > > > <?xml version="1.0" encoding="UTF-8" ?> > > > > > > <Module> > > > > <ModulePrefs title="asdf"> > > > > <Require feature="dynamic-height"/> > > > > <Require feature="analytics" /> > > > > <Require feature="opensocial-0.8"/> > > > > > > <Require feature="views"/> > > > > <Require feature="opensocial-data" /> > > > > <Require feature="opensocial-templates"> > > > > <Param name="process-on-server">true</Param> > > > > </Require> > > > > </ModulePrefs> > > > > <Content type="html" view="canvas"> > > > > > > <![CDATA[ > > > > > > <div id="mainarea">canvas content goes here....</div> > > > > > > ]]> > > > > </Content> > > > > > > <Content type="html" view="profile"> > > > > > > <![CDATA[ > > > > <script type="text/os-template" xmlns:os=" > > >http://ns.opensocial.org/2008/markup" > > > > > > > <param name="allowScriptAccess" value="sameDomain"> > > > > <param name="allowFullScreen" value="false"><param > > > name="FlashVars" value="imagesStr= > > >http://insideswf.com/dribla1/beirario.jpg,http://insideswf.com/dribla.. > ."> > > > > <param name="movie" value=" > > >http://www.driblaorkut.insideswf.com/dribla4.swf"><param name="quality" > > > value="high"><param name="bgcolor" value="#ffffff"> <embed src=" > > >http://www.driblaorkut.insideswf.com/dribla4.swf" quality="high" > > > bgcolor="#ffffff" name="dribla4" allowscriptaccess="sameDomain" > > > allowfullscreen="false" flashvars="imagesStr= > > >http://insideswf.com/dribla1/beirario.jpg,http://insideswf.com/dribla.. > ." > > > type="application/x-shockwave-flash" pluginspage=" > > >http://www.adobe.com/go/getflashplayer" align="middle" height="350" > > > width="531"> > > > > </script> > > > > ]]> > > > > > > </Content> > > > > > > </Module> > > > > > > Thanks & Regards, > > > > Rohan Dighe > > > > -- > > Regards, > > Rajeev > > > -- Regards, Rajeev --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

