locked
display swf in asp.net image control RRS feed

  • Question

  • how to display an swf file as an image in asp.net image control
    Monday, February 19, 2007 9:10 AM

Answers

All replies

  • The asp.net image control does not support that.  You should ask questions like this in the asp.net forums.
    Monday, February 19, 2007 11:41 AM
  • As Ken has mentioned,the asp.net image control does not support swf file, to display a swf file on web page, see Embedding Your SWF in a Web Page
    Thursday, March 1, 2007 5:24 AM
  • The Necessity of Ad Rotator is to show the banner ads in random order, the displayed banner ad can change whenever the page reloads.With this SWFRotator Component You can Show your (.swf) random ads.

    Now you can easily embed your flash (swf) using adrotator in asp.net 2.0… The idea is very simple I’m giving you the free component that i have developed for my project and the sample files. If you have any suggestion please feel free to write comment

    Create a database for swf rotator to store the image details. here we are using ms access as datasource for adrotator, even you can use xml as datasource.
    Methods You can show the ads…

    1. Create database fields for

    * AlternateText - Text to display
    * ImageUrl - URL of Image/Flash File
    * NavigateUrl - Page to Navigate when the adrotator control is clicked

    You can find the Adrotator at http://menononnet.wordpress.com/2008/01/22/aspnet-swf-adrotator/

    Wednesday, February 20, 2008 8:38 PM