Skip to main content
December 3, 2006
Question

flash with php

  • December 3, 2006
  • 1 reply
  • 162 views
I will explain my situation here. I have the stage with a layer named actions. In this layer, i have a variable name myVar.

And i have a movie clip on the other layer named movie. This movie clip had been implemented with the function loadVariables() using the onClipEvent(Load) event.

So let say i had a php file named test.php. What i want to do on this php file is to deal something with the movieclip. I want to using this php file to call the function gotoAndPlay() in the flash. Instead of just displaying some text on the dynamic textbox.

So is this possible to do with php? Thanks!
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 3, 2006
yes, but you'll need to start a loop to check if your variable has loaded from php or use the onData handler of a movieclip or use the onLoad() method of the LoadVars() class.