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!
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!