Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

putting media player on site problem

Options
  • 25-02-2008 5:08pm
    #1
    Registered Users Posts: 449 ✭✭


    http://www.ashmoreproductions.com/video2.php

    Any help??
    Thanks for looking




    <?
    $page_title = 'Packages - Ashmore Productions';
    include("headerpackages.php");
    //Sets page title - Includes header - no edits

    ?>

    <OBJECT id="VIDEO" style="position:absolute; left:19;top:19;width:480px; height:360px"
    CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
    type="application/x-oleobject">

    <PARAM NAME="URL" VALUE="http://www.ashmoreproductions.com/samples/Sample1.wmv&quot; ref>
    <PARAM NAME="AutoStart" VALUE="-1">
    <PARAM name="uiMode" value="mini">
    <PARAM name="PlayCount" value="1">
    <param name="rate" value="1">
    <param name="balance" value="0">
    <param name="currentPosition" value="0">
    <param name="defaultFrame" value>
    <param name="currentMarker" value="0">
    <param name="invokeURLs" value="-1">
    <param name="baseURL" value>
    <param name="volume" value="80">
    <param name="mute" value="0">
    <param name="stretchToFit" value="1">
    <param name="windowlessVideo" value="0">
    <param name="enabled" value="-1">
    <param name="enableContextMenu" value="-1">
    <param name="fullScreen" value="0">
    <param name="SAMIStyle" value>
    <param name="SAMILang" value>
    <param name="SAMIFilename" value>
    <param name="captioningID" value>
    <param name="enableErrorDialogs" value="0">
    </OBJECT>

    <!-- Edit -->







    <!-- End Edit -->
    <?
    //includes footer
    include("footer.php");
    ?>


Comments

Advertisement