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.
probably there should setting in firefox preventing playing swf within browser.
Comments
Post a Comment