-
Work with flash
hi all...:wave:
i need help...
how to trick the flash .....
ex : i'm using flash file (if i move cursor to left flash will do an animation, and if i move to right flash will do an animation too) on form1 with big size....
i want to combine flash animation and vb, so i can to show form2 or exit the form...
http://littleimg.com/pfiles/3036/Graphic1.jpg
Please help....
Thanks....:)
my vb :
Code:
http://www.mediafire.com/?b7bb5gv497b75lf
-
Re: Work with flash
You can use ShockwaveFlash component(add it from Project-->Components window) to display the flash animations.
If that's not what you are asking, then please provide more details. :wave:
-
Re: Work with flash
http://www.vbforums.com/images/ieimages/2010/09/1.jpg
i've try using button on vb but my flash cannot do animation....
and i've try using shape too, but the shape always on back flash file
-
Re: Work with flash
Try placing the shockwave control inside a Picturebox. Then try creating CommandButtons above it. :wave:
-
Re: Work with flash
didn't change anything ....
i want to make the flash file move like this :
http://littleimg.com/pfiles/3037/image004.jpg
but...
if i placed the button above it
my flash cannot move like before :
http://littleimg.com/pthumbs/large/3038/image002.jpg
-
Re: Work with flash
I'm not sure what you are trying to do not does this help?
-
Re: Work with flash
I'm not sure about that. Because there is no documentation for this control :) We need to find it ourselves.
A small tweak will be to use a white background for the picturebox/form and place the buttons in the picturebox/form which shouldn't be above the shockwave control, but to the side of it. This is because, your flash animation's background is white ;)
:wave:
-
Re: Work with flash
I got it...
but apparently
shockwave flash didn't have a click event.....:(:(:(:(
is there any way ???? please help...
thanks....
-
Re: Work with flash