Results 1 to 5 of 5

Thread: avi file in html

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513

    avi file in html

    How can I play an avi file in html... I tried this:

    <a href="test.avi"></a>

    But it opens only part of the screen... how can I get this to display in a small pop up window (html page)?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513
    I tried this from the msdn:

    <HTML>
    <HEAD>
    <TITLE>OCX Control Page</TITLE>
    </HEAD>
    <BODY LANGUAGE = VBScript ONLOAD = "Page_Initialize">
    <CENTER>
    <H1>OCX Control Page</H1>
    </CENTER>
    .
    .
    .
    <!- AVIfile>
    <PRE>
    AVIfile: [Free Floating] <OBJECT
    --> CLASSID="clsid:00022602-0000-0000-C000-000000000046"
    HEIGHT=50 WIDTH=50 ID=avi1></OBJECT>
    </PRE>
    .
    .
    .


    It doesnt work...

  4. #4
    Lively Member morrowasted's Avatar
    Join Date
    Aug 2003
    Location
    Houston, TX
    Posts
    118
    you can just link to it, and if theyre running Windows it will open mediaplayer

    -morrowasted

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    On Linux it should open MPlayer or Xine plug-ins, if installed.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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