ผมทำอย่างนี้น่ะครับ...ช่วยแนะนำหน่อยครับ
1. ผมไปที่ insert ---- media--- plugin
2. ไปเลือกไฟล์ vdo ไฟล์ที่ผมเลือก เป็นนามสกุล (mov) คับ ที่ผม copy มา
3. จากนั้นผม ลอง play ดู แล้วมันฟ้อง ว่า------------------------------
unble to find the plugin that handles this media type Dreaweaver look in
both the " configuration / plugins " foder , and the plugin folder for each of
your in stalled browsers. ครับ
4. แล้วจะแก้อย่างไง
5. ลอง กด F12 ดู ฟ้อง Download อีก ทำไมถึงเป็นอย่างนี้ครับ
6. ของตนแบบทำไม ไม่มีครับ (ฟ้อง)
7. ต้องไป set ที่ใหนใน dreamweaver อีกครับ ช่วยหน่อยครับ
Tag : - - - -
Date :
29 ธ.ค. 2548 16:13:38
By :
มือใหม่
View :
2962
Reply :
1
No. 1
Guest
Code (PHP)
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("player.swf","mediaplayer","500","500","8");
s1.addParam('allowscriptaccess','always');
s1.addParam("allowfullscreen","true");
s1.addVariable("file","vdo/<?=$objResult["FilesName"];?>");
s1.addVariable('displayheight','240');
s1.addVariable('autoscroll','true');
s1.write("container");
</script>