ใครถนัดพวก code HTML รบกวนทีครับ ผมทำโปรเจค ทำไม่ออกซักที ผมว่าไม่น่ายาก แต่ผมไม่ทราบจริงๆจนปํญญาครับ Y_Y

สวัสดีครับพี่ๆ น้าๆ
พอดีส่วนหนึ่งของโปรเจคผมต้องทำกล้องออนไลน์
ผมเลยมาใช้กล้อง webcam มาทำออนไลน์ โดยใช้โปรแกรม Active WebCam
ซึ่งเป็นโปรแกรมออกมาเสมือนสำเร็จรูป พอรันออกมา ผมดูกล้องออนไลน์ได้ครับในคอมพิวเตอร์
แต่พอต้องการดูผ่าน iPad iPhone มันไม่ขึ้นครับ เหมือนติดปลั๊กอิน ติดพวก flash
ผมลองหาโปรแกรมเสียเงินพวก Photon ,Puffin มาลองแล้วก็ขึ้น missing plug in อยู่ดีครับ

ต้องการจะแก้ Code ให้มันแสดงกล้องออนไลน์โดยเข้าจากพวก iOS ได้อะครับ
รบกวนพี่ๆน้าๆทีนะครับ ไม่ค่อยมีความรู้ด้านCode เท่าไหร่ครับ
Code เดิมเป็นแบบนี้ครับ



<HTML>
<HEAD>
<TITLE>
Active WebCam Page
</TITLE>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="Active WebCam 11.6 (http://www.pysoft.com) [Unregistered]">
<meta name="Keywords"

content="ACTIVE,WEB,CAMERA,CAM,VIDEO,FRAME,IMAGE,BROADCAST,CAPTURE,CAPTUR,USB,DETECT,GUESTS,INTERNET,LIVE,MONITOR,MOTION,PAGE,PROGRAM,RECORD,WATCH,ADJUST,ALARM,AREA,AWAY,surveillance,JPEG,MPEG">

<SCRIPT LANGUAGE="JavaScript">
<!--

function ShowButton(objName, ImageName) {
  objName.src=ImageName;
}

function PreloadImages() {
  if(document.images) {
      if (!document.tmpImages)
         document.tmpImages=new Array();
      with(document) {
       var
          i, j=tmpImages.length,
          a=PreloadImages.arguments;
       for(i=0; i<a.length; i++)
          if (a.indexOf("#")!=0) {
             tmpImages[j]=new Image;
             tmpImages[j++].src=a;
          }
      }
  }
  
}

function PTZButton(PTZCommand, CameraNumb) {
   if ( document.NullFrame ) {
      document.NullFrame.location = "http://" + document.location.host +
                  "?PTZ=" + PTZCommand +  
                  "&ANSWER=NO" +
                  "&CAMERANUMB=" + CameraNumb;
      return false;
   }
   else
      return true;
}

//-->
</SCRIPT>




</HEAD>

<BODY bgcolor="#C0E3FF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"
      onLoad=""
>

<iframe width="1" height="1" src="" frameborder="no" scrolling="no" Name="NullFrame">
</iframe>



<TABLE width="100%" cellpadding="1" bordercolorlight="#FFFFFF" bordercolordark="#000000" cellspacing="2" align="center">
<TR>
<TD width="90%" valign="top">
<div align="CENTER">
<OBJECT Name="WMP1" WIDTH=656 HEIGHT=565 classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0"
standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="STREAM.ASX?NAME=1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="DefaultFrame" VALUE="Slide">
<PARAM NAME="Autostart" VALUE="1">
<PARAM NAME="DisplaySize" VALUE="0">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/download/default.asp"
src="STREAM.ASX?NAME=1"
Name=WMP1 Autostart=1 ShowControls=1 ShowDisplay=0 ShowStatusBar=1 DefaultFrame="Slide"
width=656 height=565>
</embed>
</OBJECT>
<script language="JavaScript">
// Set buffering to 2 seconds
var PlayerBufferingTime = 2000;
try
{
    if ( document.WMP1 ) {
       if ( document.WMP1.BufferingTime ) {
          document.WMP1.BufferingTime = PlayerBufferingTime;
       }
       else
          if ( document.WMP1.network ) {
             document.WMP1.network.bufferingTime = PlayerBufferingTime;
          }
    }
}
catch(e)
{
}
// Restart player
var cClockInterval = PlayerBufferingTime * 4;
if ( cClockInterval < 60000 )
   cClockInterval = 60000;
var ClockInterval = cClockInterval;
function startClock1(){
ClockInterval = ClockInterval - 200;
timerID = setTimeout("startClock1()", 200);
if (ClockInterval <= 0) {
    try
    {
       if ( document.WMP1 ) {
          if ( document.WMP1.playState != 2) {
             document.WMP1.Stop();
             document.WMP1.Play();
          }
       }
    }
    catch(e)
    {
    }
   ClockInterval = cClockInterval;
}
}
startClock1();
</script>

</div>
</TD><TD valign="top">

<A name=1></A>

<TABLE width="50" cellpadding="0" bordercolorlight="#FFFFFF" bordercolordark="#000000" cellspacing="0">
<TR><TD></TD><TD></TD></TR>
<TR><form
method="GET" action="" name="FormZoomIn1" TARGET="_top"  
onsubmit="return PTZButton('ZOOMIN', '1')"><input type="HIDDEN" name="RETURNMAINPAGE" value="YES"><input
type="HIDDEN" name="CAMERANUMB" value="1"><input
type="HIDDEN" name="PTZ" value="ZOOMIN">
<TD valign="top"></TD></form></TD></TR><TR><form method="GET"
action="" name="FormZoomOut1" TARGET="_top"  
onsubmit="return PTZButton('ZOOMOUT', '1')"><input type="HIDDEN" name="RETURNMAINPAGE" value="YES"><input
type="HIDDEN" name="CAMERANUMB" value="1"><input
type="HIDDEN" name="PTZ" value="ZOOMOUT">
<TD valign="top"></TD></form></TR><TR><TD></TD><TD></TD></TR>
</TABLE>
</TD></TR>
</TABLE>



<div align="CENTER"><BR><HR size=2></div>
<div align="CENTER"><FONT size=2 face="Arial">Captured with Active WebCam</FONT></div>

<BR>
<!-- Copyrights -->
<div style="text-decoration:none; cursor:default; color:#BFE2FE; text-align: center;">
Copyright
<A href="http://www.pysoft.com/main.htm" style="text-decoration:none; cursor:default; color:#BFE2FE; ">PY Software (netcam)</A>,
<A href="http://www.unbind.tv" style="text-decoration:none; cursor:default; color:#BFE2FE; ">Unbint TV</A>
<!-- End of Copyrights -->
</div>

</BODY>
</HTML>
___________________________________________________________________________________________________

ผมลองแก้ code ในบรรทัดนี้ดู
<OBJECT Name="WMP1" WIDTH=656 HEIGHT=565 classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0"
standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="STREAM.ASX?NAME=1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="DefaultFrame" VALUE="Slide">
<PARAM NAME="Autostart" VALUE="1">
<PARAM NAME="DisplaySize" VALUE="0">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/download/default.asp"
src="STREAM.ASX?NAME=1"
Name=WMP1 Autostart=1 ShowControls=1 ShowDisplay=0 ShowStatusBar=1 DefaultFrame="Slide"
width=656 height=565>
</embed>
</OBJECT>

แต่แก้ยังไงก้ไม่เป็นผลสำเร็จครับ
ฝากรบกวนช่วยผมทีครับและขอขอบคุณล่วงหน้าด้วยนะครับ

แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่