Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» ASPNetFlash
» Getting Started
ASPNetFlash .NET WebControl
» Installation Guide
» Object Reference
» JavaScript API Reference
» Example Code
Optional ActionSpeak Flash Components
» Introducing ActionSpeak
» Installing ActionSpeak
» ActionScript API
Tutorials
» Define HTML Alternative Content
» Set Flash Variables in ASP.NET
» Speaking with ASP.NET
» Speaking with JavaScript
» Speaking with WebPage
» Speaking with Persistent State Objects
» Speaking with other Flash Movies
» Speaking with Flash Debugger
Registration Detail
» Registration
 

Speaking with ASP.NET

ActionSpeak™ extends Flash, allowing it to interact with 2 core aspects of ASP.NET development:

  • Calling .NET functions by triggering Postback Events. ( Requires ActionSpeak™)
  • DataBound Flash: Interpreting Data from XML, Sitemap and Database DataBindings in Flash. ( Enhanced by ActionSpeak™)

Event Triggering (ASP.NET 2.0+ only)

To call .NET (e.g.: C#, VB.NET, etc) functions from Flash we need to trigger a PostBack Event which causes the page to reload.

Triggering an ASP.NET Event using ActionScript

best data recovery professional data recovery utility group sms
digital photo unerase digital photo restore compact flash recovery
drive recovery restore usb drive file recovery usb drive

To fire an ASP.NET Event, call the "FormPostBack" ActionScript Function

[ActionScript]

Creating the .NET Event

This must then be wired up to a Postback Event in your ASPX page’s code-behind. Double click on your ASPNetFlash WebControl in design mode to create the ActionScriptEvent handler.

ASP.Net Flash Event WireUP

[C#]
 

The eventName and argument strings are passed from ActionScript to the ASP.NET Event. They are used to differentiate between different postback actions – as there may be more than one type of event you wish to fire in ASP.NET.

  • e.g.: Multiple Flash buttons could be wired to different C# or VB.NET code.

»

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals