silverlight 4.0 - Playing .SWF file in Silverlinght -


i tring play .swf in silverlight page.i using telerik control below

this working fine in internet explorer in mozilla gives option of downloading file rather playing swf

could please elaborate more on scenario. i've tried following:

<usercontrol x:class="htmlplaceholderandswf.mainpage"         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"         xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">     <grid x:name="layoutroot" background="white">         <telerik:radhtmlplaceholder sourceurl="http://www.bassfiles.net/parachute.swf" />     </grid> </usercontrol> 

...and works expected, both in ie , ff.

internet explorer

firefox

probably there should setting in firefox preventing playing swf within browser.

enter image description here


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -