subhodeepghosh
Programmer
I have got a flash template from a friend. I am modifying it to my needs. Its a kind of web gallery. there are lots of buttons, when clicked it is supposed to open into the gallery.
When I type
on(relocate){
getURL("}
it is opening into a new page which I dont want. Here is the default code given for each buttons. Can some one tell me how do I edit the following code to make each image open in the same gallery? I am also not sure is it adding a link or an element. Please help me.
on (rollOver) {
gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
gotoAndPlay("s2");
}
on (release) {
_root.pics.gotoAndStop("p1");
_root.pics.gotoAndStop(_root.pics._currentframe+4);
}
When I type
on(relocate){
getURL("}
it is opening into a new page which I dont want. Here is the default code given for each buttons. Can some one tell me how do I edit the following code to make each image open in the same gallery? I am also not sure is it adding a link or an element. Please help me.
on (rollOver) {
gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
gotoAndPlay("s2");
}
on (release) {
_root.pics.gotoAndStop("p1");
_root.pics.gotoAndStop(_root.pics._currentframe+4);
}