Results 1 to 2 of 2

Thread: CMotion scroll doesn't work when using other script together

  1. #1
    Join Date
    Apr 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CMotion scroll doesn't work when using other script together

    1) Script Title: CMotion Image Gallery

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...iongallery.htm

    3) Describe problem: Can't get the script to scroll when I use together with other Javascript.

    Please take a look here : http://www.csi-my.com/menu.htm

    The following is the javascript that I added in my html page :

    <script language="JavaScript1.2">

    //Highlight image script

    function makevisible(cur,which){
    strength=(which==0)? 1 : 0.2

    if (cur.style.MozOpacity)
    cur.style.MozOpacity=strength
    else if (cur.filters)
    cur.filters.alpha.opacity=strength*100
    }

    </script>


    Anyone please help me to solve this problem?

    Thanks alot!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That's not the problem. Just remove the Flash:

    Code:
    <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="950" height="46">
    							<param name="movie" value="library/ken/Flash/menu1.swf">
    							<param name="quality" value="High">
    							<embed src="library/ken/Flash/menu1.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="950" height="46" quality="High"></object>
    It doesn't work anyway. Without that, the gallery and the fade code work fine together.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •