Note that there are some explanatory texts on larger screens.

plurals
  1. POTwitch.tv Movies as Highslide SWF Objects
    text
    copied!<p>Trying to embed a Twitch.tv video (e.g. <a href="http://www.twitch.tv/aa2233aa/c/2236969" rel="nofollow">http://www.twitch.tv/aa2233aa/c/2236969</a>) in a Highslide.js popup.</p> <p>I can do something like this, with an iframe, no problem:</p> <pre><code>&lt;td class="top" colspan="3" onclick="return hs.htmlExpand(this, { objectType: 'iframe', width: 1280, height: 720, objectLoadTime: 'after', src: 'http://www.twitch.tv/aa2233aa/c/2236969' })"&gt; </code></pre> <p>But if I just want the video/stream itself, it's problematic. Twitch.tv has object embed share code on the page itself:</p> <pre><code>&lt;object bgcolor='#000000' data='http://www.twitch.tv/widgets/archive_embed_player.swf' height='378' id='clip_embed_player_flash' type='application/x-shockwave-flash' width='620'&gt; &lt;param name='movie' value='http://www.twitch.tv/widgets/archive_embed_player.swf'&gt; &lt;param name='allowScriptAccess' value='always'&gt; &lt;param name='allowNetworking' value='all'&gt; &lt;param name='allowFullScreen' value='true'&gt; &lt;param name='flashvars' value='start_volume=25&amp;chapter_id=2236969&amp;auto_play=false&amp;title=poro%25E8%2587%25AA%25E7%2588%2586%25E4%25BA%2586%2521%2521%2521&amp;channel=aa2233aa'&gt; &lt;/object&gt; </code></pre> <p>Here's an example of the Highslide technique I'm trying to replicate: <a href="http://www.roadrash.no/hs-support/flash-with-move+close-buttons.html" rel="nofollow">http://www.roadrash.no/hs-support/flash-with-move+close-buttons.html</a></p> <p>Unfortunately, I cannot get it to work. I'd post some of my attempts but there have been so many permutations at this point that it would just clutter up this post even moreso.</p> <p>Anyhow, a helpful hand would be appreciated. As usual, I'm not necessarily looking for direct answers, but hints and pointing me in the right direction are good! Thanks in advance.</p>
 

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