Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7663763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:07:49+00:00 2026-05-31T14:07:49+00:00

Tried for several times to get below Javscript to execute on page load. Currently

  • 0

Tried for several times to get below Javscript to execute on page load. Currently it works only on click of “Start” button.

How could this be made excited on load of the page?

<script type="text/javascript">
function getFlashMovie(movieName) {
    var isIE = navigator.appName.indexOf("Microsoft") != -1;
    return (isIE) ? window[movieName] : document[movieName];
}
function start() {

    var active = document.getElementById("buttonstart").value == "stop";
    getFlashMovie("test").setProperty("src",  !active ? document.getElementById('url2').value: null);
    document.getElementById("start").value = active ? "buttonstart" : "buttonstop";
}
</script>

the html

  <input id="url2" type="text" value="rtmp://localhost/?streammovie=test"/>

The getFlashMovie(“test”).setProperty is a function to pass variable to the SWF file.
On page load I want it to get executed rather than on button click.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T14:07:50+00:00Added an answer on May 31, 2026 at 2:07 pm

    what you could do is:

    <body onload="start();">
    

    if you consider using jQuery at all then you could wrap your code within:

    $(document).ready(function(){
    
          //the code
    
    });
    

    the code would execute when the page has been fully loaded, but i do not advise adding the jquery library just so you can use this feature.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried several times now to get cURL to work using xampp, whith
I tried to install Delphi 7 on Vista several times and Vista prevented me
I've tried to do this several times with no luck. After reading this post
Another jQuery issue... I have tried this several times using class and id elements
This has been asked several times for several languages but I can't get it
I've tried several times to come with an answer to this question. I'm not
So I have tried to follow the alfresco example several times and cant seem
I've tried this several times and does not work in Internet Explorer 6, 7,
I have tried on two different machines, and tried the download several times, but
I've tried to migrate to Emacs several times for Clojure development, following a variety

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.