Embedding video and "allowfullscreen"

We embed some video content on our homepage, which uses embed code from a third-party provider. The resized video displays properly and will play, but the full-screen option does not work. It seems Percussion is stripping these values from the code: allowscriptaccess=“sameDomain” allowfullscreen=“true”

We can add it back, but it vanishes upon saving. We’re already using the workaround with a nonbreaking space to display iframes and other embedded content. Is there a workaround or fix for this?

Can you paste in the full object or embed code that you are trying to use? When I look at the source of the generated page, it appears correct. Are you using a Rich Text or HTML widget? If Rich Text, is the

tag the first line of the source view? is there any other content in the widget? Those values should work since the same (or similar) tags work with your YouTube video.

Thanks, Dan. The code we’re pasting into the rich text widget is below, including the stripped tags:


  


[![Dover NH on-demand video](/Assets/home-art/latestvideo3.jpg)](http://dovernh.pegcentral.com/) [City Council workshop, 3/5/2014](http://dovernh.pegcentral.com/player.php?video=ac0f9b911fc7efe5ddb6fbed345b108d)

  

  

<object style="padding: 10px;" align="left" height="160" width="180"><param name="allowScriptAccess" value="sameDomain">
<param name="allowFullScreen" value="true">
<embed height="160" src="http://dovernh.pegcentral.com/flash/media_player_798b.swf?server=sigma-rtmp.pegcentral.com&amp;account=dovernh&amp;videoFilename=Citycouncil03052014.mp4&amp;pointer=0&amp;startState=pause" allowscriptaccess="sameDomain" allowfullscreen="true" type="application/x-shockwave-flash" width="180"></embed></object>
  

  


The workshop session of the Dover City Council on Wednesday, March 5, 2014.&nbsp;

  


To view the meeting, press play on the image to the left, or click on the link above.

  
  
posted on: 03/06/2014  
 
 

  

  

* * *
  


&nbsp;[Dover Swims Week finishes Friday](http://citycontent:9992/Rhythmyx/assembler/render?sys_authtype=0&sys_variantid=335&sys_revision=10&sys_contentid=5797&sys_context=0 "Indoor Pool")

  
<iframe align="right" frameborder="0" height="141" src="//www.youtube.com/embed/QUG4jYYsNpI?rel=0" width="250"> </iframe>   


Dover Swims week wraps up Friday. Have you stopped by the Indoor Pool for the festivities?&nbsp;A host of activities and events are being held this week at the Indoor Pool to celebrate over 80 years of public swimming in Dover.&nbsp;Dover Swims Week will conclude with a Swim Party and Cannonball Contest on Friday, March 7, from 7-9 p.m.

  


For more information, call 516-6441.

  

  

Hi Mike,

I was able to reproduce this myself in the rich-text widget. I was able to get full-screen to function when I pasted the object code in an HTML widget. I will continue to investigate and follow up.

-Jon

Thanks, Jon. I did try swapping out the rich text widget with an html widget, and was able to get some functionality in the full-screen view, but the embedded player does not display correctly. I’ve switched it back for now.