tags:

views:

481

answers:

4

I have used asp.net flash control to display flash file in asp.net.....but it doesnt works for me....

code i used ....

MovieURL="flash/cube.swf">

flash file im using is version 9....but flash control tries to display version 10....is there any problem...or else suggest me the best way...please

+1  A: 

An example

 <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="<% =swfFileName%>" />
                                        <param name="quality" value="high" />
                                        <embed src="<% =swfFileName%>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
                                            type="application/x-shockwave-flash" width="200" height="100"></embed>
bioskope
A: 

hi this is amit .. asp.net developer from IIT Powai..

A: 

this example doesn't clarify to where use this command.

kashi
A: 

Hey frnds i need to open an swf file without storing it in a temporary location using AJAX Document Viewer....however it should open on click of an image button and in the samme page.....how can i do this??plz help frnds

Jagruti