Results 1 to 2 of 2

Thread: Can't play AVI, what's wrong?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Posts
    665

    Question Can't play AVI, what's wrong?

    What's wrong with this code...
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <META content="MSHTML 6.00.2600.0" name=GENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <SCRIPT language=JavaScript>
    <EMBED SRC="C:\calsync.avi" width=144 height=60 CONTROLLER=true LOOP=false AUTOPLAY=True> 
    </SCRIPT>
    </BODY></HTML>

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Your main problem is that you have it inside a script element. Just remove the <script> tags. IF that doesn't work try adding file:/// infront of the AVI SRC.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width