embed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Werner Godfroid

    embed

    Hello

    is it possible to add a list of mp3's in the following script instead of one?

    <EMBED SRC="voorbeeld. mp3" LOOP=TRUE
    AUTOSTART=TRUE WIDTH=145 HEIGHT=44>

    thanks
    Werner Godfroid


  • Ivo

    #2
    Re: embed

    > "Werner Godfroid" wrote:[color=blue]
    > is it possible to add a list of mp3's in the following script instead of[/color]
    one?[color=blue]
    >
    > <EMBED SRC="voorbeeld. mp3" LOOP=TRUE
    > AUTOSTART=TRUE WIDTH=145 HEIGHT=44>
    >
    > thanks
    > Werner Godfroid[/color]

    It 's not a script, but an embed tag, which takes one src at the time, not
    unlike an image tag. You can have multiple embedded objects on one page, and
    change the src of each one dynamically, in quite the same way as you can
    with images.
    Ivo


    Comment

    Working...