ASPNetFlash Demo: FlashVars
With the
FlashVariables property in your ASP
NetFlash
control, you can send any type of data into your Flash Movie that you like.
Text, Urls, or even Xml can be sent directly into the movie as a FlashVar.
FlashVariables can be set:
- Programmatically from your C#/VB.NET code-behind ("TitleText" is
set this way)
- From the Design-Time Editors including the Smart Tags and Property
Panel ("MessageText" is set this way)
- From the ASPX markup
The Design-Time Editors store the FlashVariables in the ASPX Markup, so the two
methods are completely interchangable. Programmatic manipulation edits the
FlashVariables collection at runtime.