movies and media for html

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tyler Renaudin

    movies and media for html

    When using html what are the commands for movies and media?


  • Neal

    #2
    Re: movies and media for html

    On Thu, 29 Jan 2004 16:13:24 -0600, Tyler Renaudin <Fandango518@ao l.com>
    wrote:
    [color=blue]
    > When using html what are the commands for movies and media?
    >
    >[/color]


    Read http://www.w3.org/TR/html401/struct/objects.html - tells you all
    about it.

    Comment

    • Spartanicus

      #3
      Re: movies and media for html

      "Tyler Renaudin" <Fandango518@ao l.com> wrote:
      [color=blue]
      >When using html what are the commands for movies and media?[/color]

      HTML is a markup language, it doesn't have "commands".

      Audio: <a href="audio.wav ">noise</a>
      Video: <a href="video.avi ">video</a>

      --
      Spartanicus

      Comment

      • Spartanicus

        #4
        Re: movies and media for html

        Neal <neal413@spamrc n.com> wrote:
        [color=blue][color=green]
        >> When using html what are the commands for movies and media?[/color]
        >
        >Read http://www.w3.org/TR/html401/struct/objects.html - tells you all
        >about it.[/color]

        What it doesn't tell you is why you shouldn't use it:


        --
        Spartanicus

        Comment

        Working...