Is it possible.. ? - HTML jumping

Blitz3D Forums/Blitz3D Beginners Area/Is it possible.. ? - HTML jumping

PaulJG(Posted 2006) [#1]
Hi,

Do you think it would be possible to get my blitz3d to open up a webpage in Internet Explorer from within the game ?.

I would like to be able to click on an object, which triggers a webpage to openup. From there.. using FLASH, I could close the window, and jump back to the focus of the game.


Yan(Posted 2006) [#2]
Do you think it would be possible to get my blitz3d to open up a webpage in Internet Explorer from within the game ?.

This should do the trick...
EndGraphics()
ExecFile chr$(34) + "URL" + chr$(34)

From there.. using FLASH, I could close the window, and jump back to the focus of the game.
I haven't got a clue about that bit. :o/


Buggy(Posted 2006) [#3]
It might look better inserting the flash directly into game, but I don't know what you're doing. I think if you save the flash thing as a movie, it'll work.