Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FB browser?
#1
Would it be possible to load a web page in FB?
Reply
#2
You'd have to build the rendering engine(s), but yeah, it's possible.
974277320612072617420666C61696C21 (Hexadecimal for those who don't know)
Reply
#3
Are there any browsers I could download? I want to try make something with web access and I need to see how it would work.
Reply
#4
Making a browser is actually pretty.. "simple".. you connect to a HTTP server via TCP.. the library i prefer is SDL_net, but there are many others..

Then you receive whatever the site, or server as it's called, gives you back..

When you're done receiving, you interpret what you got..
Be it HTML or other..

It's really tedious, but not really hard, until you start implementing extra functions and trying to keep up with the latest in web programming, and how it's all handled.. such as displaying images, animations, streaming media and flahs, to name a few..
Reply
#5
Here is an idea of a html parser like the others have talked about:
http://forum.qbasicnews.com/viewtopic.php?p=94446#94446
/\QBasic, should work in FB tho.. and this one is limited also

As for the other stuff (SDL_Net, ect), I don't have much to comment on..

:wink:
Kevin (x.t.r.GRAPHICS)

[Image: 11895-r.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)