Dynamic Flash Gallery?
I'm trying to create a form of dynamic gallery for my portfolio. My aim is to have all the content with a database (or linked from a database in some cases i.e. the database stores a link to an external file containing a description)
At the moment I have the php/mysql side of things working and it returns the information that I want. The bit I having issues with are on the flash/actionscript side of things. I'm still pretty new to both but feel I need to push myself with a project like this so that I actually do learn.
Anyway I went and created a dynamic text field (with text in for demo), saved it into a button movie clip and having made a note of position deleted it off the stage leaving it stored inside the libary.
Is there a way to change the textual content of the movie clip, I want the php code to return four words and then for each of those words to be displayed from the movieclip that is loaded to stage using as3.
Hopefully I've not baffled you guys, I dont think I explained it all that well.
|