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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.