Click here to Skip to main content
15,890,399 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
See more:
how to display advertisements in asp.net using flash
Posted

See here[^].
 
Share this answer
 
to add a flash in page use this code

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="200" height="100">
<param name="movie" value="your swf flash advertisement file name" />
<param name="quality" value="high" />
<embed src="your swf flash advertisement file name" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="100"></embed>
</object>
 
Share this answer
 
use AdRotator tool which is available in the standard control tool kit in asp.net plat form...

the adrotator tool use to display advertisement on webpage in which images are change dynamiclly..

for use this us have to add new item --> XML file

in the xml file write the image and links..

then assign this xml file in the data source of the adrotator tool..


if you get your answer then please rating me

thanks

DX_Army
 
Share this answer
 
u may dwld flash dll and then import it in ur project
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900