Results 1 to 5 of 5

Thread: Problem with cmotion

  1. #1
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Problem with cmotion

    Ok i know, you generally don't answer to this kind of question
    but after some try it works fine with FF and opera so it probably isn't just a variable names problem
    and anyway it could be a nice improvement to your script

    1) Script Title:
    CMotion Image Gallery

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

    3) Describe problem:
    i've bben trying to integrate CMotion & Lightbox in a php gallery cms, so i had to find a way to make multiple cmotion in the same page and here is the messy result
    http://yujin.netsons.org/lightbox/
    works fine with FF and opera but no way to make it work with IE6 (don't know about IE7)

    what i did was
    change the fillup() function to a
    fillup('motionc', 'motiongallery', 'trueContainer');
    in order to enable multiple cmotion on the same page

    and a check to show "start of gallery" at start instead of "end of gallery"

    here is the url of the edited script
    http://yujin.netsons.org/lightbox/js/motiongallery.js

    it's 20 hours in a row now and can't really figure out why isn't working with ie, please someone save me :P

    thanks
    Last edited by yujin; 04-02-2008 at 05:01 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Well, first off. I wouldn't use if() statements without `{ and }`. I don't know why, but I've never used if() statements like that so.
    Then on your setTimeout, your using variables which I don't know why people do it. But you can take those out. And also on your functions[setTimeout], try it without the " and ", just a thought
    Jeremy | jfein.net

  3. #3
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default

    wasn't that

    it was about the parameters set to the onresize function and as i didn't need it i jus /**/ed it

    thanks all anyway

  4. #4
    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

    Your demo links aren't working at the moment. You should probably have a look at this though:

    http://www.dynamicdrive.com/forums/s...ad.php?t=13302
    Last edited by jscheuer1; 04-04-2008 at 07:20 PM. Reason: spelling
    - John
    ________________________

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

  5. The Following User Says Thank You to jscheuer1 For This Useful Post:

    yujin (04-03-2008)

  6. #5
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default asd

    that's great!

    thank you,

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
  •