Hello all,
I want to use and adapt the Flash portfolio by Richard Guest featured in the latest issue of Essential Flash SKills (not sure if this is for sale outside the UK). There is a piece of code that, when a photo is shown and the cursor is placed over the image, shows a few lines of text that you input:
The Code:
stop() ;
// MAKE SLIDE ARRAY
var slideArray = new Array() ;
slideArray.push({src:“images/collection1/0.jpg”, info:"- 1 -<br>Cardinal Tetra<br>Buy This Photo"});
slideArray.push({src:“images/collection1/1.jpg”, info:“title<br>description<br>description”});
etc…
As you will see from the screen shot the number, name and ‘Buy This Photo’ appear over the image. My question is:
How can I make the words “Buy This Photo”, a hyperlink? This link would basically bring up the corresponding html page I need.
Many MANY thanks in advance, I look forward to your replies!
The screen shot: