📄 insert_flash.php
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML 3.2//EN">
<HTML id=flashadmin STYLE="width: 350px; height: 300px;">
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Insert flash files</TITLE>
<style>
html, body, button, div, input, select, fieldset { font-family: MS Shell Dlg; font-size: 8pt; position: absolute; };
</style>
<script language='JavaScript'>
function annuler() {
window.close();
}
function flash_insert() {
var idx = document.all.align.selectedIndex;
var option = document.all.align[idx].value;
var idx1 = document.all.quality.selectedIndex;
var option1 = document.all.quality[idx1].value;
var idx2 = document.all.jouer.selectedIndex;
var option2 = document.all.jouer[idx2].value;
var idx3 = document.all.boucler.selectedIndex;
var option3 = document.all.boucler[idx3].value;
var option4 = document.all.width.value;
var option5 = document.all.height.value;
var alignement="align="+option;
var qualite="quality="+option1;
var joue="play"+option2;
var boucle="loop="+option3;
var largeur="width="+option4;
var hauteur="height="+option5;
var fin="></embed></p>";
var plugin=" pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash";
var param=joue+' '+boucle+' '+largeur +' '+hauteur+' '+qualite+' ';
var img = window.event.srcElement;
if (img) {
var src = img.src.replace(/^[a-z]*:[/][/][^/]*/, "");
text='<embed src=' + src+' '+ param +' '+alignement +' '+plugin+fin;
window.returnValue = text;
window.close();
}
}
</script>
<?
function listeFichiers($rep)
{
$handle=opendir($rep);
while ($fic = readdir($handle)) {
if ($fic=="." or $fic=="..") {
} else {
$tabFichiers[]="$fic";
};
};
return $tabFichiers;
};
?>
<STYLE>
<!--
.noir {color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px}
A:link {font-size: 9px; color: #330000; font-weight: bold; font-family: Verdana, Arial, Helvetica}
A:visited {font-size: 9px; color: #9900FF; font-weight: bold; font-family: Verdana, Arial, Helvetica}
A:hover {font-size: 9px; color: darkblue; font-weight: bold; font-family: Verdana, Arial, Helvetica}
-->
</STYLE>
</HEAD>
<BODY style="background: threedface; color: windowtext;" scroll=no>
<!--<BUTTON ID=annuler style="left: 25.10em; top: 42.5504em; height: 2.4em; " onClick="annuler();">Close</BUTTON> -->
<fieldset id=fldLayout style='left: 0.50em; top: 0.5em; width: 30.0em; height: 2.2000em;'>
</fieldset>
<div id=divFileName style='left: 1.50em; top: 0.8em; width: 42em; height: 1.2168em;'>Preview : Click on the file-name. To insert, click the blue square</div>
<br>
<fieldset id=fldLayout style='left: 0.50em; top: 3.1em; width: 30.0em; height: 5.000em;'>
</fieldset>
<div id=divFileName style='left: 1.00em; top:4.0em; width: 42em; height: 1.2168em;'>Align :</div>
<select name="align" style='left: 5.5em; top: 3.70em; width: 5.7em; height: 1.0em;'>
<option value="left">left</option>
<option value="center">center</option>
<option value="right">right</option>
</select>
<div id=divFileName style='left: 1.00em; top:5.9em; width: 42em; height: 1.2168em;'>Quality :</div>
<select name="quality" style='left: 5.5em; top: 5.70em; width: 5.7em; height: 1.0em;' >
<option value="high">high</option>
<option value="best">best</option>
<option value="low">low</option>
<option value="Autolow">Autolow</option>
<option value="Autohigh">Autohigh</option>
<option value="medium">medium"</option>
</select>
<div id=divFileName style='left: 12.0em; top:4.0em; width: 42em; height: 1.2168em;'>Play :</div>
<select name="jouer"style='left: 15.8em; top: 3.70em; width: 4.5em; height: 1.0em;' >
<option value="true">true</option>
<option value="false">false</option>
</select>
<div id=divFileName style='left: 12.00em; top:5.9em; width: 42em; height: 1.2168em;'>Loop :</div>
<select name="boucler" style='left: 15.8em; top: 5.70em; width: 4.5em; height: 1.5000em;'>
<option value="false">false</option>
<option value="true">true</option>
</select>
<div id=divFileName style='left: 21.0em; top:5.9em; width: 42em; height: 1.2168em;'>Width :</div>
<input name="width" type="text" value="190" size="4" maxlength="5" style='left: 25.3em; top: 5.70em; width: 4.5em; height: 1.7em;'>
<div id=divFileName style='left: 21.00em; top:4.0em; width: 42em; height: 1.2168em;'>Height :</div>
<input name="height" type="text" value="190" size="4" maxlength="5" style='left: 25.3em; top: 3.70em; width: 4.5em; height: 1.7em;'>
<br><br><br><br><br><br>
<fieldset id=fldLayout style='left: 0.50em; top: 8.5em; width: 30.0em; height: 29.5000em;'>
</fieldset>
<?
//param鑤res
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -