Suche auf www.schulpastoral.de
Bibliothek auf www.rpi-virtuell.de
rpi-virtuell - Suche

Login
Mitgliedsname:

Passwort:


Password vergessen?
Neu anmelden!
  Home >> RSS Center >> Add "Yahoo Video" in module MyTube

RSS Center

  Haupt  |  Einfache Schlagzeilen  

link XOOPS.org XOOPS.org (07.12.2025 08:16)

feed Add "Yahoo Video" in module MyTube (26.06.2010 00:00)
Changes to achieve :

/***** language/yourlanguage/main.php *****/
add line 211
define '_MD_XTUBE_YAHOO' 'Yahoo'  );


and add line 61
< strong > Yahoo :</ strong > flashVars = "id_=<font
color=#FF0000>mycodetoput</font>"
( voir le code embed )</ small >
after
< strong > Viddler :</ strong http : //www.viddler.com/player/<font
color = #FF0000>d32d2b94</font>/ (see embed code)</small><br />


/***** language/yourlanguage/admin.php *****/ add line 506
define '_AM_XTUBE_YAHOO' 'Yahoo'  );


add line 255
< strong > Yahoo :</ strong > flashVars = "id_=<font
color=#FF0000>mycodetoput</font>"
( see embed code )</ small >


after
< strong > Viddler :</ strong http : //www.viddler.com/player/<font
color = #FF0000>d32d2b94</font>/ (see embed code)<br />


/***** admin/index.php *****/
change and add line 125
109  =>  _AM_XTUBE_MEGAVIDEO ,
110  =>  _AM_XTUBE_YAHOO


/***** include/video.php *****/
add under line 67
case  110 :
          
$returnsource  _AM_XTUBE_YAHOO ;
          break;


add under line 126
case  110 :


add under line 179
case  110 :


add under line 314
// yahoo
             
case  110 :
            
$showvideo  '<object width="512" height="322"><param name="movie" 
value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" 
/><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" 
value="#000000" /><param name="flashVars" value="' 
$vidid  '" 
/><embed
src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" 
type="application/x-shockwave-flash" width="512" height="322" 
allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" 
flashVars="id_=' 
$vidid  '" ></embed></object>' ;
            break;




See videos (in french - sorry ) on Xoofoo - TV Channel


execution time : 0.026 sec