PDA

View Full Version : Query String And MX


kshet26
12-18-2004, 09:44 PM
Is there something Im doing wrong? I've been at this seemingly simple task for about 5 hours now. Passing a variable to flash through the query string isn't working.

i tried just just this:
http://www.alarislabs.com/EP/employeeEmail.swf?goodbad=yay

no luck.

i tried putting it in both places of the embedded code.

<param ... value="EP/employeeEmail.swf?goodbad=yay">
<embed src="EP/employeeEmail.swf?goodbad=yay"... > <embed>



no luck

for flash code i was trying to use this:
if(_root.goodbad == 'yay')
{
nextScene();
}

what am i doing wrong? All I am trying to do is pass 1 variable to my movie either through a query string or some other way through php. can someone please help, Im gonna explode!

CyanBlue
12-19-2004, 02:46 AM
Howdy and Welcome... :)

Try FlashVars to do that...

Using FlashVars to pass variables to a SWF
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?event=view&id=KC.tn_16417&extid=tn_16417&dialogID=188605&iterationID=1&sessionID=4830d701bc23$3Fs$7E$&stateID=0%200%20192732&mode=simple