Can you print the error message here ?

Don´t forget to check crossdomain.xml configuration. It´s quite common to
see it happening.

Take a look here, i thinks that your code is not right.
http://code.google.com/intl/pt-BR/apis/gadgets/docs/ui.html#Flash

<http://code.google.com/intl/pt-BR/apis/gadgets/docs/ui.html#Flash>Also try
to use get a proxied url for your swf file:

var urlSwf = gadgets.io.getProxyUrl("
http://joaocarlos.com.br/reliase/aplicativo_1.swf";);


Let me know if it helps.

Robson Dantas

Em 26 de março de 2010 16:03, João <[email protected]> escreveu:

> Problema resolvido, minha dificuldade agora esta sendo passar
> parametros tentei
>
>  function onLoad() {
>           var urlSwf = "http://joaocarlos.com.br/reliase/aplicativo_1.swf
> ";
>             var flashDiv = document.getElementById('flashDiv');
>
>           var swfParams= {
>           allowFullScreen: true
>           };
>
>      gadgets.flash.embedFlash(urlSwf, flashDiv, 9, swfParams)
>      };
>      gadgets.util.registerOnLoadHandler(onLoad);
>      </script>
>      <div id="flashDiv"></div>
>       </ script>
>
> e swfParams esta gerando um erro alguem pode ajudar?
>
> On 26 mar, 16:00, João <[email protected]> wrote:
> > Problema resolvido, a minha dificuldade agora está sendo tentado passar
> parâmetros
> >
> > function onLoad () (
> > var urlSwf = "http://joaocarlos.com.br/reliase/aplicativo_1.swf";;
> > flashDiv var = document.getElementById ( 'flashDiv');
> >
> > var = (swfParams
> > allowFullScreen: true
> > );
> >
> > gadgets.flash.embedFlash (urlSwf, flashDiv, 9, swfParams)
> > );
> > gadgets.util.registerOnLoadHandler (onLoad);
> > </ Script>
> > <div id="flashDiv"> </ div>
> > </ Script>
> >
> > swfParams e está gerando um erro alguém pode me ajudar?
> >
> > Em 25 de março, 08:30, João <dancadesala...@ hotmail.com> escreveu:
> >
> >
> >
> > > Olá a todos! Eu estou encontrando dificiuldade para inserir um swf em
> um gadget, I
> > > Tentou, sem sucesso com o SWFObject
> >
> > > <? Xml version = "1.0" encoding = "UTF-8"?
> > > <Module>
> > > <ModulePrefs Title="Aplicativo 1">
> > > <Require Feature="opensocial-0.8" />
> > > <Require Feature="flash" />
> > > </ ModulePrefs>
> > > <Content Type="html">
> >
> > > <! [CDATA [
> > > <script Type="text/javascript" src="../swfobject/swfobject.js"> </
> > > Script>
> > > <script Type="text/javascript" src="../swffit.js"> </ script>
> > <script Type="text/javascript">
> > > SwfParams var = (
> > > AllowFullScreen: true
> > >);
> > > Swfobject.embedSWF ( 'http://joaocarlos.com.br/reliase/
> > > Aplicativo_1.swf ',' site ', '600', '500 ', '10 .0.0', 'SWFObject /
> > > ExpressInstall.swf ', null, swfParams);
> > > Swffit.fit ( "http://joaocarlos.com.br/reliase/
> > > Aplicativo_1.swf ", '600 ', '500');
> > > Swffit.fit ( "site")
> > > </ Script >>]]>
> > > <div Id="site">
> > > <h1>
> > > <font Size='5'> Não foi encontrado o plugin nessesário para
> > > Execução deste site, Necessário instalar o Flash Player.
> > > <A href = "http://get.adobe.com/br/flashplayer";> Deseja
> > > Instalar o plugin agora Visite a pagina da Adobe </ a>
> > > </ Font>
> > > </ H1>
> > > </ Div> ->
> > > </ Content>
> > > </ Module>
> >
> > > Gadgets.flash.embedFlash também tentou, sem sucesso
> >
> > > <? Xml version = "1.0" encoding = "UTF-8"?
> > > <Module>
> > > <ModulePrefs Title="Aplicativo 1">
> > > <Require Feature="opensocial-0.8" />
> > > <Require Feature="flash" />
> > > </ ModulePrefs>
> > > <Content Type="html">
> > > <! [CDATA <script [type="application/javascript">
> > > Function onLoad () (
> > > FlashDiv var = document.getElementById ( 'flashDiv');
> > > Gadgets.flash.embedFlash ( "http://joaocarlos.com.br/reliase/
> > > Aplicativo_1.swf ", flashDiv, 10)
> > >);
> > > Gadgets.util.registerOnLoadHandler (onLoad);
> > > </ Script>
> > > <div Id="flashDiv"> </ div>]]>
> > > </ Content>
> > > </ Module>
> >
> > > Precisam de ajuda, por favor, eu lhe agradeço.- Ocultar texto das
> mensagens anteriores --
> >
> > - Mostrar texto das mensagens anteriores --
>
> --
> 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]<opensocial-orkut%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/opensocial-orkut?hl=en.
>
>

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

Reply via email to