php script handling flash Actionscript?

This is a discussion on "php script handling flash Actionscript?" within the PHP Forum section. This forum, and the thread "php script handling flash Actionscript? are both part of the Program Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Dec 9th, 2007, 11:33
Up'n'Coming Member
Join Date: Aug 2007
Location: United Kingdom
Age: 21
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
php script handling flash Actionscript?

can anyone help in explaining how a php script handles a flash actionscript please? Or maybe draw a diagram? Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Dec 9th, 2007, 11:39
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,765
Thanks: 0
Thanked 14 Times in 14 Posts
Re: php script handling flash Actionscript?

I've never used PHP with Flash before but i have found a website that might be of help to you: http://www.kirupa.com/developer/acti..._php_mysql.htm.
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Dec 10th, 2007, 04:48
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: php script handling flash Actionscript?

PHP doesn't "interact" with actionscript per se, rather, using the actionscript loadVariables function.

Basically, you request a page from PHP using a URL to the file and including a query string

loadVariables('this.php?this=1&this=2');

PHP will receive this and do the appropriate logic and functions and can return a url encoded string of variables and values

thisVar=1&thisvar=2&thisvar=3

Actionscript will now have th above variables available to use in the script.

^^ that is the most fundamental way to have communication between the two but it has been superseded by the far superior and more comprehensive loadVars class.

A grass roots look at the possibilities can be seen http://blog.inventis.be/category/flash-external-data/ or more tailored to PHP in marcs post ^^^

Cheers
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript or Flash Actionscript marSoul Webforumz Cafe 2 Sep 25th, 2007 20:21
flash guy-actionscript scripts geyids Flash & Multimedia Forum 3 Apr 3rd, 2007 18:14
Flash ActionScript Developers Web JobBot Job Opportunities 0 Feb 1st, 2007 09:11
Flash MX (Actionscript panel differences) Need help autumn_whispers2me Flash & Multimedia Forum 3 Jun 11th, 2005 07:15
Flash + ActionScript job - Southern UK. PHP + SQL needed. gsl_recruitment Job Opportunities 1 Oct 6th, 2004 09:50


All times are GMT. The time now is 01:51.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42