Current location: Hot Scripts Forums » General Community » The Lounge » Using Flash to display users online...


Using Flash to display users online...

Reply
  #1 (permalink)  
Old 08-15-04, 12:26 AM
musiq musiq is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Using Flash to display users online...

Hey,

I know php can be used to display how many users (guests/members) are online, however I wanted to know if there is such a function in flash that would allow you to display how many users are online on your website.

Any of you flash savvy users know?

If so, please let me know.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 08-15-04, 12:57 AM
~Fyre~ ~Fyre~ is offline
New Member
 
Join Date: Jun 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
I don't know if this is the absoloute easiest way to do it, as it requires some knowledge of PHP and access to a MySQL database. You can find simple "users online" counters on hotscripts.com in the PHP Scripts section. Set one of these up, and then you could just pass the user count to the SWF file in the URL.

For example, if you have the PHP variable $num_guests set to the number of guests currently on your site and $num_members set to the number of logged in users, you could pass these two variables to Flash in the SWF source URL like this: (put this between your two <object></object> tags)

<? echo "<param name='Src' value=\"usercounter.swf?members=$num_members&guest s=$num_guests\">"; ?>

Then, in your flash file, make two dynamic text fields and assign them to the vars 'members' and 'guests' respectively. Hope this clears something up. Let me know if you need any more help.
Reply With Quote
  #3 (permalink)  
Old 08-15-04, 01:59 AM
musiq musiq is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
hey thanks!

that was pretty informative but left me a little confused. do you have aim/icq/msn so we could talk in real time to figure this out?

i'd really appreciate it.. thanks
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Script for a flash site like a music site online ? grayworld Script Requests 0 07-20-04 04:21 AM
I can't pay right now, but flash programmers needed. ealmiladi Job Offers & Assistance 0 07-13-04 10:38 PM
Php with flash or without tables ? EraseR PHP 0 06-26-04 07:36 AM
Creating online catalogue ryk Script Requests 1 09-06-03 10:39 AM
users online Stealth ASP 5 08-26-03 04:11 PM


All times are GMT -5. The time now is 01:43 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.