Unforunately, the adrotator only serves up images that use the image tag.
You can't put a flash animation in there as it requires a completely
different set of HTML to be generated. You can't use this control to render
anything but a standard bitmap image.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"Muhammad Ahsin Saleem" <ahsin.saleem@gmail.comwrote in message
news:1166859908.148970.61720@a3g2000cwd.googlegrou ps.com...
Quote:
Hi EveryBody,
>
Well I need your help about the Add Rotator.
I want to set the Advertisement File property of the Add Rotator set to
an XML File which contains info about the Adds.
>
Now Problem is that it does not play the .swf files, but only .gif
files. Code I got from Internet is as follows:
<?xml version="1.0" encoding="utf-8" ?>
<Advertisements>
>
<Ad>
<ImageUrl>1.swf</ImageUrl>
<NavigateUrl
www.google.com.pk </NavigateUrl>
<AlternateText>www.google.com.pk</AlternateText>
<Keyword>S</Keyword>
<Impressions>Flash Site</Impressions>
<Caption>The Elite News</Caption>
</Ad>
>
</Advertisements>
>
Kindly Help me to Solve this Problem.
>
Thanks in Advance.
>