Flash Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignFlash Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old March 14th, 2005, 12:11 PM
mwichmann4 mwichmann4 is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 81 mwichmann4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 59 m 27 sec
Reputation Power: 6
PHP and Flash Help

Could someone please show me how to pass data in and out of flash to a php script. I would love help on this. Thanks
__________________
Nothing is Everything

Reply With Quote
  #2  
Old March 25th, 2005, 09:45 AM
devqual devqual is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Porto, Portugal
Posts: 33 devqual User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 19 m 41 sec
Reputation Power: 5
In the flash script use

onLoad () {
this.date = "date";
this.time = "time";
this.loadVariables("http://www.your_url.php",'GET');
}

///
In the php code you shoul have something like this
<?php
$date=date("d-M-Y");
$time=date("H:i");
echo "date=".$date."&time=".$time;
?>

It is very easy but it should be well documented in the help...

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignFlash Development > PHP and Flash Help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway