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 Chris Miller 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. benanderson

    pass variable to flash from the start - help

    I've worked it out! <PARAM NAME=movie VALUE=&quot;test.swf?user_id=<%=user_id%>&quot;> This creates a variable in flash and gives it a value of whatever user_id I've got from my asp page
  2. benanderson

    cache - a big annoyance

    I worked out how to do what I was rattling on about a few threads ago but now I've got another problem. I've got the following code on a button in my swf: on (release) { loadVariablesNum (&quot;http://ben/test.asp&quot;, 0, &quot;GET&quot;); } Basically, test.asp opens a database, finds the...
  3. benanderson

    pass variable to flash from the start - help

    When a particular button is pressed in my swf, it loads an asp page - the asp adds an entry to a field in my database: loadVariablesNum (&quot;http://ben/var.asp&quot;, 0, &quot;GET&quot;); This works fine. However, my problem is that when the asp puts an entry into my database, it needs...

Part and Inventory Search

Back
Top