all groups > macromedia flash flash remoting > august 2004 > threads for august 22 - 28, 2004
Filter by week: 1 2 3 4 5
Java - Servlet.
Posted by Flasham at 8/27/2004 10:17:29 AM
Hi All!
I have a Servlet but can't connect to them from Flash. What i mast write
in first parameter of the gatewayConnection.getService function.
In web.xml:
---
<servlet>
<servlet-name>UserRequest</servlet-name>
<servlet-class>mm.UserRequest</servlet-class>
</servlet>
-... more >>
returning array from CF to Flash ?
Posted by dr_bozak at 8/27/2004 2:53:44 AM
hello I am trying to substiute a query output from CF into an array for a flash
movie ...
i think that Cf will return an array instead of a recordset ...
ie
I want to replace in Flash:
myArray = ['1','2','3','4']
with
myArray = [query results from CFC]
****
the flash code ... more >>
accessing remoting connection outside of main tl.
Posted by ginx75 at 8/26/2004 7:37:30 PM
I have added my connection on the main timeline. I can also run the
'serviceObject.insertStat("7028799","1","00:00") ;' line which works from the
main timeline.
I need to be able to run the 'serviceObject.insertStat("7028799","1","00:00")
;' from with a screen or movie clip that has bee... more >>
Object Instance does not Persist
Posted by mrism at 8/26/2004 1:18:00 PM
Hi
I am developing an application using FlashRemoting for .Net.
My issue is -
=> I have a method in .net which initializes an object-instance.
=> I have another method which uses the object-instance created by first method
=> My flash application calls the first method and the object-in... more >>
urgent::: Projector + cross-domain.xml
Posted by Mykoo at 8/26/2004 11:18:52 AM
I'm developing a desktop standalone projector application in which:
1-the client's computer, connected to the web, is running the flash app (as a
projector)
2- flash is sendingAndLoading with a php script on the server which will write
some xml and send it back to flash for confirmation.
... more >>
about localhost
Posted by Mykoo at 8/26/2004 11:12:04 AM
This is probably a 'duhhhh'... silly question but if a movie's LoadVars sends
and loads to http://localhost/whateverFilename.nnn
does that Always refer to the server the movie happens to be served from ?
... more >>
How-to question on the frconfig.txt file in .NET
Posted by seversp at 8/26/2004 3:44:28 AM
I'm using Flash Remoting .NET on a production server and need to access the
service from another production server in the same domain. Is the IP address
defined in the frconfig file the address of an additional server that can
access your service, or the address of the server the Remoting ser... more >>
.Net Remoting and Flash Remoting
Posted by Jason at 8/24/2004 10:49:50 PM
Hi-
I'm just starting to do some research into Flash Remoting and figure out
what exactly it's all about. Unfortunately, macromedia's marketing jargon
isn't much help.... The simple question i'm trying to answer is this:
Does Flash Remoting provide the 'gateway' to an existing .Net Remoting
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash Remoting Book
Posted by Xtort at 8/24/2004 7:35:48 PM
I just bought the O'Reilly Flash Remoting: The Definitive Guide. This book,
however, doesn't seem to cover AS2, and the examples I am doing are not
working, since the UI Components I have are not the same as the ones used in
the book. Could someone suggest a book that I can use to learn Flash ... more >>
AMF/Flash Remoting Locally?
Posted by Rooster60602 at 8/24/2004 5:29:00 PM
Can anyone point me to an application that allows local access to .NET classes
through AMF/Flash Remoting? I love MM Flash Remoting, but the EULA only allows
it to be used in a server-client scenario.
FlashORB's upcoming v1.5 looked promising, until I learned that to distribute
my applic... more >>
Flash and a SQL database
Posted by snurg at 8/24/2004 1:57:43 PM
I am working on a project that is turning a HTML-based website
using a SQL database into a Flash website with dynamically-driven data
that is updated constantly
Is this compatible?
I know Flash Remoting is more current, but as I am new to database integration
w/ Flash, I'm
confused i... more >>
Re: AMF PHP, 2004 MX, Debugger not working
Posted by Digitalboy(China) at 8/24/2004 4:16:59 AM
hi,
How to install the gateway of php. thankx... more >>
|