Answers
Nov 28, 2006 - 06:33 AM
Flash parameters: http://www.adobe.com/cfusion/knowledg...
Nov 28, 2006 - 06:48 AM
Dec 14, 2012 - 04:33 AM
Hi,
You can try the below code with replacing your file name within the html editor.
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v
ersion=6,0,0,0" WIDTH="320" HEIGHT="240" id="Yourfilename" ALIGN=""> <PARAM NAME=movie VALUE="Yourfilename.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src="Yourfilename.swf" quality=high bgcolor=#333399 WIDTH="320" HEIGHT="240" NAME="Yourfilename" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
Dec 14, 2012 - 08:16 PM
- Edit your Publish settings for Flash SWFs and HTML to reflect how you want your Flash SWF to appear in your web page.
- Export your Flash movie as HTML.
- Locate your HTML file on your computer, right-click, and select "Open With".
- Choose either NotePad or another text editor.
- Copy the source code from the HTML file.
- Paste it into your web page's source code in the appropriate location where you want your SWF file to display.
- Edit the file path to reflect the location of the SWF file on your web server, and upload both your HTML and SWF file to the appropriate directories on your server. (Note:this also applies if you're using PHP, JSP, ASP, CGI, or other web page extensions.)
Need more help Check this Web design edinburgh
Source: web design edinburgh
Add New Comment