all groups > macromedia flash flash remoting > february 2005 > threads for february 1 - 7, 2005
Filter by week: 1 2 3 4
Weird Error on Netservices include
Posted by phil ashby at 2/7/2005 1:12:12 PM
OK,
have an app that was built using AS1 in MX that uses the standard db connect
blurb (below)
// Include the Required NetService class files
#include "NetDebug.as"
#include "NetServices.as"
// connect to the Flash Remoting service provider
if (isGatewayOpen == null)
{
// do t... more >>
RemotingConnector : how to access to the result
Posted by carstenw at 2/6/2005 7:09:09 PM
Hello,
how can I access directly the result of an RemotingConnector ?
With the NetConnection Debugger I get the results visible
but how can I e.g. read the value of "zahl" to calculate something with
it in AS ?
Result (object #2)
......mRecordsAvailable: 1
......serverInfo: (undefined)... more >>
FLMX: file not found "NetDebug.as"
Posted by markuuussss at 2/6/2005 10:51:08 AM
My Prob. is, i've download the newstore by
http://www.flash-db.com/Tutorials/newstore/ the shop was perfect running, but
i've must my system new, and now i have forgotten something. I have install
the remoting component, but i get the erroro file not found: NetDebug.as and
services.as. Ca... more >>
Flash Spell Checker
Posted by maliko50 at 2/6/2005 2:09:37 AM
Can anyone recommend a 3rd party spell checker to add to a flash movie
application? I need users to be able to have their text spell-checked from a
textarea. I was thinking of using google's spell checking web service but I'm
not sure. I would like to hear if anyone has tried to implement this... more >>
question about cursor component
Posted by martin47 at 2/4/2005 4:00:18 PM
Greetings.
Im trying to achieve something with the cursor component, but Im not sure how
to proceed. Is in a classroom aplication.
I want to make visible only the theacher?s cursor. Can I do that? everybody
sees only his cursor moving?
And, is a way that the theacher could activate ... more >>
getting data into movieclip flash remoting
Posted by madhava_ram at 2/3/2005 7:13:12 PM
Hello every one,
Iam trying out flash remoting. I am able to pass the data to java from flash
and get the data back to flash. It works fine when the fields are on the stage.
If the fields are in a movieclip it is not working. can body suggest me a
solution. Please help me.
Thanks in ad... more >>
reading an swf from another app
Posted by chappidi at 2/2/2005 3:22:46 PM
I need to access the textfield values in an swf movie inserted as an activex
control in one applicaiton from my application.
i.e., we have to get the values being updated in the movie from a diff
application.
... more >>
Possible Use of Remoting
Posted by tyndyll at 2/2/2005 2:21:37 PM
Hi all.
I am currently in the process of designing a web application and would
appreciate any advice you guys and gals can offer. One element of our
application involves the upload of data files to our servers. Trivial you may
think, but some of the files may be greater than 200Mb in size.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can I pass an ID to the simpleconnector component
Posted by martin47 at 2/1/2005 7:36:47 PM
Greetings. I want to know if it is possible to pass a nickname to the connect
component from the movie flash. Im getting a number ID from a data base before
using the connector, and that should be the id to use by this component,
instead of letting the user type one.
Is it possible to pass... more >>
|