when will you be able to do the Action Script file without the preloader?
#  /  posted on Dec 11, 2009
Home / Forum / Components Discussions / Sliding Image Gallery XML v5 / Page 3
Started 2 years ago by flashblue
Last reply by flashblue
when will you be able to do the Action Script file without the preloader?
I am having the same Issue as Maytech. I am about to launch the site and I still cant get the gallery to load on windows FF3. Can you please post the answer to this issue. At first it works fine but if you reload the page or go back it does not load. The div with the banner is still in place but it will not load. I will PM you with a test URL.
Hi, I cant get this link to work – am a doing something wrong?
<link> <a href=“http://www.zepher.co.nz/includes/09/issue23.php”></a> </link>
You don’t need add “a” tag.
<link>http://www.zepher.co.nz/includes/09/issue23.php</link>
What should be done so that the components supporting accented characters, ñ and special characters. I put the XML file this code: <? Xml version = ’1 .0 ‘encoding = “iso-8859-1”?> But not working. It happens with all the components that we purchased.
Example: *_http://www.meridiano.com.ve/pdeploy2/index.html_ * , where the player is using Infinite AS3 Banner Rotator with Thumbnails, bought some time ago. The accented carecteres not appear. HOW CAN I SOLVE THIS PROBLEM?
Set XML as utf-8. Open XML file in notepad & select File / Save As / UTF-8.
You need to ask other product author about your problem also. It can be a font problem not supporting special chars.
HTML Tag like <b> and <br> not working in XML
*plz help me I am in trouble * *
I didn’t embed bold for higher swf size. Also, I don’t see your purchased image.
OK..I have bought the component and I downloaded it, now i am not able to implement in my website..i have a asp.net website, on which i would like to implement the module, can you please provide me with any assistance as to how to implement it .. thank you
You need to copy files in deploy folder except index.html, css/global.css.
Then, open index.html source. Copy this line to your webpage:
<script type=“text/javascript” src=“swfobject/swfobject.js”></script> <div id=“banner_div”></div> <script type=“text/javascript”> <!— var flashvars = { //xmlUrl: “path/to/xml/filename.xml” //Use to change XML filename or location }; var params = { scale: “noscale”, menu: “false”, bgcolor: “#000000” }; var attributes = { id: “banner_swf”, name: “banner_swf” }; swfobject.embedSWF(“banner.swf”, “banner_div”, “590”, “300”, “9”, “swfobject/expressInstall.swf”, flashvars, params, attributes); //—> </script>
Hi there! I love the gallery implementation. I've just come across a few little issues:
1) The slideshow does not seem to load in Firefox - you have to navigate away from the page, and use your back button to come back to it for the slideshow to work (it works off the bat in IE)
2) I'm using multiple XML files to configure separate photo galleries. However, although I've changed the XML file name and location where indicated in the index.html file (in my case "gallery1.html file), it still pulls data from banner.xml:
xmlUrl: “xml/banner1.xml”
3) Also, what is the max number of items you can define in the XML. It works fine with 10, but when I go to 30 the banner just doesn't load.
Any thoughts?
It occurs from wrong CSS path written in XML. Also, FlashVars runs correctly. Please, control your HTML codes. You need to uncomment //xmlUrl to xmlUrl.
images do not load unless I click button. How to I get gallery to run automatically
It occurs from wrong CSS file path written in XML.
cssFile="css/banner.css"
Please, check it.
Please login to post replies.