Thank you for the tip, I'll try it.

Best regards,
arpicheck

On máj. 21, 11:08, Stefan vd <[email protected]> wrote:
> Hi,
>
> In my know, not planned. But maybe you can add the silverlight code
> inside the gadget that based on HTML.(see in the Google Gadget SDK for
> HtmlDetailsView). This sample
> gadget display the HTML in a detail view. So you can use a iframe that
> locate you silverlight application online.
> (location folder GD_SDK\api\samples\gadgets\HtmlDetailsView)
>
> Kind Regards,
> Stefan Van Damme (aka Stefan vd)
> Gadget Developer
>
> On 21 mei, 10:42, Arpicheck <[email protected]> wrote:
>
>
>
> > Thank you Stefan.
>
> > So, then my final question is, that it's not even planned to make
> > google gadgets able to host silverlight content? It would be really
> > helpful.
>
> > Best regards,
> > arpicheck
>
> > On máj. 21, 10:35, Stefan vd <[email protected]> wrote:
>
> > > Hi,
>
> > > Normally it's not possible to add a silverlight embed code in the
> > > gadget. But flash is now fully supported in the Desktop 
> > > gadgets.http://code.google.com/intl/nl-NL/apis/desktop/docs/releasenotes-v58....
>
> > > Also the 'iframe' is not supported inside the 'main.xml'.
>
> > > Note: The gadget API uses XML and JavaScript. It is not HTML based.
>
> > > Kind Regards,
> > > Stefan Van Damme (aka Stefan vd)
> > > Gadget Developer
>
> > > On 21 mei, 09:48, Arpicheck <[email protected]> wrote:
>
> > > > Hi,
>
> > > > I would like to embed a silverlight XAP file into a google desktop
> > > > gadget. I thought, that I can simply copy/paste the embed code, and it
> > > > will work fine, but now I think, the gadget engine cuts some tags/
> > > > attributes from my code, therefore the silverlight application does
> > > > not load. The main.xml is as follows:
>
> > > > <view width="250" height="300">
> > > >   <div id="silverlightControlHost">
> > > >     <object data="data:application/x-silverlight-2," type="application/
> > > > x-silverlight-2" width="100%" height="100%">
> > > >       <param name="source" value="WHM.xap"/>
> > > >       <param name="background" value="white" />
> > > >     </object>
> > > >     <iframe style='visibility:hidden;height:0;width:0;border:0px'></
> > > > iframe>
> > > >   </div>
> > > > </view>
>
> > > > The referenced XAP file is in the same folder as the main.xml.
>
> > > > Do I missing something important? Is is possible to show a silverlight
> > > > application in a google desktop gadget?
>
> > > > thank you in advance,
>
> > > > arpicheck- Idézett szöveg elrejtése -
>
> > > - Idézett szöveg megjelenítése -- Idézett szöveg elrejtése -
>
> - Idézett szöveg megjelenítése -

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" 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/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to