You should install missing fonts listed on readme file. Please, mail me about it to flashblue80@hotmail.com
#  /  posted on May 15, 2010
Home / Forum / Components Discussions / Sliding Image Gallery XML v2 / Page 6
Started 3 years ago by kooimf
Last reply by flashblue
You should install missing fonts listed on readme file. Please, mail me about it to flashblue80@hotmail.com
How exactly do change the width and height of the buttons? I tried changing this code in the banner.as but no repsonse:
Excellent control, love it...I just has a small nuisance. When I place this on my web page, the control comes up, but nothing (pictures) is shown (other than the menu) UNTIL someone clicks on any of the choices of the menu. Then, the proper picture comes up and everything works fine.
So, basically, when someone comes to the site, they see just a menu and a blank, black picture until they clicks something.
PLEASE HELP as this is annoying....other than that, love the work.
Thanks,
Oleg
I apologize if this is a duplicate post, but I can't see my first message.
I bought this control a few days ago, love it, but the pictures don't load on the page UNTIL i click one of the buttons, then things start to work...until then, all the user sees is a blank screen with a menu.
Please help.
Thanks,
Oleg
Great piece of software !
And most important - I asked the author for some help and got quick and solid response.
I strongly recommend !
What in the world is this? I purchased it and have NO CLUE how to start it..lol. Can I get some info as to what to do? This looks to be Insanely hard! Im A Newbie. I have downloaded it and have the files but thats all I have. How do I get the box gallery to show up?
I will try it for a few days. If I cant figure it out I will need a refund.
Thanks.
Copy all files except index.html in deploy folder to your website root. Then, copy these codes:
I dont have a website ROOT! I have a pre made site that I add HTML into. And then I hit Publish! All I needed was the HTML codes! Can I have them?
You have to have a webroot file and an FTP for this program to work! You should add that to this page, so I would not think it has an easy HTML code! The Add is misleading.. It says it has an HTML file, the only HTML file it has is a blank page!
Can I just Get A Refund..? $10.00
Just refund it back to my paypal account.
Thanks! Wes
Why don't you try to look at source code of deploy/index.html? There're HTML codes to add there. I don't understand what you try to do.
Can you please provide me with a html embed code too, so i can embed the flash file onto our website? (The files are not sored on the root of the site) Thanks
There's sample embed codes in deploy/index.html. You need to change this code:
var params = {
scale: "noscale",
menu: "false",
bgcolor: "#000000"
};
To:
var params = {base: "path/to/subfolder",
scale: "noscale",
menu: "false",
bgcolor: "#000000"
};
Awesome, thanks for the quick reply, it appears on the page now.
One more thing, is there a way I can get the player to autostart on page load? As currently it loads but doesn't start sliding between the tabs on the right? It stays on the first tab, with a black space where the image should be. Thanks again!
It seems that your CSS file path written in XML file is wrong. If you correct that issue, it'll start playing.
Just to mention, the page I'm trying to embed into is in a SharePoint site. When one of the items (apart from the first one) is clicked, the player starts rotating and works perfectly. But it doesn't start rotating on page load. Thanks.
I see. It occurs from wrong CSS file path in XML. cssFile="css/banner.css"
Yup you were right again, thanks again for the quick reply. The flash embeds fine on our SharePoint page and works with no issues now!
I have used your image gallery and constrained the height to have 4 items visible. How can I modify the Auto-Scroll feature to start scrolling after 4 items are added?
You need to set the height of the SWF file equal to 4 items total height to remove auto-scroll.
Please login to post replies.