Add to Google

Adding A Media Player On A Page

free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

Adding A Media Player On A Page

leiaah
A friend gave me this code and I'm yet to try it. She said this only works for audio files.

<EMBED src = "SONG.MP3" width = "145" height = "25" LOOP = "true" AUTOSTART = "true">

Do you know any codes for putting a media player on a page to view videos? unsure.gif

Reply

canute24
If you have frontpage go to insert>Web component>select media player compnent in it. After it is inserted go to the HTML view in fronpage and copy the generated code. That's the easiest way and there won't be any mistakes. I don't know HTML that well. smile.gif

Reply

the_furious1
To use video files use the same code, but only insted of song.mp3 pu thename of the file(ex. video.wmv)!!!
p.s. Do not use use width and height if you wanna see video in its 100% size (use these tags if you want to make it smaller or bigger).

Reply

Blix
Hi there, i found this bit of code to put windows mediaplayer on your website. You should play with the values for different apperiance of the player. eg status etc.

<object id="Player" width="272" height="240" classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param name="filename" value="http://mayakiara.gmxhome.de/images/films/kiara_anim-1.wmv">
<param name="transparentatstart" value="-1">
<param name="autostart" value="1">
<param name="showcontrols" value="-1">
<param name="ShowStatusBar" value="-1">
<param name="AutoSize" value="-1">
<param name="ShowPositionControls" value="0">
<param name="ShowTracker" value="0">
</object>

Reply

Joshthegreat
I've tried putting a movie on my site, I used the embed code. PLease can you look at it because it doesn't seem to be working.
Here
'The data that the plugin requested, did not download succesfully'.
Why is this?

Reply

the_furious1
That is a quick time movie so you will have to add this code to you embed tag:
CODE

type="video/quicktime"


I think that that will work!!!

Reply

Joshthegreat
Will it? Well I'm changfing to windows media player movie anyways. So I'm gonna use that windows media player code for my movies now. Class action baby! Soon I'll have awsome videos on my skate site.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Recent Queries:-
  1. move player code php - 74.91 hr back. (1)
  2. windows media player website code frontpage - 121.47 hr back. (1)
  3. add media player to myspace - 166.54 hr back. (1)
  4. embed xspf player myspace - 207.85 hr back. (1)
  5. insert media player in web page - 211.21 hr back. (2)
  6. html to add song title in media player - 254.80 hr back. (1)
  7. html wma player code - 263.99 hr back. (1)
  8. media player status cpde - 270.97 hr back. (1)
  9. media playlist code for html - 281.41 hr back. (1)
  10. html code media player border - 284.08 hr back. (1)
  11. cab#version mediaplayer - 645.03 hr back. (1)
  12. classid for real time player - 1176.74 hr back. (2)
  13. "loop=true" "media player" - 1306.16 hr back. (1)
  14. html classid codes wmv - 1405.02 hr back. (1)
Similar Topics

Keywords : adding, media, player, page

  1. Project Digital Signage
    advertising media through internet (1)
  2. Mp3 Player On Myspace
    XSPF Web Music Player (1)
    I want to use the following HTML code on Myspace: HTML object classid ="
    clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 " codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0 " width=" 400
    " height=" 168 " > param name =" allowScriptAccess " value="sameDomain"/> param name =" movie
    " value="http://www.name.com/folder/xspf_player.swf"/> param name =" quality " value="high"/>
    param name =" bgcolor " value="#E6E6E6"/> embed src ="
    http://www.name.com/folder/xspf_player.swf?playlist_url=playlist.xspf " quality=" h....
  3. Realtime/wma Player In Websites
    What's the code (5)
    Alright, I'm making a website for a band. And he requested on the "Media" page that when you go
    there, you see there sample songs. And next to it, it's like "Song - Play in - MWA - RealTime."
    How do you make it so when you click, say, realtime, it takes you to another page and the player is
    right there, playing the song? I suppose this is some kind of PHP but I'm not sure. Links,
    code, tutorials, anything to get this working for me is appretiated.....
  4. Play Sound File Without Media Player Showing
    (3)
    Currently I have ICONS (JPGs) on a number of my pages that, when clicked, allow the user to hear a
    specific audio (WMA)file related to the page. The problem is that when the icon is clicked, the
    audio file plays, but it opens (in this case) the Windows Media Player. I am trying to avoid that
    from happening. My workaround is to create a separate, new window (small in size), that opens and
    has the sound file attached to the background of the new window, playing automatically when opened.
    This works... I can also make about 30 of these little windows for each of the 30 s....
  5. Adding Width And Height To Page
    (8)
    how do you add width and height to your page? without adding it to your link you previously
    clicked... I mean, that the width and height should be included in the ORIGINAL page... i hope
    someone can help me with this... thanks in advance! /cool.gif' border='0'
    style='vertical-align:middle' alt='cool.gif' /> btw: i'm not that familiar with
    scripting.......




    1. Looking for adding, media, player, page






*SIMILAR VIDEOS*
Searching Video's for adding, media, player, page

*MORE FROM TRAP17.COM*
advertisement



Adding A Media Player On A Page