all groups > macromedia flash flash remoting > april 2005
Filter by week: 1 2 3 4 5
Update a database using flash
Posted by kyle_christie at 4/28/2005 12:00:00 AM
Hi, thanks for any information in advance.
I am trying to create a flash application that on a click of a button updates
a value in a microsoft access database.
The program is a test page that asks the user a number of questions, like can
you here sound etc with the option to click either ... more >>
how to connect to a webservice?
Posted by Anton_FA2 at 4/28/2005 12:00:00 AM
How do I connect to a webservice using FlashRemoting, or openAMF?
thanks... more >>
error calling a javascript function
Posted by zekazeka at 4/22/2005 2:20:24 AM
i have a flash movie that calls a function in the html.. the function will set
a value in other flash movie also loaded in the html.
function SendVal(param){
window.document.GetInfo.SetVariable("val",param);
}
this function works well in a PC using IE, but on MAC browser's seem's that ... more >>
inactive elements in a listbox component?
Posted by napx at 4/19/2005 10:23:48 PM
Hi, hopefully someone can help. I'm searching for a way to add a separator
element to a listbox component, so that particular cell is not selectable and
has no rollover action associated with it. There must be a way to do this :-).
I just want to be able to separate certain parts of my list wi... more >>
Migrating to Flash/Flash Remoting from ASP.NET
Posted by m11533 at 4/19/2005 5:26:47 PM
I have been tasked with migrating a WebUI from ASP.NET to Flash. The
application is very data driven with no multimedia content. Thus, my focus is
on the specifics of moving the necessary data from the existing ASP.NET server
out to the Flash client, and getting anything needed back to the ser... more >>
Re: old push button component vs. button component
Posted by popster at 4/19/2005 1:01:16 PM
I'm still trying to figure out the differences between Flash MX and Flash MX
pro.. I have an FLA/SWF in Flash MX that relies on the push button component
and Flash remoting. This is extremely simple. The application simply consists
of 2 text input boxes and a push button. The user simply c... more >>
Error Executing Database Query
Posted by Suitcase at 4/19/2005 12:00:00 AM
PLEASE HELP: I get a Error Executing Database Query when I try an INSERT SQL
Query via this Coldfusion MX 7 CFC. If I change the query to a SELECT query
everything works fine. <cfcomponent> <cffunction name='myFunction'
access='remote' output='false'> <cfargument name='Products' type=... more >>
Returning custom objects with asp.net
Posted by mossu at 4/14/2005 10:04:21 PM
Hi, I'm quite new to Flash remoting, and I am trying to return an object that I
created in ASP.Net and every example I can find only returns strings.
Let's say I have this class in a loadPerson.aspx page, is it the proper way to
use this functionnality? :
Public Class Person
Privat... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Loader component
Posted by yntze at 4/13/2005 2:10:18 PM
hello,
I've a made a movie which contains a loader component to load an external .swf
file. This external swf files contains a preloader. However when loading this
external file in the main movie, the screen first appears white and then it
directly shows the the external swf content. It se... more >>
pass an array from C# to Flash
Posted by Sintwar at 4/11/2005 12:00:00 AM
I am pulling my hair out here... I can very easily pass 1 variable at a time
from C# to Flash like this: C#: Flash.Result = whatever Flash: function
whateverCode_Result( result ) { myText = result; } probably about the
simplest thing I have ever coded. For some reason, I have tried every... more >>
??? letters from database
Posted by Jostein Eikanger at 4/10/2005 12:00:00 AM
I've created a mySQL database and use AMFPHP to connect. I use norwegian
letters (?, ? and ?) in the DB, and everything works fine when using a local
server. BUT when I connect to the DB on my webserver Flash Player writes "?"
instead of the letters "?, ?, ?". I've tried the same queries from ... more >>
Flash Remoting and server notification
Posted by seldrick at 4/10/2005 12:00:00 AM
Hi all,
I would like to know if a flash client can be notified of a certain event
happening in the server side like a Java application server ?
example :
- one application server (JBoss, Tomcat or Weblogic)
- 2 flash clients using Flash Remoting to connect to the application server
... more >>
Remoting works Locally but not over the Internet - Why????
Posted by Robert Shields at 4/7/2005 11:41:51 AM
Can someone please tell me why my remoting works when I run it on my
local web server but not when I run it on my Internet-based server. The
machine upon which the application is running is located on my premises.
The only difference is that I call the application from my Intranet
versu... more >>
dynamic data from cfc query to listbox
Posted by jsegura at 4/6/2005 9:32:42 PM
I'm new to ActionScript 2 and I want to extract data from a query in my
music.cfc and populate the data to a listbox but not sure how to go about it. I
have read the LiveDocs for Flash MX 04 and I'm a bit confused by the
explaination and examples.
Here is what I have so far:
import m... more >>
Can not fetch dataset from SQL Server using SqlClient
Posted by cmxcmz at 4/6/2005 6:22:13 PM
:confused; I am using Flash remoting MX to fetch dataset. Before, I use a
Access database to test it and it works just fine. Then I switch to the SQL
Server using SqlClient. It becomes no response, no data and no error message.
When I replace Flash.DataSource + Flash.DataBind with Flash... more >>
Putting DLL on one computer and remoting components on the other
Posted by papeboston at 4/5/2005 9:10:00 PM
Here's our setup. We have a Windows 2003 server that is serving up .NET
functionality. But the flash developers on Macs. So we would need to put the
Flash Remoting .NET dll on the server and the Remoting components on the Flash
Developer's Mac. Will this setup work under the single CPU lic... more >>
Flash Remoting Configuration
Posted by AkronNick at 4/5/2005 12:29:27 PM
I have Flash MX 2004 Pro version 7.2 and using ActionScript 2. I installed the
Flash Remoting on this development machine. I have Cold Fusion MX 7 running on
Windows 2003 IIS. My CFusionMX7 directory is D:\CFusionMX7 and my webroot is
D:\Inetpub. I looked in the administrator at the /gatew... more >>
net connection debugger
Posted by noajo at 4/5/2005 12:00:00 AM
my coder had published this file on his pc and it works fine, but when i
publish on MAC it does not work.
#include "NetServices.as"
#include "NetDebug.as"
NetServices.setDefaultGatewayUrl("http://cksubject.com/gateway.aspx");
connection = NetServices.createGatewayConnection();
classS... more >>
Simple "HelloWorld" WILL NOT WORK
Posted by AkronNick at 4/4/2005 8:56:02 PM
I am SO frustrated. I have been trying ALL DAY to get a simple HelloWorld
remoting application to run. All I get is a blank white screen, with no trace
and nothing in my debugger. Help!! Help!! Please, I don't understand why this
is such a complicated thing to use with Cold Fusion - my org... more >>
How to install Remoting ?
Posted by AmnISaid at 4/4/2005 1:38:07 PM
I have Flash MX 2004 installed, and I also have downloaded and installed
Remoting for Flash MX 2004 ActionScript 2.0. However the classes/mx/remoting
folder only contains one subfolder titled 'debug' and absolutely no class files
(NetServices, Connection, Service etc). Am I missing something ?... more >>
Create an recordset using PHP/mySQL that clients can update their user info
Posted by Dream432143 at 4/3/2005 5:41:30 AM
I have been looking everywhere for a tutorial that is based on what I would
love to accomplish... Here is the skinny... A client would be able to create
a username and password along with entering their address, phone number and
email. They would be able to login later using their username a... more >>
Coldfusion MX 7 Dev. Test
Posted by jsegura at 4/1/2005 9:01:58 PM
I want to test if I have my Coldfusion MX 7 Dev Edition configured correctly
for Flash Remoting?
My Coldfusion server is set up as a standalone web server
(http://localhost:8500/). In Flash MX 2004 I have installed the need AS2
flash remoting components.
In Flash MX 2004, when I s... more >>
|