Recent content by lansingstudent09101

  1. L

    php - No users logged in, would you use a session?

    No. What if I have two documents open? What happens with a session.
  2. L

    Automatic updating Flash (.swf) display...?

    If I'm reading this right, the way to access it in actionscript is _root.parametername so, to be more explicit, you'd open up a frame, go to actionscript and type something like textBoxName.text = _rootParameterName (Make sure you used "export for actionscript" on the control.)
  3. L

    How can I continually run a PHP process?

    database triggers? I have a feeling that if you look into WHY you're doing the thing that requires being run continuously, you'll find you don't in fact need it to run continuously. So, what are you doing big picture?
Back
Top