Amigos le pido una mano estoy tratando de hacer un gadget y no hay caso = ( les pongo el codigo haber si saben q es. Es el reproductor mixpod. Espero q m ayuden.
codigo xml
<?xml version="1.0" encoding="utf-8" ?>
- <gadget>
<name>Ipod</name>
<namespace>dario</namespace>
<version>1.0</version>
- <author name="dario">
<info url="http://pandora.onlinewebshop.net" />
<logo src="logo.png" />
</author>
<copyright>© 2007</copyright>
<description>new ipod</description>
- <icons>
<icon height="48" width="48" src="iconoDelGadget.png" />
</icons>
- <hosts>
- <host name="sidebar">
<base type="HTML" src="Ipod.html" />
<permissions>full</permissions>
<platform minPlatformVersion="1.0" />
<defaultImage src="drag.png" />
</host>
</hosts>
</gadget>
codigo html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
<style>
body
{
margin: 0;
width: 130px;
height: 106px;
}
#gadgetContent
{
width: 130px;
text-align: center;
font-family: Tahoma;
font-size: 10pt;
position: absolute;
}
#background
{
width: 130px;
height: 106px;
position: absolute;
z-index: -1;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNjU*MzU4MjM1NzYmcHQ9MTI2NTQzNTgzNzE3OS ZwPTE4MDMxJmQ9Jmc9MSZvPWM5ZmQ3OTVhZDZkMjRkNWRiNDE*/MmYyMjExMmMxMmRk.gif" /><center><p style="visibility:visible;"><embed src="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf?myid=43408516&path=2010/02/06" quality="high" wmode="transparent" flashvars="mycolor=000000&mycolor2=0267CA&mycolor3 =FFFFFF&autoplay=true&rand=0&f=4&vol=100&pat=0&gra d=false" width="235" height="390" name="myflashfetish" salign="TL" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:235px;height:390px ;" />
</body>
</html>
Desde ya muchas gracias !