Login   Register  
PHP Classes
elePHPant
Icontem

File: dynlook.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael Ettl  >  parseCSS  >  dynlook.html  >  Download  
File: dynlook.html
Role: Auxiliary data
Content type: text/plain
Description: Flash-Example (HTML)
Class: parseCSS
Class for parsing CSS Stylesheets
Author: By
Last change: new
Date: 2003-04-17 17:17
Size: 997 bytes
 

Contents

Class file image Download
<html>
<head><title>Dynamic Colours in Flash</title></head>


<body>
<h3>
PHP.NET doesn't allow upload of .swf files.<br>Please get the dynlook.swf from this url<br>
<a href="http://www.ettl.at/michael/dynlook.swf">http://www.ettl.at/michael/dynlook.swf</a>
(right-click save-as)<br>
and copy it in the directory containing getstyle.php
</h3>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 width=800 height=600 id="dynlook" ALIGN="">
 <PARAM NAME=movie VALUE="dynlook.swf"> 
 <PARAM NAME=loop VALUE=true> 
 <PARAM NAME=menu VALUE=true> 
 <PARAM NAME=quality VALUE=high> 
 <PARAM NAME=bgcolor VALUE=#000000> 
 <EMBED src="dynlook.swf" loop=true menu=true width=800 height=600 quality=high bgcolor=#000000  NAME="dynlook" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</body>
</html>