Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Mon Nov 19, 2007 2:15 pm Post subject: |
|
|
For making the swf play
| Code: | shockwaveflash1.loadmovie 0, "text1.text"
shockwaveflash1.play |
For a button i guess
Also what header/footer are you talking about? O.O
Also what's naming the hack
Pretty weird options if you ask me..
For the variable thing
| Code: | | call shockwaveflash1.setvariable(text2.text, text3.text) |
For a button
Allows you to enter a variable and set it
Btw, for message boxes, use this
| Code: | | MsgBox "INSERT MESSAGE", vbMsgType, "Title" |
If you want message boxes with lots of options, just insert another form and use this code for a button/on form load
| Code: | Form2.Show
or
YourFormName.Show |
_________________
|
|