all groups > macromedia flash flash remoting > february 2006
NetServices.as dosen't work on MAC/Tiger
Posted by AS-Dev at 2/20/2006 12:00:00 AM
I have Flash Proffesional 8 on MAC OS X (Tiger), I need to use FlashRemoting
Functions So I download the Flash Remoting for Flash 8 on MAC.
After the installation i try to Include NetServices.as but dosent work. This
is the error : in this Code Line:
#include "NetServices.as"
**Error... more >>
Error Linking files on Flas 8
Posted by Emilys Dog at 2/18/2006 12:00:00 AM
Hi,
I'm posting on behalf of my girlfriend who is currently working on Saturday
morning in her pyjamas.
She is designing a web browser based CD ROM using the free download of Flash 8
Proffessional and is unable to link 2 fla documents together for display on a
CD.
When she highlight... more >>
Flash Remoting for Flash 8 on MAC OS X (Tiger)
Posted by AS-Dev at 2/17/2006 8:02:47 PM
I have Flash Proffesional 8 on MAC OS X (Tiger), I need to use FlashRemoting
Functions So I download the Flash Remoting for Flash 8 on MAC.
After the installation i try to Include NetServices.as but dosent work. This
is the error : in this Code Line:
#include "NetServices.as"
**Error... more >>
flash 8 remoting doesn't work
Posted by funkygirlAUCA at 2/16/2006 6:48:52 PM
I have a flash file that i have just written. The file needs to connect to a
webserver to do a database query, then return the results of the query to the
flash for display.
I based the code on some flash MX 2004 code. My co-worker has flash mx 2004
installed and it works just fine on hi... more >>
uploading large files with fileReference
Posted by stephan.k at 2/15/2006 8:08:53 PM
Hello Forum
I am encoutering trouble with fileuploading using the new flash 8
fileReference class.
The server seems to be set up to handle larger files (up to 20megs right now).
I am not sure how to debug this. Anyone experienced this problem?
Any insight or leads appreciated.
... more >>
RelayResponder - resultFunc & faultFunc
Posted by NeedFlashGurus at 2/13/2006 10:16:17 PM
Hi
Can the resultFunction and faultFunction from the RelayResponder class return
any value? or ar they just void?
example:
(...)
pc.responder = new RelayResponder(this, 'userLoginResult', 'userLoginError');
(...)
//how can I catch the return?
function userLoginResult(res:Resu... more >>
web services only work in player
Posted by Ryan Bellerose at 2/6/2006 8:25:32 PM
i have published my test swf to my server, when i open it in the flash player,
i am able to send and recieve data no problem. when i try to use the url in my
browser, it seems i am not able to send or recieve any data. any ideas?
please? i have been killing myself with this one already.
... more >>
Dynamic Photo
Posted by fatjedi at 2/3/2006 5:51:38 PM
i'm trying to create Dynamic Photo album and getting the photo link from database..is there any way to do it.. please help!!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Server 1 works, Server 2 does not.
Posted by bnailWedge at 2/3/2006 4:44:09 PM
We have an internal development server. We got our site working with remoting
in place on this dev server. Now the client has to sign off on it. To do
that, we took all files and posted them to our staging server. It is password
protected since it is on the net. The remoting portion is no... more >>
Chat Room
Posted by stephan.k at 2/3/2006 3:56:46 PM
Hi Forum
I need to put together a basic chat room. I have done this years ago in
director. but I'm totally out of the loop when it comes to flash server side
stuff.
What would be requried to develop a chat? on the server side?
How does the communication work? Through XML Socke... more >>
|