varlion@gmail.com
RADIO ROCK AND POP EN VIVO
r ia player doesn't understand those while( videolink.lastIndexOf( "%20" ) != -1 ) { videolink = videolink.replace( "%20", " " ); } //remove the html file name now var lastslash = videolink.lastIndexOf( "/"); if ( lastslash > -1 ) videolink = videolink.substring( 0, lastslash ); //add the subfolder (if there is one) and then the video file name if ( videosubdirectory.length > 0 ) videolink = videolink + "/" + videosubdirectory + "/" + videofile; else videolink = videolink + "/" + videofile; } else { //////////////////////////// // THIS IS NOT A LOCAL FILE - give relative path //no need to give an absolute path if ( videosubdirectory.length > 0 ) videolink = videosubdirectory + "/" + videofile; else videolink = videofile; } //write out the mozilla complient code document.write( " "); document.write( "" ); }
Deja tu comentario y/o sugerencia.
EN CONSRUCCION