mikelucid Posted October 24, 2010 Share Posted October 24, 2010 I am wondering how i can use this flash photo gallery on my site www.stretchshapes.net.the page I am trying to use is the custom installation page.also, i have already tried to use HTML editor in the backend with no luck. any suggestions? Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 26, 2010 Share Posted October 26, 2010 First, it is not Flash but that site uses the jQuery Cycle Plugin located here: http://malsup.com/jquery/cycle/Take a look at their source code. (It is a Prestashop store, BTW) You can see that they modified thecode to the "Home text editor" I can make modifications for you to add that to the Home text editor if you are willing to pay a little. Link to comment Share on other sites More sharing options...
mikelucid Posted October 26, 2010 Author Share Posted October 26, 2010 I know all this maybe my question wasn't clear enough, for that i apologize.I am trying to embed a completely differance gallery:http://www.stretchshapes.net/themes/matrice/gallery/flashgallery.htmlon this page of that site:http://www.stretchshapes.net/content/6-custom-installWhen i use go into the html editor for the custom install page i use the same code they use to display the flash gallery <!-- Script that embeds gallery. --> [removed] var so = new SWFObject('http://www.stretchshapes.net/themes/matrice/gallery/flashgallery.swf", "gallery", "800", "600", "8"); // Location of SWF file. You can change gallery width and height here (using pixels or percents). so.addParam("quality", "high"); so.addParam("allowFullScreen", "true"); so.addParam("wmode", "transparent"); so.addVariable("content_path","http://www.stretchshapes.net/themes/matrice/gallery/img"); // Location of a folder with JPG and PNG files (relative to php script). so.addVariable("color_path","http://www.stretchshapes.net/themes/matrice/gallery/default.xml"); // Location of XML file with settings. so.addVariable("script_path","http://www.stretchshapes.net/themes/matrice/gallery/flashgallery.php"); // Location of PHP script. so.write("gallery"); [removed] The only problem i could see is i had to change the code to the full paths for each file. I have also explored the option of iframes, but the editor wont take them properly...any suggestions? Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 26, 2010 Share Posted October 26, 2010 I will take a look at it to see what I can make of it. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 27, 2010 Share Posted October 27, 2010 NOTE: You will not be able to modify the module contents in the BO but this will show the gallery.Do not try to configure the module in the BO, it may mess everything up.Attached is the full editorial.tpl. The stupid freaking forum won't post without taking out the javascript stuff and it is critical.The images MUST be in the folder:/modules/editorial/imgPlace the other files, flashgallery.swf, flashgallery.php, default.xml directly in the folder: /modules/editorialDon't forget to set the size in the new SWFObject call. editorial.zip Link to comment Share on other sites More sharing options...
Guest Posted October 28, 2010 Share Posted October 28, 2010 I found this maybe this will be a little helpful SPAM Link to comment Share on other sites More sharing options...
mikelucid Posted November 1, 2010 Author Share Posted November 1, 2010 I tried doing what u said Mr Baseball, but it jsut royally fucked my site. I cant figure out how to get it back to normal... i put all the fies where they used to be but the not nothing shows up below the header... plz help me Link to comment Share on other sites More sharing options...
Guest Posted November 12, 2010 Share Posted November 12, 2010 Go over it again you just probably missed one! If you don't have or are unsure of what files they are download a new copy make sure it's the same veresion and look at the file and go over it one by one! Good Luck! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now