A Simple Question
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
9 posts
Page 1 of 1
H All
"My mind has gone Blank" :?
I have a Form and as it Loads I want it too Display a "Flash" Movie without clicking any buttons to launch it
I know i add the Shockwave Flash Object to the Form and my "Flash Movie" in my Resources, But my mind is Blank as to the code i add to "Load" to attach the Movie at Runtime :oops: :oops:
Can a Kind Soul Enlighten me cooll;
*As i think i am having a Senior Moment idoit; hehaho;
Cheers
Chris
"My mind has gone Blank" :?
I have a Form and as it Loads I want it too Display a "Flash" Movie without clicking any buttons to launch it
I know i add the Shockwave Flash Object to the Form and my "Flash Movie" in my Resources, But my mind is Blank as to the code i add to "Load" to attach the Movie at Runtime :oops: :oops:
Can a Kind Soul Enlighten me cooll;
*As i think i am having a Senior Moment idoit; hehaho;
Cheers
Chris
Code: Select all
AxShockwaveFlash1.Movie = my.Resources.your movie name
Maybe this works
Hi TechSoftware
Thanks alot cooll; wahooo;
"Its amazing how such a simple piece of Code can confuse me at the best of times"
Cheers
Chris
Thanks alot cooll; wahooo;
"Its amazing how such a simple piece of Code can confuse me at the best of times"
Cheers
Chris
Hi TechSoftware
I am afraid that does not work
It says value of of Type 1 diamensional array Byte cannot be converted to String
Chris
I am afraid that does not work
It says value of of Type 1 diamensional array Byte cannot be converted to String
Chris
Try putting the Flash movie in the same folder as your program and then use this in Form_Load:
Code: Select all
AxShockwaveFlash1.Movie = "DIRECTORYOFMOVIE.swf"
Make sure Autoplay is set to true if you want it to run without clicking any buttons.
9 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023