Welcome to Dream.In.Code
Become a VB Expert!

Join 137,363 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,830 people online right now. Registration is fast and FREE... Join Now!




edit flash movie in vb 6.0

 
Reply to this topicStart new topic

edit flash movie in vb 6.0, edit flash movie in vb 6.0

hardikkachhia
8 Oct, 2008 - 12:14 AM
Post #1

New D.I.C Head
*

Joined: 8 Oct, 2008
Posts: 1

[font=Arial]

i have a one problem visual basic is i have editing the flash movie using visual basic 6.0 using vb and flash funcation so how can i do to perform this task
CODE

Private Sub cmd_play_Click()
    Call ShockwaveFlash1.SetVariable("movieclip", txt_var.Text)
    'txt_var.Text = ShockwaveFlash1.GetVariable("company name")
    Call ShockwaveFlash1.SetVariable("jhjhkh", txt_var.Text)

    ShockwaveFlash1.Base = txt_var.Text
    ShockwaveFlash1.LoadMovie 0, "S:\vb\912.swf"
    ShockwaveFlash1.Play
End Sub

Private Sub cmd_stop_Click()
    ShockwaveFlash1.StopPlay
End Sub

Private Sub Form_Load()
   ' ShockwaveFlash1.LoadMovie 0, "S:\vb\912.swf"
   ' ShockwaveFlash1.Play
  
End Sub

Private Sub ShockwaveFlash1_FSCommand(ByVal command As String, ByVal args As String)
    txt_var.Text = args
End Sub


Mod edit - Added code tags.
User is offlineProfile CardPM
+Quote Post

Byapti
RE: Edit Flash Movie In Vb 6.0
8 Oct, 2008 - 05:43 AM
Post #2

New D.I.C Head
*

Joined: 13 Sep, 2007
Posts: 10


My Contributions
Hi,

I think the Flash/VB article on http://www.adobe.com/devnet/flash/articles/flash_vb.pdf may be helpful in this discussion.

This popular white paper is written by some engineering folks from our organization Mindfire Solutions ( http://www.mindfiresolutions.com ).

I hope you find it useful!

Cheers,
Byapti




User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/5/08 01:12AM

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month