i am making a app were you can load up a game url but! i want it so you can put the game url in the text box and press the button and it will load ?? can any one help me
Printable View
i am making a app were you can load up a game url but! i want it so you can put the game url in the text box and press the button and it will load ?? can any one help me
but i need a code and were to enter it !!!!!
Private Sub Command1_Click()
ShockwaveFlash1.Movie = Text1.Text
End Sub
that dose not work!!!!
i just wanted to stop in and say something about the title you chose for this topic.
first of all i must say, i am by no means a moderator of this forum or do i make any rules.
but i would suggest when making a topic you should consider including the kind of help you want.
"Helpp! badly!!!" does not specify any type of help you need. choose better title names in the future, they help for a few reasons.
1. other people find help easier when searching on this very topic.
2. a reasonable thread title can draw in someone that has a quick answer for you, since they have an idea what you need before they open the post. not everyone specializes in all aspects of vb.
3. it looks more professional and people will take you more seriously as a programmer/person
A better title could possibly be something along the lines of: "Help needed: URL linking"
In Text1, Insert a URL of a .swf.
Here's one:
http://www.addictinggames.com/D78AQSAKQLQWI9/3164.swf
still dosent work
If you give more descriptive posts of "why it doesnt work" then its easier to help as we dont want to be guessing.