Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Apparently, this is an issue that <s>they won't fix.</s> <a href="https://code.google.com/p/swfobject/issues/detail?id=377" rel="nofollow">is in beta</a>, and one that users are not very happy about.</p> <p>The solution would be to validate the strings that you plan to send to your flashvars and escape problematic characters, like so:</p> <pre><code>$(document).ready(function(){ callPlayer("rtmp://s161ki0ys7euuz.cloudfront.net/cfx/st/_definst_/vid_cdntest001?Signature=q-ZT9mWcIorCwGS4xgOysTyRXoUB2yza~JGITwCwx5O0JObgvlvS728vGXaI0iaow4OA8JRdFOBWYeeLQ5klYcjsWtgjzqH37ZVyV-5pyEUgT80DzWOOM9ZVfd2xBaZjISdn4cNk03FRBZ85~Z4zoEkp8MweE2HEzfrHnzZjoXlaulsPuphg59ANZCGQFneGfSI33dYhzTRDnbZbTZAGilLeu8gjtvfgm9hQ80E1zVd7wuHR8hX7or2ZjTgmDBaq4i-Nj8rJI0w3CIKAOu7JBggvclltbDnzMvy76s4Ef~GowYS7GB0p07Whi512GmGB9W1n6TqUBS-m8QK4vvqC~w__&amp;Key-Pair-Id=APKAJSRQXYNPUENHF6HQ&amp;Expires=1387470161"); }); function callPlayer(x){ $("#PlayerHolder").html("&lt;span id='PlayerDiv'&gt;&lt;/span&gt;"); x = x.replace(/&amp;/g,'%26'); var flashvars = { verbose:true, src: x, urlIncludesFMSApplicationInstance:true }; var parameters = {}; var attributes = {}; attributes.name="player"; attributes.id="player"; swfobject.embedSWF("StrobeMediaPlayback.swf?ID="+Math.random()*100,"PlayerDiv","470","320","11.2","scripts/expressInstall.swf", flashvars, parameters, attributes); } </code></pre> <p>Or you could use the <s>unofficial fork</s> <a href="https://github.com/pipwerks/swfobject/commit/899ba664bd8b0b0d69876f1615315e314ed6be15" rel="nofollow">beta</a>, or simply wait until they fix it.</p> <p>The debate over whether or not it should be fixed is quite interesting, though.</p>
    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.
 

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