Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sacosta

    How to pass cgi parameters to a movie

    I'm a programmer and I do CGI but don't know Flash.<br><br>The people from design want to make an 'interactive' movie, So what I need to know is:<br><br>How do I pass a cgi parameter to a flash movie?<br><br>For instance, the visitor name, say Joe, so the movie can display &quot;Hello...
  2. sacosta

    How do i initialize array's data at declaration?

    Thanks. That was what i needed.
  3. sacosta

    How do i initialize array's data at declaration?

    Can I put data into an array at the moment I declare it?<br>I've tried this, but I get an error (missing ; )<br><br>var weekend[3] = {&quot;friday&quot;,&quot;saturday&quot;,&quot;sunday&quot;};<br>document.write(weekend[0]);<br>

Part and Inventory Search

Back
Top