Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I downloaded <a href="http://www.schillmania.com/projects/soundmanager2/" rel="nofollow">Soundmanager2</a> and tested in IE8 with <a href="http://highslide.com/examples/no-border.html" rel="nofollow">Highslide image</a>, <a href="http://highslide.com/examples/inline.html" rel="nofollow">Highslide inline content</a> and <a href="http://highslide.com/examples/iframe.html" rel="nofollow">Highslide iframe</a>. The only combination that breaks is when using Soundmanager2 + page-player.js and Highslide iframe. Highslide inline content <strike>and Highslide image</strike> works well with Soundmanager2 + page-player.js. And you have to use Highslide iframe when opening a video page like yours.</p> <p>When trying to open the Highslide iframe popup, I noticed that the popup starts to expand before the iframe breaks and the page opens in the browser. It almost seems like page-player.js triggers a “break out of iframe” function. This has nothing to do with the content of the page in the popup; I've also tested with a page containing nothing else than text in a paragraph.</p> <p>I suggest that you contact the <a href="https://getsatisfaction.com/schillmania/products/schillmania_soundmanager_2" rel="nofollow">Soundmanager2 support</a> about this to see if they have a solution. <br /><br /><br /> <strong>UPDATE 4. feb. 2013:</strong><br /> After reading the latest comment from the Soundmanger2 support (<a href="https://getsatisfaction.com/schillmania/topics/conflict_between_soundmanager2_and_highslide_in_ie8#reply_11221943" rel="nofollow">https://getsatisfaction.com/schillmania/topics/conflict_between_soundmanager2_and_highslide_in_ie8#reply_11221943</a>) I thought there might be a connection between putting the url in the href and this conflict. I tested once more with a Highslide image and saw that this actually failed too. I probably tested too quickly the other day. Highslide inline content still works, and Highslide inline content does not use url in the href. <br /><br /> So the solution for this is to put the url for the page you want to open in the popup in the <a href="http://highslide.com/ref/hs.src" rel="nofollow">src variable</a> in the onclick instead of the anchor’s href. </p> <p>This means that you need to use this anchor to open the popup:</p> <pre><code>&lt;a href='javascript:;' onclick='return hs.htmlExpand(this, { objectType:"iframe", src: 'video/iframe-test.html', width: 670, objectWidth: 670, objectHeight: 410, objectLoadTime: "after", preserveContent: false } )' class='highslide'&gt; &lt;img src='images/play-button-small.png' alt='Click for video' width='40' height='53' title='Click to enlarge' &gt; &lt;/a&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload