dustbuster
01-14-2003, 07:42 PM
I know this is probably an easy question:
<object standby="Loading Movie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="450" height="55">
<param name="movie" value="movie.swf">
<param name="quality" value="best">
<param name="play" value="true">
<embed src="movie.swf" type="application/x-shockwave-flash" width="450" height="55" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="best" play="true">
</object>
In the code above can anyone tell me what these mean and what they do?
classid
codebase
pluginspage
The code above was generated by my HTML editor and I'd like to know what it does.
As well, if I make a movie in Flash 4, 5, or MX do they all use the same code?
Any help would be great.
D.
<object standby="Loading Movie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="450" height="55">
<param name="movie" value="movie.swf">
<param name="quality" value="best">
<param name="play" value="true">
<embed src="movie.swf" type="application/x-shockwave-flash" width="450" height="55" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="best" play="true">
</object>
In the code above can anyone tell me what these mean and what they do?
classid
codebase
pluginspage
The code above was generated by my HTML editor and I'd like to know what it does.
As well, if I make a movie in Flash 4, 5, or MX do they all use the same code?
Any help would be great.
D.