html - Embedding flex app in ASP.NET page (aspx) -
I am making a Flex app to embed in my ASP.NET portfolio. . What is the best way to embed SWF file in the HTML of the SSPX page?
Thanks
I do not know what's the best way, for me the most The easiest way to "classic" is to:
& lt; Object class = "clayed: D27 CDB 6E-AE 6D-11CF-96B8-444553540000" codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab # Version = 6,0,0,0 "WIDTH =" 320 "HEIGHT =" 240 "id =" Your Filename "ALIGN =" "& gt; & Lt; PARAM name = movie VALUE = "yourfilename.swf" & gt; & Lt; PARAM name = quality VALUE = high & gt; & Lt; EMBED src = "Yourfilename.swf" Quality = High WIDTH = "320" HEIGHT = "240" NAME = "yourfilename" ALIGN = "" TYPE = "App / X-Shockwave-Flash" PLUGINSPAGE = "http: // www. Macromedia.com/go/getflashplayer"></EMBED> & Lt; / Object & gt;
You may want to swap the HTML code and JavaScript contains files that are made by Flex Builder, in the HTML-Templates folder.
Comments
Post a Comment