Announcement

Collapse
No announcement yet.

Help w/ java

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

    Help w/ java

    I have a html page loaded with Java that creates 4 streamed videos. The page loads/works fine, but you have to click on "PLAY" in order to start the feed on each camera. What is the way around this so the feeds start when the page is loaded?

    #2
    Is it javascript or java applets?
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      Rupp - you are so ON the ball.... << java script>> I think.

      wasn't able to attach in its native form of .html - so I saved it as txt.
      Attached Files

      Comment


        #4
        Try this. Go to <body> and change it to
        PHP Code:
        <body onload="javascript:PlayX(1);javascript:PlayX(2);javascript:PlayX(3);javascript:PlayX(4)"
        💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

        Comment


          #5
          RUPP --> you ROCK...

          THANKS!!!!



          by the way - how do you put code in the post now?

          Comment


            #6
            Wrap code using the # tags and wrap html and asp code using the php tags in the tool bar above this box.
            💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

            Comment

            Working...
            X