EMBEDDING A MEDIA PLAYER Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    EMBEDDING A MEDIA PLAYER

    Merlin333
    Merlin333
    Forumember


    Male Posts : 147
    Reputation : 0
    Language : English

    EMBEDDING A MEDIA PLAYER Empty EMBEDDING A MEDIA PLAYER

    Post by Merlin333 June 8th 2008, 8:04 pm

    I have a problem.
    1. I'd like to embed a mediaplayer on one of my pages and allow the member to select the video to be played from a menu.
    2. I want to pass the location (as a variable?) of the video to be played from a nav type menu containing a list of video names and locations.
    3. One problem is the embed code moves the bottom of page information to what appears to be a column to it's right.

    In short, what I need is to set the player up to accept a variable passed to it from a menu,

    Thanks for any help,

    -------------------------------------------------------------
    the embed code -------------------------------------------------------------
    <!-- Test Start-->
    <!-- begin embedded WindowsMedia file... -->
    <BODY>
    <table border='0' cellpadding='0' align="left">
    <tr>
    <td>
    <OBJECT id='mediaPlayer' width="478" height="300"
    classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
    codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
    standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
    <param name='fileName' value="http://merlin333.bigforumlive.com/path/to/media.file">
    <param name='animationatStart' value='true'>
    <param name='transparentatStart' value='true'>
    <param name='autoStart' value="false">
    <param name='showControls' value="true">
    <param name='loop' value="false">
    <EMBED type='application/x-mplayer2'
    pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
    id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
    bgcolor='darkblue' showcontrols="true" showtracker='-1'
    showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="478" height="300"


    src="http://merlin333.bigforumlive.com/path/to/media.file" autostart="false" designtimesp='5311' loop="false">


    </EMBED>
    </OBJECT>
    </td>
    </tr>

    <!-- ...end embedded WindowsMedia file -->
    <tr><td align='center'>
    <a href="http://merlin333.bigforumlive.com/path/to/media.file" style='font-size: 85%;' target='_blank'>Launch in external player</a>
    <!-- ...end link to launch external media player... -->
    </td></tr>
    </table>
    </BODY>
    <!-- Test End -->