| Author |
|
| Company |
Active Up SPRL |
| Source Code Available |
Yes |
| License Type |
Commercial |
| Submitted On |
January 26, 2005 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$195 |
Description
ActiveRotator is a powerful content rotator that includes up to 18 highly customizable transitions effects. Cross-browser compatibility, powerful data binding support, XML content file, typed texts ticker with letters fading effect and more...
Some suggested uses :
- News ticker.
- Adverts rotation.
- Partners or famous customers rotation.
- Slide shows.
- Website beautifier.
- ...
Key features :
- Up to 18 highly customizable transitions effects.
- Cross-browser compatibility support.
- Powerful Data Binding support.
- External XML content files supported.
- Possibility to set transition duration in milliseconds for all transitions.
- Frame rate customizable to adjust performances.
- Include a typed texts ticker with letter fading effect highly customizable.
Syntax Example
<au:rotator id="Rotator2" runat="server" pause="1000" speed="3000" width="300" height="120" Transition="SmoothScroll">
<SlideTemplate>
<table bgcolor="#F0F0F0" width="300" height="120">
<tr>
<td colspan="2"><font size="3"><b><%# DataBinder.Eval(Container.DataItem, "TITLE") %></b></font></td>
</tr>
<tr>
<td valign="top"><img src='images/<%# DataBinder.Eval(Container.DataItem, "IMAGE") %>' border="0"></td>
<td width="100%"><%# DataBinder.Eval(Container.DataItem, "CONTENT") %></td>
</tr>
</table>
</SlideTemplate>
</au:rotator>
Reviews
Submit a review