Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash in VB with Play/Pause button

Status
Not open for further replies.

dtqui

Programmer
Sep 25, 2000
62
SG
Hi,

I have a Flash music video clip embedded in VB. The clip will start to play whenever I select it's title in VB combo box. The new requirement is to include 2 VB buttons: Stop and Play/Pause button in VB to control the playing of the clips.

I guess it have something to do with "fscommand" but I don't know how I should do it in VB and Flash.

Any help is appreciated!
 
fscommand works for Flash talking to the outside world - to get the outside world to talk to Flash you can use Flash Methods. These will have to be triggered from javascript rather than directly from VB but maybe you can write a VB harness for the javascript commands.

Here's a link to some more details:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top