jquery - Flex Slider 2.2.0 error in IE8/7 -


i'm getting error in ie8/7 : script5007: unable property 'addslide' of undefined or null reference while using flex slider 2.2.0

see http://msdn.microsoft.com/en-us/library/gg622942%28v=vs.85%29.aspx

basically, ie9 breaks flash externalinterface calls if flash component embedded object tag embed tag fallback, , object id , embed name same.

the easiest workaround tell ie9 render page in ie8 standards mode. this, insert in element:

<!-- enable ie8 standards mode --> <meta http-equiv="x-ua-compatible" content="ie=8" > 

otherwise, might want use object tag or embed tag only.


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -