how to pass parameter from flash to vb.net

.NET Edition of the F-IN-BOX
shimi2001
Posts: 18
Joined: Fri Jul 13, 2007 8:46 pm

how to pass parameter from flash to vb.net

Postby shimi2001 » Thu Jul 26, 2007 7:44 pm

when i click on button in flash i whould to do something
in vb.net (acording to the button click)
how can i do it

there is sample to transfer data between flash to vb.net

thanks
shimon

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Re: how to pass parameter from flash to vb.net

Postby Softanics » Thu Jul 26, 2007 8:15 pm

Thank you for your question.

shimi2001 wrote:when i click on button in flash i whould to do something
in vb.net (acording to the button click)
how can i do it

there is sample to transfer data between flash to vb.net


In Flash IDE:

Code: Select all

on (release) {
   fscommand("OnClick", "YourData");
}


In .NET just handle OnFSCommand event. You receive "OnClick" and "YourData".
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html


Return to “.NET Edition”

Who is online

Users browsing this forum: No registered users and 18 guests

cron