home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / fastel / shockwav / readme.txt < prev    next >
Encoding:
Text File  |  1996-11-10  |  2.2 KB  |  65 lines

  1. Fastel Multimedia
  2. rossini@fastel.com
  3. http://www.fastel.com
  4. cp 716 1215 Geneva 15
  5. Tél :  41 22 788 22 11
  6. Fax : 41 22 788 03 93
  7.  
  8. Fastel Multimedia is a full-service multimedia production company, specializing in Director work, particularly cross-platform. 
  9.  
  10. Need a web site ?
  11. Want to customize your existing web site to fit you and your customers' needs?
  12.  
  13. Fastel Multimedia offers unconventional web site production and implementation using high-quality, attractive graphics, interactivity and easy navigation.
  14.  
  15. Online production services include:
  16.  
  17.      Site conception, development & implementation
  18.      Custom graphic design & layout
  19.      Navigation & linking
  20.      Audio/Video digitization & posting
  21.      Custom scripting (HTML, CGI, Perl7 C++, Applescript, etc.)
  22.      Shockwave, Java & VRML
  23.     
  24. How to add Shockwave "fastel" movies to html pages ?
  25.  
  26. All you really need is the following line of HTML: 
  27. for example :
  28.  
  29. <P><CENTER><EMBED SRC="your URL address/pub/images/what.dcr" WIDTH=160 HEIGHT=130> <NOEMBED><IMG SRC=
  30. "images/what.gif" WIDTH="160" HEIGHT="130" ALIGN=center NATURALSIZEFLAG=
  31. "3"></NOEMBED> </CENTER>
  32.  
  33. and
  34.  
  35. <P><CENTER><EMBED SRC="your URL adresse/pub/images/wave.dcr" WIDTH=240 HEIGHT=136> <NOEMBED><IMG SRC=
  36. "images/wav.gif" WIDTH=240 HEIGHT=136 ALIGN=bottom NATURALSIZEFLAG=
  37. "3"></NOEMBED> </CENTER>
  38.  
  39.  Putting Shockwave movies on your server
  40.  
  41. The server your movies are going to live on has to be able to recognize
  42. the new Director file types. Most servers keep a list of MIME types in the
  43. configuration file called .htaccess. Some servers will also recognize and
  44. add MIME types listed in an .htaccess file in the user's directory. This
  45. depends on the server and whether or not the sysadmin has left this
  46. feature on and kept the default file name of .htaccess Before asking your
  47. sysadmin to add the new MIME types you can try uploading a text file
  48. called .htaccess containing these lines to the directory housing your web
  49. pages: 
  50.  
  51. AddType application/x-director dcr
  52. AddType application/x-director dir
  53. AddType application/x-director dxr
  54.  
  55. Set the privileges of the file to: 
  56. user = read and write
  57.         group = read
  58.         world = read
  59.         
  60.  
  61. You can do this at the command line by typing: 
  62. chmod 644 .htaccess
  63.  
  64.  
  65.