Hi, I have just bought magic zoom to use on my site. I am having trouble uploading it. There are 2 files: mz-packed.js and magiczoom.css. I am not sure where I upload both of them to in Dreamweaver.
I would be very grateful if anyone could tell me how to import them... I have never done anything like this before! Thank you very much.
magiczoom - need help uploading to my...Full instructions on how to do this are actually on their site?:-)
http://www.magictoolbox.com/magiczoom_integration/
Firstly I presume you have created a folder with your website files and then Defined a site in Dreamweaver.. this is the very first important step you need to do:?
http://kb2.adobe.com/cps/140/tn_14028.html
Once you have everything set up correctly, you need to unzip the files that came with the product somewhere onto your hard drive.?This will be your backup copy.?You would then copy the js file and the css file into the main folder of your site.
You then need to open the page that will be using this zoom tool and place these lines into the code...?just before the closing %26lt;/head%26gt; tag.
This is an example only, but the 2 lines in red are the ones you need to copy and paste into your code.
%26lt;html%26gt;
%26lt;head%26gt;
%26lt;title%26gt;Magic Zoom example%26lt;/title%26gt;
%26lt;link rel=''stylesheet'' href=''MagicZoom.css'' type=''text/css''?/%26gt;
%26lt;script src=''mz-packed.js'' type=''text/javascript''%26gt;%26lt;/script%26gt;
%26lt;/head%26gt;
You should be able to work out the rest from their instruction page.
No comments:
Post a Comment