all groups > macromedia flash flash remoting > december 2005
www vs no www in default Gateway URL
Posted by Tam23 at 12/29/2005 9:02:50 PM
Hello,
I must be missing something obvious here, but unfortunately, I cannot seem to
figure it out. I am trying my hand at developing my first Flash Remoting
project, so I am rather new to this.
When I designate the default Gateway URL to something like,
"http://www.domain.com/flashser... more >>
Will Macromedia provide a new Flash Remoting version based on .NET 2.0?
Posted by JohnPaulLB at 12/26/2005 12:37:38 PM
Hi,
Does anybody know if Macromedia will release a new version of Flash Remoting for .NET 2.0?
Does the current version works fine on .NET 2.0?
Thank you.
John... more >>
flash compatibilty with java using tomcat
Posted by kuldeep arora at 12/24/2005 6:42:36 AM
Hi,
Need some information about flash compatibilty with java using tomcat and
oracle server. Kindly tell me about the services which are used for developing
web application either free or paid. I think we can do it with the help of
flash remoting but need some guidance from u.
It will be a... more >>
Problems Installing Remoting for .NET
Posted by atastec at 12/23/2005 2:50:21 PM
Hi,
I'm trying to install flash remoting for .NET on my company's web server. The
installation program created the flashremoting directory as expected in the IIS
webroot. I copied the directory into our web folder where we'll be using it.
After installing it I downloaded the flash ... more >>
Convert returned information from remoting into object arrays?
Posted by tonedigital at 12/19/2005 4:41:34 PM
Hello all,
I am using Jason Perry's flash remoting and .net application -
http://www.macromedia.com/devnet/flashremoting/articles/ado_connect.html -
and I have it working fine. What I would like to do is take the data returned
and store them in object arrays by each recordset (i.e., ar... more >>
Flash Xml Remoting Component
Posted by Lil Flash Co at 12/16/2005 2:34:26 PM
Flash Xml Remoting is a Component for Flash 2004 and 8 (AS2.0) that converts
XML to object Arrays. The parser model is recursive and allows for the parsing
of all formats of Xml. Flash Xml Remoting also hooks in with Macromedia's
NetDebugger Class allowing to view the parsed Xml in the NetConn... more >>
Game server on macromedia?
Posted by mballom3 at 12/14/2005 9:03:15 PM
Hi,
Please tell me if iam at the right place. I have developped a scrabble-like
game in flash, and i want to make it available for 2 to 4 persons to play
online, or single person playing against AI.
Does macromedia have a server that can handle the server-side engines for my
game? If yes... more >>
AMFPHP & stripslashes
Posted by Mr Tomo at 12/13/2005 1:38:14 PM
Dear All,
Does anyone have a solution to this.....
Flash accepts the following php perfectly:
$x = mysql_query("SELECT about from about");
return $x;
But rejects:
$x = mysql_query("SELECT about from about");
return stripslashes($x);
How do I strip the slashes from the field?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash Remoting and Cold Fusion
Posted by scheri at 12/6/2005 12:43:58 AM
I have created an application in Flash 8 professional that remotes thru CF to
get data from SQL. The first time the web page is accessed I get an error
saying Flash is telling me it can't find
http://domainname//flashservices/gateway?cfid=XXXX&cftoken=xxxx. How is the
CFID and CFTOKEN gett... more >>
amfphp session ??
Posted by c0nsurrexistis at 12/3/2005 4:59:18 PM
hi guys, im not sure if i can do this:
i have amfphp working great and i would like to have a function in my php
service that return a php session var...
kinda like that
session_start();
return $_SESSION['myVar'];
any help on that?
Thanks
Luke.
... more >>
|