Wait, I didn't get what you need. Ok, so you're posting something to a php
or asp page ie whatever.com/whateverpage.php?name=bob&age=35 and you want
to be able to get name and age from this url? 

You can do this with a php page - anything that's posted will be 'held' as
a variable in the page such as $name or $age. Then you can just create the
embed with param names using $name and $age as the values...

Can you explain a little bit more what you're trying to accomplish? I'm
trying to do something similar with Flash, but passing in the variables to
one huge flash piece so that users can bookmark specific points in the
flash.

Usually when you post stuff to a php/asp page from a shockwave you can
echo whatever variables you want. Say you want to get something from a sql
database, you post what you want extracted to a php page, which gets the
request and returns the data using echo. The shockwave gets this back from
the finished postnettext call using nettextresult(yourvariable).


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to