Bug reports Found a bug? Post it here please.
Version 5.x > Bug reports > Widget Flash doesn't work because of Flash script. View modes: 
User avatar
Member
Member
knottano.au-gmail - 2/8/2010 7:01:14 PM
   
Widget Flash doesn't work because of Flash script.
I try to set a "Webpart zone properties" --> "Widget zone type:" to "Customization by page editor"

and then in the "Edit" --> "Page" I add a widget "Flash" and enter a URL with this "/swfs/profilerv7.aspx"

Then I see the result on the web Browser like this ...

<div class="VideoLikeContent" id="FlashPlaceholder_plc_lt_zoneContent_PagePlaceHolder_PagePlaceHolder_lt_zoneContentRight_Flash_ltlScript" ></div>

<script src="/CMSWebParts/Media/Flash_files/flash.js" type="text/javascript"></script><script type="text/javascript">
//<![CDATA[
LoadFlash('FlashPlaceholder_plc_lt_zoneContent_PagePlaceHolder_PagePlaceHolder_lt_zoneContentRight_Flash_ltlScript', '/swfs/profilerv7.aspx', 600, 400, '', '', false, false, 'You have an old version of Adobe's Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/" target="_blank">Get the latest Flash player</a>.', '');
//]]>
</script>


If you notice that, the function "LoadFlash" has 10 parameters.
But the 9th parameter seems to have an invalid string format. Because of an extra single quote (') in the message "You have an old version of Adobe's Flash Player"

How can I remove or change that message.

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 2/10/2010 3:20:25 AM
   
RE:Widget Flash doesn't work because of Flash script.
Hi,

You can change following sentence in ~\CMSResources\CMS.resx (flash.notsupported):

You have an old version of Adobe's Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/" target="_blank">Get the latest Flash player</a>.

Please note: This change requires restarting of the application from CMS Site Manager -> Administration -> System section.

I’m very sorry for this inconvenience, we will fix this bug.

I hope this will help you.

Best regards,
Miroslav Remias.

User avatar
Member
Member
knottano.au-gmail - 2/10/2010 3:34:02 AM
   
RE:Widget Flash doesn't work because of Flash script.
Thank you very much Miroslav.
I'll try that ...

:)

User avatar
Member
Member
knottano.au-gmail - 2/10/2010 5:00:06 PM
   
RE:Widget Flash doesn't work because of Flash script.
I have replaced the single quote (') with this code "’" and restart the application.

It works now ...

Thank you very much