Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
draven000 #1
send a variable from flash to flashcom
Hi All,
I'm trying to send a variable from my flash project to the flash comm server.
In my main.asc file, I use some remoting code to update a table in a database,
but need a variable from the client application
The client application has a uid variable..but I can't figure out how to
"trace" this on the server side.
Any help would be appreciated.
D
draven000 Guest
-
Send Variable From ASP to Flash to ASP
I'm really, really new to Flash and using Flash 8 Pro. This is what I'm trying to do. I have a list of cars, when someone clicks on a car, they... -
LoadVars-using send to pass a variable from flash to php
For the life of me, I've tried everything: I've researched LoadVars on Adobe forum, used David Powers' books, googled 'flash to php', LoadVars,... -
Using Javascript to send a variable to FLASH
Hello... If I send a variable to my site... Example --> http://mysite.com/?variable=test How do I import that variable into my FLASH... -
Send variable from Flash to HTML
I have a quiz in Flash. I want to take the quiz results (testscore) and send it to an HTML page to be assigned to a variable. How do I send... -
flash variable send to director
I have a problem, I needs send since flash to director a string but i can't. I found a example in director support that send a variable numeric to... -
JayCharles #2
Re: send a variable from flash to flashcom
There's lots of ways to do it... here's one:
on the server side:
Client.Prototype.sendClientVar= function(myVar){
//execute your code here
trace("Incoming value is " + myVar);
}
on the client side:
nameOfMyNetconnection.call("sendClientVar", null, "Hello Server");
JayCharles Guest
-
martin_godart #3
Re: send a variable from flash to flashcom
hi jay
Sorry for my english, iam frensh.
I ave a quite same problem, I want to share my variable like you share an
object. But It doesn't worck so, if you find a way for exchange the variable
thanck to put your code.
I f I find a way to do that ( may be this after noon) because I meet someone,
I promise to put the code.
martin_godart Guest



Reply With Quote

