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.
-
Have a list of buttons and display list of buttons according to database(Mysql).
-
Have some sort of scroll function of next button to get through the
button list if the list of buttons are too large -
Display videos in Flash according to the links provided by the database
-
Play, stop, pause the videos
-
Opening swf files on top of another swf file. And close the swf file.
Thanks!