i would like to insert some flash buttons into my vb.net programe , is this difficult to do?
Thanks
Homer
Printable View
i would like to insert some flash buttons into my vb.net programe , is this difficult to do?
Thanks
Homer
I'm a beginner and I ignore many terms, or, sometime, I know them with different names......what is a Flash Button?:confused:
a button made in Macromedia Flash, ive made some buttons for my program just wondered how i would put them into my vb.net programe?
Regards
Homer
macromedia has a control that lets you play flash files... I've done it in vb6, it's just a dll file I think, you have to find it:D but umm, as far as I know it wasn't too easy to figure out when a button was clicked or whatever. I could just easily play the flash files... didn't have much control over them. I'd say it's better not to do it anyways, kinda messy
I can't see the advantage of using flash's buttons...
the only reason why i mentioned flash buttons is becasue i wanted some animation in my programe, but by the sounds of it this wouldn't be fesable.
whats the best way of adding animation to my programe, would it just be to manipulate static pictures/images and have sound aswell?
not had much hands on with vb.net so im unsure about what path to go down.
any idvice would be great!!!
Regards
Homer:thumb:
well if you are looking for something really simple maybe you can just load an animated GIF to your picturebox, but I dunno if that would match your needs.... if that doesnt work then I dont know :)Quote:
Originally posted by Homer S
the only reason why i mentioned flash buttons is becasue i wanted some animation in my programe, but by the sounds of it this wouldn't be fesable.
whats the best way of adding animation to my programe, would it just be to manipulate static pictures/images and have sound aswell?
not had much hands on with vb.net so im unsure about what path to go down.
any idvice would be great!!!
Regards
Homer:thumb:
Could you plz send me a link of that dll, I wanted to play SWF files over vb.net, I'm moving from vb6 to .net and I am completelly lost, can't even find those common internet control with a web page that could've had played the flash... :confused:Quote:
Originally posted by MrPolite
macromedia has a control that lets you play flash files... I've done it in vb6, it's just a dll file I think,
Ahww, forget it, found it, it's in the COM section when you add components, shockwave flash is there... :)
You maybe need this guys : http://www.vbforums.com/showthread.p...hreadid=261809 :)
Thanks ive found that now, any idea why code i would put in to make a flash movie work off a button?Quote:
Originally posted by Ruku
Ahww, forget it, found it, it's in the COM section when you add components, shockwave flash is there... :)
Thanks
Homer