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: *

  • Users: ManicMax
  • Order by date
  1. ManicMax

    SendandLoad tutorial

    What im looking for is a tutorial that will walk me through creating a flash that will perform a sendandLoad action everytime a button is clicked and then will update a database. Any tutorials will help, thanks.
  2. ManicMax

    Get Flash to run a .php

    OK here is the current problem im using this code in flash clickButton.onRelease = function() { clicked = new LoadVars(); clicked.num = 1; clicked.ran = random(20000); clicked.sendAndLoad("http://localhost/clicked.php", clicked, "_POST"); delete clicked; //the above...
  3. ManicMax

    Get Flash to run a .php

    ok and how should it be written because i cant get anything to work
  4. ManicMax

    Get Flash to run a .php

    ok ive got the files in the correct places but when its found the php what will it do then ?? i need to run the php next !
  5. ManicMax

    Get Flash to run a .php

    ok ive got the code to work now but how will it work ?? I mean what file will it be looking for where and will it run every time the background is clicked??
  6. ManicMax

    Get Flash to run a .php

    Thanks for the fast reply but im getting this error message: **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on handler clickButton.onRelease = function() { Total ActionScript Errors: 1 Reported Errors: 1
  7. ManicMax

    Get Flash to run a .php

    What I want to have is whenever the flash screen is clicked a .php is run maybe called clicks.php. What this file will do is add 1 to a value in a mysql database, in escense logging how many clicks a user makes. Also would it be possible to not make it run that .php when a user clicks on a...
  8. ManicMax

    Disable Zoom

    Nah couldnt figure out what your saying, but never mind i found this code that will disable right clicks and any keys while in flash. fscommand("showmenu", "false"); fscommand("trapallkeys", "false");
  9. ManicMax

    Disable Zoom

    How do i disable zoom i can disable the right click menu but not the zoom hotkey of ('Crtl' + '+') thanks for any help!

Part and Inventory Search

Back
Top