Adblock breaks this site

Help with games.

Discussion in 'Programming General' started by Labz, Apr 22, 2008.

  1. Labz

    Labz Active Member

    Joined:
    Jun 3, 2007
    Posts:
    139
    Referrals:
    0
    Sythe Gold:
    0
    Help with games.

    Just wondering if I can embed a game into VB.

    Code:
    <iframe width="640" height="480" src="http://www.freeonlinegames.com/embed.php?g_id=241" frameborder="0" scrolling="no"></iframe>
     
  2. Stuart

    Stuart Guru
    Banned

    Joined:
    May 5, 2005
    Posts:
    1,580
    Referrals:
    2
    Sythe Gold:
    10
    Help with games.

    Havn't got vb6 atm but try this.

    Made a webbrowser and a command button.

    In the command button click put this code.

    Code:
    dim src as string
    src = "<iframe width='640' height='480' src='http://www.freeonlinegames.com/embed.php?g_id=241' frameborder='0' scrolling='no'></iframe>"
    WebBrowser1.Document.body.innerHTML = src
     
  3. halojunkie

    halojunkie Active Member

    Joined:
    Dec 17, 2005
    Posts:
    232
    Referrals:
    0
    Sythe Gold:
    0
    Help with games.

    Or host a web page with it embedded.
     
  4. WTF IS WTH

    WTF IS WTH Forum Addict

    Joined:
    Apr 18, 2008
    Posts:
    350
    Referrals:
    0
    Sythe Gold:
    0
    Help with games.

    exacly!
    110Mb.com
    sign up
    embed it
    get your link
    put it in your project internet browse
     
< [Game]Help with coding | how would i make it so.. >


 
 
Adblock breaks this site