Jump to content

Flash and Mysql


Recommended Posts

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

 

Link to comment
https://forums.phpfreaks.com/topic/3112-flash-and-mysql/
Share on other sites

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

Link to comment
https://forums.phpfreaks.com/topic/3112-flash-and-mysql/#findComment-10583
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.