Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.
Moderator: General Moderators
bloodl
Forum Commoner
Posts: 48 Joined: Thu Jun 21, 2007 12:33 am
Post
by bloodl » Sun Dec 07, 2008 6:08 pm
Is it possible to post a variable from a php page to flash (swf)? Is so, how does one do this?
Would appreciate any help!
Cheers,
Doug
Last edited by
bloodl on Sun Dec 07, 2008 6:56 pm, edited 1 time in total.
Eran
DevNet Master
Posts: 3549 Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME
Post
by Eran » Sun Dec 07, 2008 6:15 pm
josh
DevNet Master
Posts: 4872 Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida
Post
by josh » Wed Dec 10, 2008 12:45 am
You can also just put variables into the query string as in
file.swf?var1=val
If you have a lot of params or hierchial paramaters, you could pass in a pathname to an XML file for flash to load paramaters out of.
sushil
Forum Newbie
Posts: 8 Joined: Sun Sep 14, 2008 12:11 am
Location: Surat
Contact:
Post
by sushil » Wed Dec 10, 2008 6:42 am
Variables are nothing but a particular region to hold the value