Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / VB Syntax / July 2008



Tip: Looking for answers? Try searching our database.

need help in passing a flash variable into a vb variable

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
vbspinner - 29 Apr 2008 21:04 GMT
Hello,
I need some help.  I have a flash input screen with text field and a flash
variable that stores the text field info.  I need to get the info and store
it into a vb variable to use within vb.

Any help would be appreciated.

Thanks,

vbspinner
Jeff Johnson - 30 Apr 2008 14:20 GMT
> I need some help.  I have a flash input screen with text field and a flash
> variable that stores the text field info.  I need to get the info and
> store
> it into a vb variable to use within vb.

Just a guess, but I doubt you'll be able to make this happen. However,
you'll probably have more luck asking in a Flash group. See if you can find
out if Flash can even do interprocess communication. If so, perhaps you
could open a TCP socket between it and your VB app.

But don't hold your breath....
Matt Williamson - 30 Apr 2008 20:56 GMT
> Hello,
> I need some help.  I have a flash input screen with text field and a flash
[quoted text clipped - 7 lines]
>
> vbspinner

Why not just write it out to a text file from Flash and read it in with VB?
Simple and effective.
Jeff Johnson - 01 May 2008 14:33 GMT
>> I need some help.  I have a flash input screen with text field and a
>> flash
>> variable that stores the text field info.  I need to get the info and
>> store it into a vb variable to use within vb.

> Why not just write it out to a text file from Flash and read it in with
> VB? Simple and effective.

I thought about that, but then I didn't know if Flash had that kind of
access to the file system.
Sven.TG - 06 Jul 2008 06:45 GMT
I use SwishMax for creating my flash. In the scripting I use

fscommand("whatever string")

in my flash script, and inside my VB Form, I use the Shockwave
object fscommand event to capture all the commands sent by the
Flash file. To send variables back to the Flash component, you can
use the VB command

FlashObjectName.SetVariable("VariableName","VariableProperty")

There are plenty of tutorials available on the internet that give step-by-step
instructions.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.