home *** CD-ROM | disk | FTP | other *** search
Wrap
Fastel Multimedia rossini@fastel.com http://www.fastel.com cp 716 1215 Geneva 15 Tél : 41 22 788 22 11 Fax : 41 22 788 03 93 Fastel Multimedia is a full-service multimedia production company, specializing in Director work, particularly cross-platform. Need a web site ? Want to customize your existing web site to fit you and your customers' needs? Fastel Multimedia offers unconventional web site production and implementation using high-quality, attractive graphics, interactivity and easy navigation. Online production services include: Site conception, development & implementation Custom graphic design & layout Navigation & linking Audio/Video digitization & posting Custom scripting (HTML, CGI, Perl7 C++, Applescript, etc.) Shockwave, Java & VRML How to add Shockwave "fastel" movies to html pages ? All you really need is the following line of HTML: for example : <P><CENTER><EMBED SRC="your URL address/pub/images/what.dcr" WIDTH=160 HEIGHT=130> <NOEMBED><IMG SRC= "images/what.gif" WIDTH="160" HEIGHT="130" ALIGN=center NATURALSIZEFLAG= "3"></NOEMBED> </CENTER> and <P><CENTER><EMBED SRC="your URL adresse/pub/images/wave.dcr" WIDTH=240 HEIGHT=136> <NOEMBED><IMG SRC= "images/wav.gif" WIDTH=240 HEIGHT=136 ALIGN=bottom NATURALSIZEFLAG= "3"></NOEMBED> </CENTER> Putting Shockwave movies on your server The server your movies are going to live on has to be able to recognize the new Director file types. Most servers keep a list of MIME types in the configuration file called .htaccess. Some servers will also recognize and add MIME types listed in an .htaccess file in the user's directory. This depends on the server and whether or not the sysadmin has left this feature on and kept the default file name of .htaccess Before asking your sysadmin to add the new MIME types you can try uploading a text file called .htaccess containing these lines to the directory housing your web pages: AddType application/x-director dcr AddType application/x-director dir AddType application/x-director dxr Set the privileges of the file to: user = read and write group = read world = read You can do this at the command line by typing: chmod 644 .htaccess