function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pujapuja 

.swf files not playing

Hi,

 

 

.swf File is not playing in salesforce..

 

I have used 

 

var dialogMarkup = '<embed src="'+ downloadURL +'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="760"></embed>';

$('.watch-video-dialog .middle').html(dialogMarkup);

 

 

it is not working.....Please help

bob_buzzardbob_buzzard

Have you inspected your generated HTML to check that it is well formed when the page is rendered.