Besoin d'explication d'une ligne de codes
Bonjour,
Serait-il possible de m'expliquer pas à pas la signification de cette ligne.
Merci à vous.
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<td colspan="3" height="170">
<!-- DO NOT REMOVE THIS COPYRIGHT LINE -->
<div style="Z-INDEX: 2; POSITION: relative;">
<div style="Z-INDEX: 1; POSITION: absolute;" nowrap id="free-flash-header">
This
<strong>
free flash template
</strong>
need flash plugin. If you want to download
<strong>
free flash templates
</strong>
please visit our website.
<br>
Free template designed by
<a href="http://www.freenicetemplates.com">
<strong>
Free Flash Templates</strong></a>.
</div>
</div>
<script language="javascript">
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
'width','820','height','170','src','images/flash/free-flash-templates'+tp,'quality','high','pluginspage',
'http://www.macromedia.com/go/getflashplayer','movie','images/flash/free-flash-templates'+tp,'bgcolor',
'#cccccc','flashvars',''); //end AC code
</script> |