Hi, I had exactly the same problem and I finally found the solution. What you have to do is :
- Remove the line " bandInfos[1].syncWith = 0; " in the function onLoad() - Add the line " tl.getBand(1).setSyncWithBand(tl.getBand(0),true); "in the function onResize(), just after "tl.layout();" It works perfectly in FF and IE. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
