Results 1 to 4 of 4

Thread: multimedia

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    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.

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    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)

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    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>

  4. #4
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    Yup
    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
  •  



Click Here to Expand Forum to Full Width