robin10
April 4th, 2005, 03:07 AM
Hi everyone, can someone help me out.
On my site I have thumbnails on the left which when clicked will show large size images on the right. The large images on the right are all invisible at first, they have this script -
onClipEvent (load) {
this._visible=0;
}
This is the script for the thumbnails -
on (press) {
_root.LARGEPIC._visible=1;
}
I also have two imported quicktime files. The problem is that they play as soon as the flash site loads but are invisible because of the script on top - and so when the corresponding thumbnail is pressed the quicktime movie becomes visible but it is already playing and so it doesn't play from the begining of it.
What script can I give either the thumbnail or quicktime movie clip so that it not only becomes visible when the thumbnail is pressed but also only starts playing when the thumbnail is pressed.
I'm sorry if I've gone into too much details, but I'm a beginner so I can't tell if all these things are obvious or need to be said. Any help will be greatly appreciated, thanks!
Robin
On my site I have thumbnails on the left which when clicked will show large size images on the right. The large images on the right are all invisible at first, they have this script -
onClipEvent (load) {
this._visible=0;
}
This is the script for the thumbnails -
on (press) {
_root.LARGEPIC._visible=1;
}
I also have two imported quicktime files. The problem is that they play as soon as the flash site loads but are invisible because of the script on top - and so when the corresponding thumbnail is pressed the quicktime movie becomes visible but it is already playing and so it doesn't play from the begining of it.
What script can I give either the thumbnail or quicktime movie clip so that it not only becomes visible when the thumbnail is pressed but also only starts playing when the thumbnail is pressed.
I'm sorry if I've gone into too much details, but I'm a beginner so I can't tell if all these things are obvious or need to be said. Any help will be greatly appreciated, thanks!
Robin