[RESOLVED] Can Flash Send Parameters to External Program?
I've got a VB program I am planning to "sandwich" between two Flash projector files. The first Flash will run and then call the VB program. When the user exits the VB program, the second Flash will run. This way I get the functionality of VB for my application but the coolness of Flash for my Intro/Ending sequences!
I've got this working just fine but I want to prevent the user from simply executing the VB program directly, thereby bypassing the Intro Flash.
If I could get the Intro Flash projector file to send command line inputs to my VB program this would neatly solve the problem but I cannot figure out how to send these along with the FS Command's "exec" function.
Any Ideas? (thanx in advance!)
VB Command Line Arguments
why not embed your intro and ending sequence into a form within your VB app' ?
Simply use the SWF .ocx and away you go !
I can't think of any reason - functional or asthetical that would require keeping the elements seperate.
If this is not acceptable to you let me know - I'm very familiar with VB and Flash, and will try to help.
Use Whatever Tool Does the Job
Quote:
Originally posted by The Master
Well the real question to ask is why would you want to write a VB application anyway?
C and C++ is pure, (though M$'s is a little off) why sour it with the complications and lousy implementation of programming called Visual Basic???
I really truly can't understand why you would want to program in VB.. (but wouldn't it just be easier to launch a program through your C++ .exe)
[Edited by The Master on 08-09-2000 at 01:42 AM]
OK. We get it that you don't like VB.
C, C++, VB, Flash; they are all just tools, not religions! :) I personally could care less about the tool or its "purity"!! If it does the job I'm happy!
Yah but you don't get it.. it doesn't do the job.. In the end it causes more problems
You mean "bad programmers"
VB is a fine language. And if you know the win32 api it is even more flexible.
I have created many apps with VB and all of them run very well. C++ is a better system, but when it comes to GUI and crunch time it can’t beat VB. Sure it has some drawbacks but overall my experience with VB has been excellent.
One thing I have noticed is that it seems to be the culture of C++ guys to dismiss VB out of hand.