|
-
Dec 5th, 2002, 05:29 AM
#1
Thread Starter
Fanatic Member
multimedia
When the following line is run in the asp.net page from my machine which has windows player for win xp, the video plays fine. But other machine can not run the .avi from the site. Any ideas anyone? Thanks
<td>
<embed src="images\Video 7.avi" id="aviTest" hidden="false" height="200" width="200"
autostart="false" type="video/avi" loop="true"</embed>
</td>
Last edited by fmardani; Dec 5th, 2002 at 05:33 AM.
-
Dec 5th, 2002, 11:33 AM
#2
Looks like you are missing a closing '>' on the EMBED tag.
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
-
Dec 5th, 2002, 11:38 AM
#3
Thread Starter
Fanatic Member
Re: multimedia
Originally posted by fmardani
When the following line is run in the asp.net page from my machine which has windows player for win xp, the video plays fine. But other machine can not run the .avi from the site. Any ideas anyone? Thanks
<td>
<embed src="images\Video 7.avi" id="aviTest" hidden="false" height="200" width="200"
autostart="false" type="video/avi" loop="true"</embed>
</td>
is this how it should be?
<td>
<embed src="images\Video 7.avi" id="aviTest" hidden="false" height="200" width="200"
autostart="false" type="video/avi" loop="true"></embed>
</td>
-
Dec 5th, 2002, 03:54 PM
#4
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|