Announcement

Collapse
No announcement yet.

Video not playing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Video not playing

    I have uploaded embeded video to www.jkhelpfoundation.com/video1.html. But when I open the page I am unable to see the Video. If someone can Plz let me know wat can be the reason.

    Regards
    Bilal

  • #2
    Re: Video not playing

    Hi

    Do you have the video on your computer? What file format is it?

    How did you upload this video to your account?

    How did you insert the video onto your page?

    Or is it you only have the code?

    A few more details and we may be able to help.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re:Video not playing

      Hi Lady Eye,

      Yes the video is on my computer. It is in .dat format
      I inserted the windows media player in the BV , linked the .dat file to it and then published it successfully.

      Regards
      Bilal

      Comment


      • #4
        Re: Video not playing

        Windows media player dosn't support .dat format.

        Comment


        • #5
          Re: Video not playing

          HI
          I changed he format to .mpg and uploaded it succesfully but it is still not working.

          Regards
          Bilal

          Comment


          • #6
            Re: Video not playing

            Your video is their, it's just takes a long time to kick in and i 20mb broadband.

            Try this put a html box on your page and enter this.



            Code:
             
            <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
            standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256">
            <param name="fileName" value="[COLOR=red]Kick_Baby_2.mpg[/COLOR]">
            <param name="animationatStart" value="true">
            <param name="transparentatStart" value="true">
            <param name="autoStart" value="true">
            <param name="showControls" value="true">
            <param name="Volume" value="-450">
            <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="[COLOR=red]Kick_Baby_2.mpg[/COLOR]" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450>
            </object>

            Just change both instances indicated in red in the above code to point to your file.


            If you prefer to not have the player controls showing (visible), then change these lines.
            Code:
             
            [COLOR=black]<param name="showControls" value="true">[/COLOR]
            [COLOR=black]showcontrols=1[/COLOR]
            to this instead.
            Code:
             
            [COLOR=black]<param name="showControls" value="false">[/COLOR]
            [COLOR=black]showcontrols=0[/COLOR]
            You can also change the size width="280" height="256" in both places.

            Comment

            Working...
            X