Search found 26 matches

by PET
Mon May 22, 2017 1:16 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

I think I understand. When I use Load Raw ... it just loads the WHOLE FILE into a String... right? What I do with that String is my business. I thought I can add "Tags" on each line, then use the Load thiengie with tags to read the file and then get each Tag line into it's appropriate Stri...
by PET
Mon May 22, 2017 12:31 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

Hey Joel,

this is working great so far. I'm curious if I can evolve the Config file some more. Like have on a 2nd line, some other string that I can use for some other things.
by PET
Mon May 22, 2017 9:02 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

I tried to use Save Raw Base 64 ... in order to create a TXT file that I can modify later... but it's giving an error. Something about size to large. I did it again with the normal save but I made sure not to put a space in my "name" ... and it worked. Then I renamed it to another video na...
by PET
Mon May 22, 2017 8:46 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

Well I used the Save action to create a text config file and it looks like this: ~ videoName ÿîñéýMyVideoName{ My guess is that I can replace the "MyVideoName" with any other video name, and it will load like that right? I'm currently trying to make this system. It's pretty fun... I have m...
by PET
Mon May 22, 2017 8:13 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

Hey Joel, I'm trying to make a new thing. RIght now my app is more of a General App... meaning that it reads all my videos... it goes to a "titlescreen" that has UI buttons for all my videos. Since I want my app to be more "general", I want a way to have a "text config file&...
by PET
Thu May 18, 2017 7:33 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

Hey Joel. When I mange a Download, can I specify on what Folder to download to? Right now I have the posibility to have files on the App Folder, but also on a manual SD Folder that I set up. So when I finally get to play the videos, I need to know from where... and the easiest solution is to make th...
by PET
Fri May 12, 2017 2:21 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

All right! Thanks!

Right now it looks like this:
Image

Let me see how it will look when I will simplify it :D
by PET
Fri May 12, 2017 1:52 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

Hmm... te current Exists action is like this: http://i.imgur.com/nglQxnF.png I'm thinking. Could you make it so if the file exists, to set a BOOL to true? I would like if possible to do this from inside the action and not create another special state for this. Right now I want to do a checkup in 2 p...
by PET
Wed May 10, 2017 2:03 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

I understand what you mean. I once tried to validate an email field using purely Playmaker actions, before Playmaker supported arrays, and I ended up biting the bullet and creating a custom action in code. I'll have to take a look at FlowCanvas, sounds really powerful. FlowCanvas is that plugin we ...
by PET
Wed May 10, 2017 1:29 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Use Easy Save to download a mp4 file from WWW
Replies: 31
Views: 36118

Re: Use Easy Save to download a mp4 file from WWW

Glad you managed to work out something which works for you. Especially love the idea of reversing the array so you don't need to get the length of the array to find out the index of the last item :D - Joel Exactly. The thing with Playmaker, since it's State based ... you can't have a nice flow. So ...