![]() |
Help including a swf file.
I download the free trial of 3dcarousel from www.flashcarousel.com as I thought this would be a nice add on to my site. I went though the steps to create a html file "code shown below" and when I open that file everything works. I'm trying to add the carousel to the index page of my site.
here is what I did so far 1. I remove the script from the <head> of the html file and copied it to skin1\customer\meta.tpl . I changed the scr= to src="carousel/swfobject.js" 2. I made a helpme.tpl file and pasted from <div> to </script> from the html file into the blank helpme.tpl. "going to rename the tpl file later. 3. I added the line {include file="carousel/helpme.tpl"} to skin1\customer\home.tpl right above the {include file="customer/home_main.tpl"} line X-cart sees the tpl file I made but does not add the carousel. I have to have a path or something simple wrong but I do not see it. I have a folder in skin1 called carousel that contains the .swf, .js, .png and the .xml config file. Right now it is not displaying anything not even the get flash .png image file here is the .html file Code:
<!-- saved from url=(0013)about:internet --> My helpme.tpl file code Code:
<div id="flashcontent"> |
Re: Help including a swf file.
I got it working
The issue was the line below as it could not find the path to 3DCarouselDev Code:
var so = new SWFObject("3DCarouselDev.swf", "3DCarouselDev", "550", "300", "8.0.0.0", "#cccccc"); |
All times are GMT -8. The time now is 10:16 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.