Hi all, I'm having a bit of an issue with a task I need to have completed very soon! Firstly here is something similar which I need to create. http://www.pan3sixty.co.uk/tours/epping/qt-studio.html I already have all of my qtvr files created however I am clueless about html and webdesign and need some advice. I want to create a similar set up to the linked web page, with a QTVR and some links around it which when clicked on will open up a new QTVR. How will I go about designing this? I have Dreamweaver up and ready to go but dont know where to start with getting the QTVR's to open and to open in the same page when clicked on. Sorry rant on a bit but I really need a solution to this. Thanks Euan
you can do it with an IFrame. use some css to make the iframe borders invisible. then in the hyperlinks use: a href="video1.html" target="I1" etc... in the video1.html page just place your embedded video and nothing else. should work.