473,765 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help: ASPX interaction with Flash MX

I am housing a flash movie in an ASPX page. The flash form basically
consists of FullName, EmailAddress, and Comments and a "Send Email" button.
(I'm simplifying the issue.)

How can I:
(1) Get the values of the 3 variables from the Flash MX form (using
ASP.NET)?
(2) Send an email which the user click's the button on the Flash form? I
assume I'll have to send an email thru ASP.NET (which I know how to do in a
normal ASPX page.)

Thanks in advance!
Nov 19 '05 #1
4 1928
You will need Flash Remoting:
http://www.macromedia.com/software/flashremoting/

ok,
aq

"VB Programmer" <xD**********@D ont.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I am housing a flash movie in an ASPX page. The flash form basically
consists of FullName, EmailAddress, and Comments and a "Send Email" button. (I'm simplifying the issue.)

How can I:
(1) Get the values of the 3 variables from the Flash MX form (using
ASP.NET)?
(2) Send an email which the user click's the button on the Flash form? I
assume I'll have to send an email thru ASP.NET (which I know how to do in a normal ASPX page.)

Thanks in advance!

Nov 19 '05 #2
I have played around with flash remoting....

But i found simply creating web servies in .net and call them using the
webserviceconne ctor to be easier.

remember to add this file
http://livedocs.macromedia.com/flash...=00001097.html
"VB Programmer" <xD**********@D ont.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I am housing a flash movie in an ASPX page. The flash form basically
consists of FullName, EmailAddress, and Comments and a "Send Email" button. (I'm simplifying the issue.)

How can I:
(1) Get the values of the 3 variables from the Flash MX form (using
ASP.NET)?
(2) Send an email which the user click's the button on the Flash form? I
assume I'll have to send an email thru ASP.NET (which I know how to do in a normal ASPX page.)

Thanks in advance!

Nov 19 '05 #3
Thanks for the response.

Can you provide some code samples for this?

Thanks!

"Darren Clark" <dc******@hotma il.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I have played around with flash remoting....

But i found simply creating web servies in .net and call them using the
webserviceconne ctor to be easier.

remember to add this file
http://livedocs.macromedia.com/flash...=00001097.html
"VB Programmer" <xD**********@D ont.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I am housing a flash movie in an ASPX page. The flash form basically
consists of FullName, EmailAddress, and Comments and a "Send Email"

button.
(I'm simplifying the issue.)

How can I:
(1) Get the values of the 3 variables from the Flash MX form (using
ASP.NET)?
(2) Send an email which the user click's the button on the Flash form? I
assume I'll have to send an email thru ASP.NET (which I know how to do in

a
normal ASPX page.)

Thanks in advance!


Nov 19 '05 #4
for which? using the webserviceconne ctor? or writting a webservice?
"VB Programmer" <xD**********@D ont.com> wrote in message
news:OD******** ******@TK2MSFTN GP09.phx.gbl...
Thanks for the response.

Can you provide some code samples for this?

Thanks!

"Darren Clark" <dc******@hotma il.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I have played around with flash remoting....

But i found simply creating web servies in .net and call them using the
webserviceconne ctor to be easier.

remember to add this file
http://livedocs.macromedia.com/flash...=00001097.html

"VB Programmer" <xD**********@D ont.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I am housing a flash movie in an ASPX page. The flash form basically
consists of FullName, EmailAddress, and Comments and a "Send Email"

button.
(I'm simplifying the issue.)

How can I:
(1) Get the values of the 3 variables from the Flash MX form (using
ASP.NET)?
(2) Send an email which the user click's the button on the Flash form? I assume I'll have to send an email thru ASP.NET (which I know how to do
in a
normal ASPX page.)

Thanks in advance!



Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2043
by: Uma Vivek | last post by:
Hi, I have a problem with Flash remoting via .NET . I seem to have all the code right, but flash does not seem to display the data at all. Here's is what Ive done so far... (1) Ive installed Flash Remoting MX, and copied over the contents of wwwroot\flashremoting\bin into my web application's folder\bin.
1
1476
by: c guan | last post by:
I have a simple Managed C++ wrapper built around an *existing* C++ interactive application. I can access the Managed C++ application classes from a VB .NET or C# client and the GUI part works as expected. I am using VS .NET 2002 (.NET framework v1.0.3705) for building my Managed C++ application on a Windows XP Professional (version 2002) SP1. I do not have much of a choice with the way the C++ program is designed (e.g how it displays...
6
1916
by: Andy G | last post by:
I have a client that is really pushing me to start using Flash MX Professional to replace VS.NET. Main arguement is that it looks better and flows nicer than visual studio developed applcations (this client is a designer not a programmer). I believe that Flash is a 'Tool' not a 'Solution'. My 'Solution' is an ASP.NET application but I would like to use Flash as a 'Tool'. I am having very hard time seeing any documentation on the...
4
21851
by: vivek | last post by:
I am new to flash and want someone to guide me, Is it possible to create a UI entirely in Flash and that will inetract with C# components (backend) and these components will in return interact with database etc. If flash and C# interaction is possbile then, what are the prons and cons of this interaction? As using flash, one can create wonderful UI. But in return I also want it to interact fully with C# components.
1
1232
by: S Reichard | last post by:
Here is my issue... I am working on creating a website http://www.adoptabrick.com The new site is in progress http://www.adoptabrick.com/pilot The first website uses flash right now on the page marked "The Wall". I would like to change the page to utilize aspx. Is it possible? Here is the background. The brick images are on the file system. The information displayed is based on a query to a backend database. the query
5
8697
by: Luc2 | last post by:
I like to use Flash Player to record small audio sound bites from a web site. What server side support infrastructure do I need to make this work? The sound bites will be small enough so that they can be fully downloaded to client app (as opposed to using streaming). Will I need the Macromedia Media Server to support this? Ideally I don't want to use a server, since my server side development environment is ASP.NET/C# and I don't see...
2
5595
by: cgdev1 | last post by:
Hi Folks, I'm somewhat a newbie to .Net (2.0) and even newer to Flash. I'm trying to incorporate a flash (.swf) file into my application. The code* below works in a .htm page (added to my project by using 'add new item' and pasting the code in it). However, the same code does not work in an .aspx page (the page does not throw any errors, but nothing happens aside from a border and a tool tip that says to click to activate). I also...
5
3696
by: althafexcel | last post by:
hi everyone Im trying to include an external js in my aspx page under the head tag, it doesn't load or it displays an object expected error whenver the function from the .js is called. Actually for repeated html im using the external js, i mean the TOP, BOTTOM they are repeated in every page, so i include them as functions in the external js and call them. Why it doesn't work?
6
9251
by: trint | last post by:
How can I make my .swf file work in my c# project. I have tried to use this (works fine in regular html page as a test): <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:// download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=6,0,0,0" WIDTH="2000" HEIGHT="2000" id="flashslide" ALIGN=""> <PARAM NAME=movie VALUE="fhslide/flashslide.swf?src=flash-here.com&imglist_fn=fhslide/
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10164
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8833
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5277
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3926
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.