Hello,

I use a imageflow javascript (example:
http://194.95.111.244/~countzero/scripts/_myImageFlowLightbox2/). The
script offers the ability to adjust the startimage in the imageflow.js

Part of the imageflow.js:
window.onload = function()
{
        if(document.getElementById(conf_imageflow))
        {
                hide(conf_loading);
                refresh(true);
                show(conf_images);
                show(conf_scrollbar);
                initMouseWheel();
                initMouseDrag();
                glideTo( -450, 3)
        }
}

The function where i can adjust the startimage:
glideTo( -450, 3)

I want to change this value dynamically in my index.php. is it
possible to source this values/functions out?

If its possible can someone explain how?

Regards,
dven
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to