This is a discussion on "Passing variables from Flash to PHP" within the Flash & Multimedia Forum section. This forum, and the thread "Passing variables from Flash to PHP are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Passing variables from Flash to PHP
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Passing variables from Flash to PHP
I'll qualify this by saying I have pretty much zero workable knowledge of Flash. My friend is creating a Flash menu, I am doing the site framework, etc.
We're attempting to load content into a page using a PHP GET method like so:
index.php?instyle=home index.php?instyle=about And so forth. I thought it would just be a case of putting those links in, but that doesn't work. We've looked at this link: http://www.actionscript.org/forums/a...3/t-63373.html But I'll be honest - I don't know if that's right or not. Is there a simpler way we're missing? |
|
|
|
|||
|
Re: Passing variables from Flash to PHP
/hopeful bump
|
|
|||
|
Re: Passing variables from Flash to PHP
Unfortunately not (yet)
|
|
|||
|
Re: Passing variables from Flash to PHP
Not totally sure havent ran in toanything like this im not a fond user of php but where your code looks like this....
index.php?instyle=home index.php?instyle=about try doing this... index.php?instyle == home index.php?instyle == about i had a problem where i forgot those before and it screwed everything up if not that try putting some of these ; on the ends of those two statements sorry i could not be of much help! rusty |
|
|||
|
Re: Passing variables from Flash to PHP
Well, for some bizarre reason what we ended up with was almost exactly the same as a standard link - it was tried in the first place but perhaps we had a syntax error!
Spent hours trying to find a new solution but had no joy. Unfortunately, the whole endeavour was a bust anyway - getting new content to load in index.php?page=something refreshes the whole thing, including the Flash menu, thereby totally negating its design! >_< |
![]() |
| Tags |
| passing, variables, flash, php |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passing variables values using POST | sudhakararaog | Web Page Design | 2 | Mar 18th, 2008 08:12 |
| Passing variables from PHP to Flash | tox0tes | Flash & Multimedia Forum | 4 | Dec 29th, 2007 06:46 |
| Passing Flash variables between frames | lostnights | Flash & Multimedia Forum | 0 | Jan 22nd, 2007 17:09 |
| passing post variables | benbacardi | PHP Forum | 5 | Jul 5th, 2005 22:13 |
| PLEASE HELP - Passing Variables in Querystring | just_the_basix | Classic ASP | 40 | Sep 3rd, 2004 10:46 |