Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: gal kas torit pametei scripta?

Parašė GoN· 2007 Rugs. 23 20:09:52
#10

Black Media Player on your Page
 <OBJECT HEIGHT="45" NAME="RAOCXplayer" STYLE="FILTER: xray" WIDTH="300" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" ID="Player">
  <PARAM NAME="StretchToFit" VALUE="0"> <PARAM NAME="AutoStart" VALUE="1"> <PARAM NAME="Balance" VALUE="0">
  <PARAM NAME="EnableContextMenu" VALUE="0"> <PARAM NAME="Disaaš" VALUE="0"> <PARAM NAME="EnableErrorDialogs" VALUE="0">
  <PARAM NAME="CurrentMarker" VALUE="0"> <PARAM NAME="" VALUE="0"> <PARAM NAME="URL" VALUE="http://www.sitename.com/song.mp3">
  <PARAM NAME="Mute" VALUE="0"> <PARAM NAME="PlayCount" VALUE="5"> <PARAM NAME="Uimode" VALUE="Full">
  <PARAM NAME="Volume" VALUE="50">
  </OBJECT>



__________________________________________________________________
linking to a sounds
<A HREF="laugh.wav">here's a good laugh</A>



_____________________________________________
LOOP = TRUE | FALSE | # of loops
LOOP indicates how many times to play the sound or movie. In general, LOOP indicates if the sound or movie should (TRUE) or should not (FALSE) loop continuously.
Sounds
For sounds, both MSIE and Netscape recognize TRUE and FALSE. FALSE is the default.

<EMBED
    SRC="../graphics/sounds/helloo.wav"
    LOOP=FALSE
    HEIGHT=60 WIDTH=144
    >



______________________________________
<EMBED
    SRC="../graphics/sounds/helloo.wav"
    LOOP=TRUE
    HEIGHT=60 WIDTH=144
    >





---------------------------------------------------------------------
Movies
LOOP can be set to TRUE or FALSE for movies.

<EMBED
    SRC="../graphics/heart.avi"
    LOOP=FALSE
    HEIGHT=144 WIDTH=117
    >



or

<EMBED
    SRC="../graphics/heart.avi"
    LOOP=TRUE
    HEIGHT=144 WIDTH=117
    >



______________________________________________

Na kaska radau internete tai ir patalpinau cia ir video yra ir kad mp3 gritu ;)

Redagavo GoN· 2007 Rugs. 23 20:09:00