Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how we can use flash file to create a audio songs's list in audio player?
Posted

1 solution

You need to embed it using Object tag:
XML
<object type="application/x-shockwave-flash" data="yourflash.swf" width="" height="">
    <param name="video" value="myflash.swf" />
</object>

Look here for details:
How To Play SWF File In Asp.Net[^]


You can also use a free version control to do the same: http://www.flash-control.net/[^]
Look here for details:
How To Play SWF File In Asp.Net [^]


Few more options discussed here:
How to embed a flash (.swf) file into asp.net?[^]
 
Share this answer
 
Comments
Espen Harlinn 12-Jul-12 14:53pm    
Excellent info on how to integrate flash with .Net :-D
Sandeep Mewara 13-Jul-12 2:17am    
Thanks Espen.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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