在Silverlight中播放.SWF文件

时间:2011-02-24 09:15:27

标签: silverlight-4.0

我想在silverlight页面播放.swf。我正在使用下面的telerik控件

这在Internet Explorer中工作正常,但在mozilla中,它提供了下载文件而不是播放swf的选项

1 个答案:

答案 0 :(得分:0)

请您详细说明您的情况。我尝试了以下内容:

<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>

...它在IE和FF中都按预期工作。

Internet Explorer

Firefox

Firefox中可能会有一些设置阻止您在浏览器中播放SWF。

enter image description here