The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Will this script work in an HTML Widget? vB 4 CMS
I've been working pretty hard at trying to get this script to integrate into my website, but I think the jQuery is getting hung up. Would anyone be able to assist me, and tell me how I go about plugging in the jQuery code in the proper location?
|
#2
|
|||
|
|||
I'm not sure how to make the specific slideshow that you are referring to work but this is how I did mine.
I used the "XML Flash Slideshow 2.1" available here. I like it because it can be driven from an XML file so I never have to change the flash. I simply modify an XML file and the slideshow changes. I have plans to use the the slideshow as a more important part of my site in September (I run an NFL football site). I am simply using the slideshow in the side banner so it's pretty small right now. You can make the slideshow any size you want. I chose to make it small. I made an HTML widget and placed the following code in there: Code:
<div id="flashcontent"> <h1>Oops!</h1> <p>It looks like you don't have flash player 6 installed. <a href="http://www.macromedia.com/go/getflashplayer" >Click here</a> to go to Macromedia download page. </p> </div> <script type="text/javascript"> var so = new SWFObject("slideshow.swf", "gallery", "215", "148", "6", "#ffffff"); so.write("flashcontent"); </script> Code:
<script type="text/javascript" src="flashdetect.js"></script> You can make better looking slideshows than I did. This was just a widget that I whipped up pretty quickly a while back. If you are like me then you aren't too fussy on which slideshow software that you use. You just want something that works. I think the price tag for the software that I used was $10. That's a pretty good deal! Hope that helps, -fab |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|