I have an already made website and just bought an image gallery to use on it. I had someone help me make changes to the gallery and it’s perfect now. I hate to keep bothering that person so I wanted to ask here.
I know I need to copy the code with the .js file in the heading and paste it in the heading on my site. I did that. But then I went into Dreamweaver, and in the design area, I copied the (gray) Flash box and pasted it in my website.
It works GREAT (for me at least), but I am a bit concerned because after the person that helped me and made some changes, the ‘index.html’ file they sent back to me had a lot of new codes.. Do I need to transfer all of this over? (I did upload the .js file). I can’t figure out where I’d need to put these in my site.
The gallery works great, but do I need to include all the codes that come in the “index.html” file? I don’t understand why the gallery works fine for me if it’s missing all these codes?
Here is just an example of what’s in the ‘index.html’ page that I didn’t put on my site:
if (AC_FL_RunContent == 0) { alert(“This page requires AC_RunActiveContent.js.”); } else { AC_FL_RunContent( ‘codebase’, ‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0’, ‘width’, ‘570’, ‘height’, ‘320’, ‘src’, ‘gallery, ‘quality’, ‘high’, ‘pluginspage’, ‘http://www.macromedia.com/go/getflashplayer’, ‘align’, ‘middle’, ‘play’, ‘true’, ‘loop’, ‘true’, ‘scale’, ‘showall’, ‘wmode’, ‘window’, ‘devicefont’, ‘false’, ‘id’, ‘gallery’, ‘bgcolor’, ’#ffffff’, ‘name’, ‘gallery’,That, my dear friend, helps to get rid of the activeX box that appears on some browsers which requires an initial clicking of the mouse on the screen to make it start. Otherwise, the movie stays paused. I think… anyone else got any hints?
Ohhh, I see.. Thank you so much! I will include the code then… I hate having to double click.
