Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi!
I am playing file with upplayer.exe and with html code but in local upplayer.exe play and display client side, But from iis it is running in server side

what is the solution????????? if client can not see gui, how can they pause and close?

while file is in mp3 and wave it open in browser window but cant play and cant display gui. It shows only file name.

Follwoing is the code

<object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" id="player" style="z-index: 104;
left: 12px; width: 299px; position: absolute; top: 8px; height: 114px">
<param name="url" value="<%=mySrc %>" />
<param name="src" value="<%=mySrc %>" />
<param name="showcontrols" value="true" />
<param name="animationatStart" value="true" />
<param name="transparentatStart" value="true" />
<param name="autostart" value="true" />
<object type="video/x-ms-wmv" data="<%=mySrc %>">
<param name="src" value="<%=mySrc %>" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>
</object>

<%=mySrc %> is the file path binded from server side
Posted
Updated 25-Sep-12 20:22pm
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900