Entiendo poco de XML pero le estoy poniendo garra, tengo una duda y es en este sector:
Código XML:
Ver original
<content> <section name="configuration"> <websiteURL>"http://www.google.com.ar"</websiteURL> <redirectEnabled>http://www.google.com.ar</redirectEnabled> <matrix>"http://www.google.com.ar"</matrix> </section>
Quiero redireccionar a google pero no funciona, intente de todo ya ...
Este es el codigo completo.
Código XML:
Ver original
<?xml version="1.0" encoding="utf-8"?> <content> <section name="configuration"> <websiteURL>"http://www.google.com.ar"</websiteURL> <redirectEnabled>http://www.google.com.ar</redirectEnabled> <matrix>"http://www.google.com.ar"</matrix> </section> <section name="slogans"> <slogan enabled="true"> <text>Proximamente...</text> </slogan> <slogan enabled="true"> <text>La party esta por comenzar..</text> </slogan> <slogan enabled="true"> <text>Preparate para..</text> </slogan> <slogan enabled="true"> <text>Nevan's Party</text> </slogan> <slogan enabled="true"> <text>Gogas & Gogos</text> </slogan> <slogan enabled="true"> <text>06.03.2010</text> </slogan> <slogan enabled="true"> <text>REMEMBER'S</text> </slogan> <slogan enabled="true"> <text>CLUB & BAR</text> </slogan> </section> <section name="systemTexts"> <text><![CDATA[skip intro]]></text> </section> </content>
La idea es que cuando termine el video(sfw) redireccione a la web automaticamente.
Gracias !!