Myself and my colleague are trying to develop a Flash header that tells the user their online/offline status. Using ASP we have created a normal Login interface. We need to know how to tell flash to communicate with an asp variable.
For example [color=red][font=Verdana]?Access=Good [color=black]is the variable we are using. I think it is possible to tell the flash animation that if this variable is true (logged in) then go to frame 1 of the animation. And if the variable is false (logged out) go to frame 2.
The problem we are facing is simply not knowing where to start. We dont know how to structure it at all. The code below is what we are intending to use for the .asp web page, and the attatched file is an example of what flash file we thought we may need.
[/color][font=Verdana][font=Verdana][font=Verdana]
[font=Verdana][font=Verdana][font=Verdana]object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=6,0,29,0" width="748" height="173">
[color=red]<param name="AllowScriptAccess" VALUE="always" />[/color]
[color=#339966]<param name="movie" value="images/Flash/Header.swf[/color][color=red]?Access=Good[/color][color=#339966]" /-->[/color][/font]
[font=Verdana]<param name=wmode VALUE=transparent>
<param name=quality value="high" />[/font]
[color=#339966][font=Verdana]<embed wmode="transparent" src="images/Flash/Header.swf[/font][/color][color=red][font=Verdana]?Access=Good[/font][/color][color=#339966][font=Verdana]"
quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi
P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"
width="748" height="173"></embed>[/font][/color]
[font=Verdana]</object>[/font]
[/font][/font]
[color=black]I hope the problem description is clear, and that the issue can be resolved. All help is much appriciated. Direct contact on MSN or email would be ideal aswell.[/color] color=black
Thank you for your time,
Mark[/color][/font][/font][/font][color=black]
[/color][/font][/color]