srinivaslvn 0 Newbie Poster
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="Player1" width="200" height="100">
    <param name="URL" value="<s:property value="adFilePath"/>">
    <param name="http://path_to_the_video">
    <param name="AutoStart" value="0">
    <param name="ShowControls" value="1">
    <param name="ShowStatusBar" value="1">
    <param name="ShowDisplay" value="1">
    <param name="stretchToFit" value="1">
    <embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"
width="200" height="100" src="<s:property value="adFilePath"/>"
filename="<s:property value="adFilePath"/>" autostart="0" showcontrols="1" showstatusbar="1" showdisplay="0">
</embed>
</object>

Above code in the place file name i am using <s:property> of struts 2 this gives the ad file path, but player not working(It was working in firefox but not in ie). if any one already use player for struts 2 application plaz help me....... its very urgent..

Thnks,

sriniavs

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.