|
<table width = "759" border = "0" align = "center">
<tr>
<td align = "center"> <object id = MP1 classid = clsid: 22d6f312-b0f6-11d0-94ab-0080c74c7e95 width = 400 height = 400>
<param name = "filename" value = "<% = Request (" filename ")%>"
<param name = "UIMode" value = "none">
<param name = "AutoStart" value = "1">
<param name = "Enabled" value = "true">
<param name = "ShowControls" value = "-1">
<param name = "ShowGotoBar" value = "0">
<param name = "ShowStatusBar" value = "-1">
<param name = "EnableFullScreenControls" value = "1">
<param name = "EnablePositionControls" value = "1">
<param name = "Volume" value = "100">
<param name = "DisplaySize" value = "0">
<param name = "SendErrorEvents" value = "0">
<param name = "enableContextMenu" value = "0">
<param name = "EnableStretchToFit" value = "1">
<param name = "EnableTracker" value = "1">
</ object> </ td>
</ tr>
</ table>
Looking at the above, you can achieve this
In a.aspx, you get the file name and path of the video file, and then pass it to the b.aspx page
This will pass "<% = Request (" filename ")%>"
The playback is realized, the above is the simplest one, and I will, I don't know if it is difficult! |
|