Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I have an asp.net webpage in which i want to play flash file(.swf). But it is unable to play only blank white screen is showing, Flash file is in same directory as of aspx page. Following is my code

C#
<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
            width="180" height="640" id="menu" align="middle">

            <param name="movie" value="jan.swf"/>
            <param name="quality" value="high" />


            <embed src="jan.swf" quality="high" width="180" height="640" name="menu" align="middle"
                allowscriptaccess="sameDomain" allowfullscreen="true" type="application/x-shockwave-flash"
                pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>


please help
Posted

1 solution

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