karrak Posted May 6, 2007 Share Posted May 6, 2007 Hi all, Could someone please help me to understand either how to insert VENDIO ( slide show) or SLIDE.COM to my phpnuke site (V7.9). When I first install phpnuke i had trouble displaying images via html code. I found that the problem was with the allowable html lines in my config.php . I adjusted the text and can now insert images via a host service. The problem now seems to be that when i add html code for either the above two silders i only see buttons and links but no images . Here is the code from the VENDIO sliders could someone plz inform me what i am doing wrong or if it is a code problem regarding things like java and flash ? . thx to all... Vendio code.. <!--begingallery src:man--> <!--VGMVAGRVKGEVRGFST--><!-- GVAVLVLVEVRVYV --> <center> <script language="javascript1.1"> <!-- var MM_contentVersion = 6; var flashplugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0; if (flashplugin) { var words = navigator.plugins["Shockwave Flash"].description.split(" "); for(var i=0; i<words.length; ++i) { if( isNaN(parseInt(words))) continue; var MM_PluginVersion = words; } var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion; } else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)) { document.write('<SCR'+'IPT LANGUAGE=VBScript\>\n'); document.write('on error resume next\n'); document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n</SCR'+'IPT\>\n'); } if (MM_FlashCanPlay) { document.write('<OBJECT border=0 classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ID="vendio_gallery" width="750" height="210" ALIGN="center">'); document.write(' <PARAM NAME=movie VALUE="https://imagehost.vendio.com/my/gallery/marquee.swf?vName=aaajjz&SId=1&bbkg=0x000000&sbkg=0x666666&scbkg=0xADADAD&ctxt=0xFFFFFF&clink=0xDBDBDB&cat=0"> '); document.write(' <PARAM NAME=menu VALUE=false>'); document.write(' <PARAM NAME=quality VALUE=best>'); document.write(' <PARAM NAME=scale VALUE=noscale>'); document.write(' <PARAM NAME=wmode VALUE=transparent>'); document.write(' <PARAM NAME=allowScriptAccess VALUE=always>'); document.write(' <PARAM NAME=salign VALUE=LT>'); document.write(' <PARAM NAME=bgcolor VALUE=#FFFFFF>'); document.write(' <EMBED src="https://imagehost.vendio.com/my/gallery/marquee.swf?vName=aaajjz&SId=1&bbkg=0x000000&sbkg=0x666666&scbkg=0xADADAD&ctxt=0xFFFFFF&clink=0xDBDBDB&cat=0" WMODE="transparent" allowScriptAccess="always" ALIGN="center" swLiveConnect=FALSE NAME="vendio_gallery" width="750" height="210" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">'); document.write(' </EMBED>'); document.write(' </OBJECT>'); } else { document.write(' <table width="450" border=1> '); document.write(' <tr><td bgcolor=#eeeeee align=center valign=center><br><font color=#000000 face=Arial size=2> '); document.write(' This Vendio Gallery is best viewed with <br><br> <b>Macromedia Flash Player 6</b><br>or higher.<br><br> '); document.write(' <a href=http://www.macromedia.com/go/getflashplayer target=_blank>Click here to get the latest<br>Macromedia Flash Player.</a> '); document.write(' <br><img src="https://imagehost.vendio.com/my/gallery/pixel_noflash.gif?SId=1&sk=ma&vName=aaajjz"><br>'); document.write(' <br><br></td></tr>'); document.write(' </table>'); } //--> </script> <noscript> Your browser does not support JavaScript. To view this page, enable JavaScript if it is disabled or upgrade your browser. </noscript> </center> <!--VGMVAGRVKGEVRGSND--><!--VGPVRGOVMGOVMGAVRGKVEGRVFST--><center> <img src="http://imagehost.vendio.com/img/logos/88x33.gif" height="33" width="88" vspace="2"><br> <a target="_blank" href="http://www.vendio.com/bin/ref.x/1272353073"><font face="Verdana, Arial, Helvetica, sans-serif" color="#0000FF" size=2><b><div id="vgalcredit">Increase Sales by 18% and double your hits - Vendio Gallery</div></b></font></a><br><br> </center> <!--VGPVRGOVMGOVMGAVRGKVEGRVSND--><!--endgallery src:man--> Quote Link to comment https://forums.phpfreaks.com/topic/50215-adding-vendio-to-my-php-site-help-plz/ Share on other sites More sharing options...
neel_basu Posted May 6, 2007 Share Posted May 6, 2007 What its doing in PHP forum it should be in Javascript forum. Quote Link to comment https://forums.phpfreaks.com/topic/50215-adding-vendio-to-my-php-site-help-plz/#findComment-246520 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.