Search found 27 matches

by Sheeva700
Thu Dec 31, 2015 10:31 am
Forum: General plugin questions
Topic: httpstreamer Question
Replies: 15
Views: 19616

Re: httpstreamer Question

Can you post a complete demo code that I can try here? (with a valid URL, your example URL is not a valid URL) My idea is to write Podcast Player to replace AmiPoder wicht is too buggy for me. (This is just a proof of concept) In This example, Loadbrush is Working Pretty well. LoadSample. LoadMusic...
by Sheeva700
Wed Dec 30, 2015 10:52 am
Forum: General plugin questions
Topic: httpstreamer Question
Replies: 15
Views: 19616

httpstreamer Question

Hi, I'm trying to deal with httpstreamer plugins (automagically) but when i try OpenFile(nil,"http://sound/some_song/mp3") (is a example) I've gor this Message from OS4 Please insert Volume http: ?!? Same error with all file or sound related keyword. i had tryed with both @REQUIRE "ht...
by Sheeva700
Sat Nov 14, 2015 4:15 pm
Forum: Newbie questions
Topic: Download Jpg file from HTTP (or binary)
Replies: 1
Views: 3145

Re: Download Jpg file from HTTP (or binary)

Downloadfile() id the solution. :D
by Sheeva700
Sat Nov 14, 2015 3:09 pm
Forum: Newbie questions
Topic: Download Jpg file from HTTP (or binary)
Replies: 1
Views: 3145

Download Jpg file from HTTP (or binary)

Hi, I'm trying to download a single jpg file from an http location with this code. SendData(2,"GET http://IP:PORT/icon.jpg".." HTTP/1.1\r\n\r\n") icon$ = ReceiveData(2,#RECEIVEALL) debugprint(icon$) is working fine but i receive also the http header then the jpg in data section (...
by Sheeva700
Wed Nov 11, 2015 2:14 pm
Forum: Newbie questions
Topic: Structures
Replies: 6
Views: 7095

Re: Structures

Working Perfectly. thanks.
by Sheeva700
Wed Nov 11, 2015 12:12 pm
Forum: Newbie questions
Topic: Structures
Replies: 6
Views: 7095

Re: Structures

Thanks guy. i will try that.
by Sheeva700
Wed Nov 11, 2015 11:01 am
Forum: Newbie questions
Topic: Structures
Replies: 6
Views: 7095

Structures

Hi,

I'm trying to create a initialise Multi-dimensional structure (table ?) with Hollywood.
simple example to be short.

AdresseBook.Name[1] = "John"
AdresseBook.Name[2] = "Michael"
...
...

Can somebody help me ?

Thanks.