2 THINGS I NEED HELP WITH

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
darklexus2k9
Posts: 4
Joined: Mon Mar 30, 2009 8:35 am
Contact:

2 THINGS I NEED HELP WITH

Post by darklexus2k9 » Mon Mar 30, 2009 8:44 am

Hi i am new to rev and i just hade a look at the browser sample and was wondering if i was to creat my own web browser can it have things like book marks cach and teb's

if you can replay on that that wood be great

now on to number 2

my friend has ben wanting to creat his own free streaming tv program and well i had a look over rev and well it use's qt and most streaming tv apps use windows can he use windows and if not how wood you go about it with qt

he has not got rev yet but he will get it if this can be done

so thanks if you can replay :D
[url=http://www.join-points2shop.eu.tf][img]http://www.points2shop.com/images/promotionbanners/120x60-Banner.gif[/img][/url]

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Mon Mar 30, 2009 9:27 am

Dear darklexus2k9,

I'll try to answer your questions. I must say, though, you're banner in the footer of your messages is extremely annoying and distracting. I would like to ask you to replace it with a non-animated banner. If you look around on this forum, you will see that everybody is very modest regarding stuff displayed in the footer and generally people are expected to adhere to customs and habits of a forum they become a member of.

I also noticed that you write your title in ALL CAPS. Again, if you look around, you'll notice that this is a very rare thing to do. Please, write the title of your messages in normal text, unless that all caps text style is really functional (which I can't imagine, actually).

Now on to your questions.

At least in theory, it is possible to create your own web browser with Revolution. Revolution can do anything the built-in web browser of your operating system can too. Or the other way around, the web browser you already have can probably do everything your new web browser will ever do. Therefore, I am not sure that it makes sense to create a web browser with Revolution. Usually, we use Rev's web browser for very specific things, such as displaying one particular web site or displaying documentation in HTML format or even for playing Flash movies.

What exactly would your friend want to do with Revolution with regard to streaming media? To set up a well-working QT stream, you need dedicated software, such as QuickTime Broadcaster and QT Streaming Server. Once you have set that up, you can receive the stream in any QuickTime player, including Revolution's player object.

Best regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

darklexus2k9
Posts: 4
Joined: Mon Mar 30, 2009 8:35 am
Contact:

re

Post by darklexus2k9 » Mon Mar 30, 2009 9:44 am

Ok i will change my sig and sorry for the all caps thing left it on

ok thanx for all the stuff about the web browser

now about the tv thing

he wonts to creat a free streaming tv aplication but he did not if i can be done with qt

1 . The app wood have to have a menu with a list of channels that were update every time the app was opend so that ppl can get new channels and so bad links are no longer there can that be done

2. all so he wants it so that ppl need to register a user name and pass before the app can be used can this be done

and last of all he needs to know if it is posable to have google ads in the app like the ones you see on some sites

that is all he wonted me to ask well i think it is

any way thanks for your help
[url=http://www.join-points2shop.eu.tf][img]http://www.points2shop.com/images/promotionbanners/120x60-Banner.gif[/img][/url]

Mark Smith
Posts: 179
Joined: Sat Apr 08, 2006 11:08 pm
Contact:

Post by Mark Smith » Mon Mar 30, 2009 10:08 pm

It would certainly be possible to do all this in revolution.

You might need to have a server somewhere that collects the links to tv channels, and checks that they're working. The app could then log in to the server and download the list of channels. The server would also check username/password before sending the list.

The rev browser can display anything your system's browser can (under the hood, they're the same), aso yes, you can have google ads.


Best,

Mark (not the same one!)

Post Reply