Thanks for your video. It was great and easy to follow. Of course I now want to do more... as always when you whet your appetite. I have tried to link the button clicks to bring up graphics on the screen which give information about the video. I have created a graphic and then tried to call this with the same mouse click: I
ve called it TipHeader and tried this in the same function:
Pub01_btn.onRelease = function() {
PubPlayer.contentPath = "RSGTips/RSGT1.flv";
TipHeader.contentPath = "RSG Tip 1/T1Header.jpg";
};
Doesn't work so must be something wrong. Can you help?