all groups > macromedia flash flash remoting > august 2006
Remoting and .NET 2.0?
Posted by tfe:Joost at 8/29/2006 1:28:01 PM
I was wondering if the current remoting package is able to work with .NET 2.0.
We did some tests and it doesn't seem to work.
If .NET 2.0 and remoting should work, does it differ from the way it works
like in .NET 1.1?
Thanks!
... more >>
gateway examples
Posted by theboyofspewn at 8/21/2006 1:48:55 PM
I am in the process of evaluating whether or not I wish to purchase and use
Flash Remoting for a major project, while trying to learn Remoting at the same
time.
I have been looking around for an example gateway that I can use to make test
data calls for learning purposes.
If anyone has... more >>
Remoting for .NET with files located on UNC
Posted by Flich at 8/18/2006 8:53:27 PM
We just moved to a new server structure. All the files are located on a SAN and
IIS6 accesses the files through UNC convention.
All of a sudden none of my Flash Remoting works. Has anyone deployed Flash
remoting on .NET with this environment. Any help would be greatful.
Frank
... more >>
AMFPHP and dial up.
Posted by Star Tail Pro at 8/17/2006 6:11:59 PM
When I have tested the movie it works but when i simulate download i won't
work. I have a preloader that loads first as the classes are loaded in the
second frame of the .swf file. In the simulation i have the download settings
to dial up speed (56K). The preloader comes in but starts at 13% w... more >>
line break issue
Posted by dnk NO[at]SPAM canada.com at 8/15/2006 2:13:09 AM
Flash 8
amfphp 1.2
mysql4
Hi there- I have a class that returns results from a DB with a few html tags
(well a <br />). Now for some reason when in the database it has:
some text<br />
more text<br />
even more
In flash in an html text field, my results show:
some text
... more >>
Products don't launch in Flash until page refresh
Posted by GeordieDanny at 8/14/2006 9:58:30 PM
I have taken over development of an existing site for a new client. The site is
written in Cold Fusion with a MySQL database and a Flash front-end. Flash
Remoting is used to populate the products and other site content. I've made a
copy of the site on a new server and everything works apart fr... more >>
Problems Passing Paramaters at PageLoad
Posted by SentientDesigns at 8/14/2006 4:28:48 PM
Alright I have a lot going on with this website I'm working on, and I'm not
sure if my problem is with Flash Remoting or asp.net, but I'm sure I'll find
out here.
I'm having a problem passing parameters into C# codebehind page using a
Flash remoting server control. There's a main pa... more >>
Connecting to SQL Server using CFC
Posted by Ross Hibbert at 8/7/2006 10:08:47 PM
I am currently unable to retrieve data using MS Sql Server 2000. I've loaded
the data into Access, established the Coldfusion datasources successfully, and
execute a call into the Access database. Below is the query I'm attempting to
execute:
<cffunction name="get_applicants" access="rem... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
AMFPHP and remoting components
Posted by andros at 8/4/2006 7:04:48 PM
I am attempting to get AMFPHP going and have just installed the latest remoting
components.I get these errors when running any samples I have found.
**Error** NetServices.as: Line 24: Error opening include file
RemotingComponentVersion.as: File not found.
#include "RemotingCompone... more >>
c# out param
Posted by alexandrerm at 8/2/2006 10:37:08 PM
Hi...
I have a method witch has a out param
ex.:
public void Add(string Text, out int Identity){
}
i need to call this method in flash and recovery de out param...
is it possible ??
note: I don't want to return the value in method return value
... more >>
|