PDA

View Full Version : RevealTrans() not functioning!


Frank07
09-08-2008, 04:35 AM
Good day to everybody!

Am i trying to make an slide show of images but being stucked with this piece of code.:(
It got an error on the second line::crying:

firstImage.style.filter="RevealTrans()";
firstImage.filters.RevealTrans.apply();
firstImage.filters.revealtrans.transition=trans1;
firstImage.filters.revealtrans.duration=imageObject.duration;
firstImage.style.visibility="visible";

Any help will be very much appreciated. Thanks in advance!:)

rangana
09-08-2008, 09:16 PM
Highlighted is an erroneous assignment:

firstImage.style.filter="RevealTrans()";
firstImage.filters.RevealTrans.apply();
firstImage.filters.revealtrans.transition=trans1;
firstImage.filters.revealtrans.duration=imageObject.duration;
firstImage.style.visibility="visible";


...but that's all I could say as of now since you provided us with a very little hint ;)

Frank07
09-16-2008, 10:37 PM
What seems to be the problem with it Rangana, i mean the specific one? :confused:
I dont know what was really going on with this one... :(