Link to home
Start Free TrialLog in
Avatar of MaxTo
MaxTo

asked on

Real Time Score Update Using Flash With MS Access

HI ALl Expert,

Now i was doing a project for Internet.
What my page will do is, update the score in my score page when user view the score and without refresh the page.

SO how i can let the flash communcation with my .MDB to get the latest score for each game. then display it on flash movie without refresh the page.?

In my flash movie i will display top 10 player score.
Then when back end enter new player and score, if the score is within the top 10
then then flash movie will update the score and without refresh the page

Thanks
Max
Avatar of hsmtp
hsmtp

Hi MaxTo,

You'll need to have server-side programming. I think ColdFusion will be fine for this.
Avatar of MaxTo

ASKER

Hi hsmtp,

Yes.. i got used server-side programming,

I was using the ASP.

SO is there any way to do that
IF so then please help me to solve this urgent problem.

Thanks.
Here is an article about Flash and ASP integration:
http://www.asp101.com/articles/flash/index.asp
Avatar of MaxTo

ASKER

hi hsmtp,

THanks for the site,

but it seen like, the flash only load the data once.

what i want is the flash will nope stop or a few second go to server-site to download newest data.

so how do i code it?
can you write down simple code?

THanks..

Max
ASKER CERTIFIED SOLUTION
Avatar of hsmtp
hsmtp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MaxTo

ASKER

Hi hsmtp,

Thanks for your coding.

But this code is writing inside the flash movie or in the web page?


Thanks....
Inside Flash movie.
This will allow to execute your code every 5 seconds. And you'll need to write this code that will request needed variable from ASP. The artilce I mentioned will help you.
Avatar of MaxTo

ASKER

Hi hsmtp,

Thanks......... for your help...

I will try it ...


Max
Avatar of MaxTo

ASKER

Hi hsmtp,

Thanks....It was done by the code you provide.

But if i need to do online chat room, do u have any sample or site?

Max
MaxTo,

Try to search google for "flash chat asp"