Home   Search Site   Customer Login   Shopping Cart    Check Out  
 Standard osCommerce Templates     CRE Loaded.com 
East Coast | West Coast | Europe | Japan
Call Toll Free 800-294-8182
For international or project support numbers click here
 
Online Support
F.A.Q.
Guide to Hosting
Web Site Hosting
Virtual Private Servers
Dedicated Servers
Search Support
Definitions
Contact
Email and Phone Numbers
 



 
 

Marcromedia Flash
Shockwave Flash It is easy to include Macromedia Flash multimedia presentations on your Web site. You can use Flash content to add high-impact graphics, animation, and interactivity to your Web pages.

Configuration
You may need to add the following MIME types to your ~/www/conf/mime.types file:

application/x-shockwave-flash  swf cab
application/futuresplash       spl

NOTE: After you make changes to the mime.types file, you need to Restart Your Web Server.


Embedding Flash Multimedia in a Web Page

In order to embed your filename.swf Flash content in a web page, include at least the following HTML code:

<OBJECT WIDTH="550" HEIGHT="400">
 <PARAM NAME="MOVIE" VALUE="filename.swf">
 <EMBED SRC="filename.swf">
 </EMBED>
</OBJECT>

The OBJECT tags are for Microsoft Internet Explorer and the EMBED tags are for Netscape Navigator. Substitute the filename of your Flash content for filename.swf. You can adjust and add other paramaters as you like.

Here is an example:

  <img src="../../real/media/tut_wsound.gif" tppabs="http://support.securesites.com/support/virtual/real/media/tut_wsound.gif" width=275 height=200 border=0 alt="[You need Shockwave.]">
From: Intro to Flash by Michael Kay.

More Information
A great Intro to Flash tutorial is available at the Webmonkey: A How-to Guide for Web Developers site.