Log in

View Full Version : Conflict of scripts? Too many?



oldmanInAz
06-06-2012, 08:52 PM
1) Script Title: dynamic ajax content

2) http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm

http://1littleworld.net/test/1960/Jan-4-1960b.html

My latest attempt at this script now has everything working fine, except one little snag. The flash player does not show up as intended.

As the flash player works just fine on this page.

http://1littleworld.net/test/1960/sample1.html

I'd appreciate someone taking the time and figuring out how to make this work the way I want.

djr33
06-06-2012, 09:06 PM
Having "too many" can only be the case if that means it's too much to look through to fix. That won't in itself cause problems-- overlapping resources will. For example, if both scripts need to start something when the page loads, that event might get blocked in one of them, or if two scripts share variable names, one will get in the way of the other.

Not sure on a specific answer (not much time at this moment), but just for your information as you try to debug it.

oldmanInAz
06-06-2012, 09:54 PM
well I managed to find another way of doing this and I think it's a neat little gadget.

http://1littleworld.net/test/1960/sidepanel.html

At least the flash player works as it is supposed to.

So John, can you fix it so that I can call up only the corresponding table for that item?
Not the entire page as it shows now.

For the table just replace sidepanel.html with table.htm

oldmanInAz
06-06-2012, 10:21 PM
Now I do not understand why the sidepanel is not loading.
Did once. Then after that, still loading after 5 minutes and more.

oldmanInAz
06-06-2012, 10:50 PM
fixed the loading issue. now it works fine.