Current location: Hot Scripts Forums » Programming Languages » PHP » PHP into flash...


PHP into flash...

Reply
  #1 (permalink)  
Old 05-23-04, 11:33 AM
j0hnbanks j0hnbanks is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
PHP into flash...

I have a php page that simply generates the date, how would I load that date into a dynamic text field in flash MX?
Reply With Quote
  #2 (permalink)  
Old 05-23-04, 02:17 PM
Lost Lost is offline
Wannabe Coder
 
Join Date: Mar 2004
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
I dont think you can load any file other than text files (and the usual AVI, SWF, JPG, PNG, etc) into a Flash file.
Reply With Quote
  #3 (permalink)  
Old 05-23-04, 02:35 PM
Marshall Marshall is offline
Newbie Coder
 
Join Date: May 2004
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
You can make a text file be what the field looks to for the date then in the actual webpage you have the PHP script update the text file for the date then when the flash looks at the file it has the current date.
Reply With Quote
  #4 (permalink)  
Old 05-23-04, 03:20 PM
Infinite_Hackers's Avatar
Infinite_Hackers Infinite_Hackers is offline
Coding Addict
 
Join Date: Dec 2003
Posts: 307
Thanks: 0
Thanked 0 Times in 0 Posts
I know there is a way to have php scripts on flash, just search on macromedia.com ;D
__________________
New beta project: GFX-PRO.ATH.CX
Description: GFX-PRO a great new project that anyone can and setup in less then a minute. [ More info ]
Website: http://gfx-pro.ath.cx
Status: Online
http://gfx-pro.ath.cx/sig.png
Reply With Quote
  #5 (permalink)  
Old 06-01-04, 10:37 PM
nekeno12 nekeno12 is offline
Wannabe Coder
 
Join Date: May 2004
Location: CO
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
In your object, after every occurence of .swf, put this:

PHP Code:

 <? 
 
$date 
date("mdY");
 
?>
 
.swf?date=$date
Then, in flash. On any onload type todaysdate = date

This will load the variable in.
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
PHP and MySQL ? rob2132 Hot Scripts Forum Questions, Suggestions and Feedback 4 08-29-08 02:22 AM
Fast growing RPG site seeks PHP or Flash programmars lanzer Job Offers & Assistance 7 03-06-04 05:00 PM
100 Web Templates & 10 PHP Scripts for sale! HostersUK.co.uk General Advertisements 0 01-10-04 12:31 AM
Free PHP / Flash photo gallery Niklas Script Requests 1 01-06-04 10:45 PM
WORKSHOP {Flash <-> PHP <-> MYSQL} zarko PHP 0 11-17-03 07:48 AM


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