I wish you can advise me how to fix the constant error message that I am getting when I incorporated the above file into my project.
It is more than a week now that I have been waiting for a response from you.
Thanks
You must log in to post.
I wish you can advise me how to fix the constant error message that I am getting when I incorporated the above file into my project.
It is more than a week now that I have been waiting for a response from you.
Thanks
I took a look your project. But, it‘s too complex coded. You can delete with(object) {item} tags and change as object.item.
Hi,
Can you please give me an example from the flash file I sent you.
Which code should I replace basically to make it work? Which code should I delete? Please be precise.
Thank you
Sami,
I managed to solve the error message finally. Dont you worry about that.
Now you have to tell me exactly how can I customize the “slider banner rotator xml” so that I can load different image folders. Currently it is loading images1. I want it to load images 2, images 3 etc when I click on a different button. I hope to hear from you soon this time as I have been asking you this question since 21 July 2008.
Thank you
I gave you my msn messenger address. Please, contact me on MSN Messenger.
I have already precised that I cannot run MSN messenger from my Macintosh. I have sent you numerous emails on your gmail address(chat and email) that you never responded. If the time difference between the US and your country poses a problem, next time I will purchase my next component from a resident of the US/Canada.
I would appreciate if you could respond to my question of how do you modify the scripts to load multiple folders of pictures. Right now it is devised to load from only one folder.
Please advise as soon as possible.
I purchased this and I wanted to know if there was a way to get it to stop looping/repeating after it runs through all of the images?
Any help would be appreciated.
Thanks.
Change code on Actions->Frame 10 like that:
function SlideImage(item) {
if (_root.currentitem<(_root.banner.length-1)) {
_root.olditem = _root.currentitem;
if (item != null) {
if (item != -1) {
_root.currentitem = item;
}
} else {
_root.currentitem = _root.item;
}
_root.newY = -1*_root.currentitem*_root.imageheight;
with (slide_mc.images_mc) {
loop = true;
y = _root.newY;
}
if (item != -1) {
slide_mc.content_mc.gotoAndPlay(20);
if (item != null) {
if (_root.playpause) {
if (_root.plays) {
_root.plays = false;
slide_mc.playpause_mc.gotoAndStop(“play”);
} else {
_root.plays = true;
slide_mc.playpause_mc.gotoAndStop(“pause”);
}
}
}
}
var button_mcx = eval(“slide_mc.button_mc” _root.olditem);
button_mcx.gotoAndPlay(“out”);
button_mcx = eval(“slide_mc.button_mc” _root.currentitem);
button_mcx.gotoAndStop(“current”);
SetInterval();
}
}
function WriteContent() {
//Name
var names = _root.banner[_root.currentitem].name;
names = ”<font color="” _root.namecolor ”">” names ”</font>”;
//Description
var description = _root.banner[_root.currentitem].description;
description = ”<font color="” _root.descriptioncolor ”">” description ”</font>”;
//Url
var url = _root.banner[_root.currentitem].url;
//Target
var target = _root.banner[_root.currentitem].target;
if (!_root.ImageLink && url.length != 0) {
if (!url.indexOf(“asfunction:”)) {
url = url.htmldecode();
}
url = ”<a href="” url ”"”;
if (target.length != 0) {
url = ” target="” target ”"”;
}
url = ”>”;
names = url names ”</a>”;
}
with (slide_mc.content_mc) {
//Name
with (name_mc.name_txt) {
autoSize = true;
_width = _root.imagewidth-40;
html = true;
htmlText = names;
}
//Description
with (description_mc.description_txt) {
autoSize = true;
_width = _root.imagewidth-40;
html = true;
htmlText = description;
}
}
}
function SetInterval() {
if (_root.plays) {
clearInterval(interval);
var item = parseInt(_root.currentitem) 1;
if (item>(_root.banner.length-1)) {
item = 0;
}
_root.item = item;
interval = setInterval(SlideImage, 1000*_root.timer);
} else {
clearInterval(interval);
}
}
SlideImage(-1);
stop();
Thanks, but I‘m a bit confused on what I‘m supposed to be changing in Actions->Frame 10 – sorry.
I‘m not using the “play/pause” button, and I want the images to each show once and then have it stop on the last image and stay there (not going back to the first image and playing all over again. I tried using the parameter “loop=false” and that didn‘t work.
So if there‘s a way to add something in the code without having to use the play/pause button I would like to do that.
Thanks.
I changed the height and width in the XML file, but it doesn‘t make any difference when I view the flash movie. How can I fix this?
Hi I purchased this because i love the effect, but i need it to slide left and right. Also I would really like to have the circles in blue to be numbers instead. Could you tell me where I should start looking? Thanks!!!
You just need to a few line of codes. But, I can do it easily.
Please mail me about it.
The timer not works with me… If i change to timer="30", or timer="3", or timer="7", or timer="15" nothing is changed, nothing changes… the duration time of each slide in seconds, is the same time. The Speed is 100%, is ok! When i change, change the duration of animation…
Congratulations for your job! I buyed some scripts…
Thanks,
Jo?o Batista.
Thanks for telling me the bug. I fixed it. You can download new version of file.
Can you change the slide direction?
I love this component and can’t wait to purchase it! Is it possible to supply me with one that slides right to left/ left to right AND has a pause/play button? Thank you so much!
Great component! One question, is there a way to disable the grey title/description area? I have some cases where I don’t need to display text and would like to disable this. Thanks!
Hi there! I emailed you earlier but wanted to post here as well. I purchased the file and I must say it works great! Instead of using .jpgs, however, I am having the xml file call to separate .swf files so I can keep nice animations going throughout each slide. One problem! All the .swf animations are loaded as soon as the banner.swf opens so I see the animation on the first slide but not the second, third and so forth. I tried removing the stop action on the separate .swf files but then the animations go so quickly that it isn’t aesthetic. Please let me know if this can be fixed. Thanks!
Hi,
I have purchased this banner slider. But i am not able to resize it to smaller size. Lets say 150 by 150. Also i do not want to display the playpause button and any text. I basically need to show my images resized and nothing else. Please help a.s.a.p.
Hi,
I have already mailed you. Plz reply.
Regards
Puneet
Hi,
Is it possible to load images in.jpg from a folder from my website (webserver)?
If I change these images on my server do the new images appear in the banner?
Thanks
JimO
You can give a different path to images from XML file. But, I prefer you to use absolute paths to avoid errors.
You can give a different path to images from XML file. But, I prefer you to use absolute paths to avoid errors.
You can give a different path to images from XML file. But, I prefer you to use absolute paths to avoid errors.
Hi,
Please reply to my mail. I have purchased this component. I am not able to resize it say 150 × 150. Also it need to resize my pics. And i do not want to put any control button for description etc on my pics.
I have found this component to be least helpful. Otherwise send me the swf file which fullfills all above requirements. I already sent you the mail but no reply from your end.