Extended help file .gif file won't playing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone
I've been working on that extended help file. Of course I'm using the .xaml file mainly. And I'm using .gif file as image source. But when I seeing that extended file on AutoCAD it only shows first picture of .gif file. And won't play the animation. Is there any solution for this. Xaml code is down below and I attached the .gif file.
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows">
<src:RibbonToolTip x:Key="MYEH_CMD_0003">
<src:RibbonToolTip.ExpandedContent>
<StackPanel>
<TextBlock TextAlignment="Justify">
<Run Text="Too" Foreground="Red"/>
- Offset хийгдэх нийт зай болон алгаслыг нь ашиглан offset хийх
</TextBlock>
<TextBlock TextAlignment="Justify">
<Run Text="Urt" Foreground="Red"/>
- Offset хийгдэх тоо болон алгаслыг нь ашиглан offset хийх
</TextBlock>
<TextBlock TextAlignment="Justify">
<Run Text="Algasal" Foreground="Red"/>
- Offset хийгдэх нийт зай болон тоог нь ашиглан offset хийх
</TextBlock>
<Image Source="muo.gif" Width="Auto" Height="Auto">
</Image>
</StackPanel>
</src:RibbonToolTip.ExpandedContent>
</src:RibbonToolTip>
</ResourceDictionary>
Thanks for advice
Sincerely,
Enkhtaivan Temuulen
New Mongol Kosen