How do I do the following:

1)Makes use of PHPObject to call a function in a php script for example if the php script contains myExercise($ID, $Gender)

ID as integer and Gender as char.

How do i use Actionscript to use myExercise function from PHP? With the parameters as well.

  1. Have a list of buttons and display list of buttons according to database(Mysql).

  2. Have some sort of scroll function of next button to get through the
    button list if the list of buttons are too large

  3. Display videos in Flash according to the links provided by the database

  4. Play, stop, pause the videos

  5. Opening swf files on top of another swf file. And close the swf file.

Thanks!