alokshri67 0 Newbie Poster

Hello All,

I am using sotirovic:BannerRotator for my add file. In which I am taking image file and .swf files. With image files it is navigating properly, but with .swf file it is not navigating . Where I am went wrong? Here is codes

<div style="background-color: Aqua ;
                      width:80%; 
                      height:100%;
                      float:left" 
                      id="D1">
                      <sotirovic:BannerRotator ID="GaddC1" runat="server" Width="640" Height="120" 
              AdvertisementFile="~/App_Data/Gads.xml" />
                 </div>
[B][U]Here is gads.XML[/U][/B]

<Advertisements>
<Ad>
<ImageUrl>~/addfiles/gadd.jpg</ImageUrl>
<NavigateUrl>http://www.xyz.in</NavigateUrl>
<AlternateText> Main</AlternateText>
<Impressions>50</Impressions>
<Keyword>Product1</Keyword>
</Ad>

<Ad>
    <ImageUrl>~/addfiles/gadd1.swf</ImageUrl>
    <NavigateUrl>http://www.abc.in</NavigateUrl>
    <AlternateText> Main</AlternateText>
    <Impressions>50</Impressions>
    <Keyword>Product1</Keyword>
</Ad>

<Ad>
<ImageUrl>~/addfiles/gadd2.jpg</ImageUrl>
<NavigateUrl>http://www.pqr.in</NavigateUrl>
<AlternateText> Main Page 2</AlternateText>
<Impressions>50</Impressions>
<Keyword>Product2</Keyword>
</Ad>
 
</Advertisements>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.