robhalliwell Posted December 28, 2005 Share Posted December 28, 2005 Hi, Im have a database with the following tables Area Affected Area Code Time Started Time Resolved ref_id Status I need to display the data held in these fields in flash format , im new to this so i have no expierence with flash for example Area Affected---- Area Code---- Time Started---- Time Resolved---- Status ----London---------0208------------16:04---------------16:15----------Resolved in flash format , so i can update the database and it will change the flash picture any help would be apretiated Thanks Rob Quote Link to comment Share on other sites More sharing options...
Drumminxx Posted January 4, 2006 Share Posted January 4, 2006 if you are trying to pass some data into flash then you could just provide it to flash via the url in your object and embed tags here is a small example of what I am talking about <param name="movie" value="moviename.swf?areaaff=london&areacode=0208"> <embed src="moviename.swf?areaaff=london&areacode=0208" of course you will have to write some action script in your flash file to handle the var's. I'm sure you can find a tutorial out there somewhere that explains how this is done Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.