Search found 17 matches

by thomthib
Thu Jun 11, 2015 6:59 pm
Forum: Multimedia
Topic: Portable Script for playing external mp3 file?
Replies: 2
Views: 3931

Re: Portable Script for playing external mp3 file?

Thank you for your response, Neil. I can’t include the audio files in the standalone. My program is a text processor that allows foreign language teachers to create hypermedia texts by linking information to specific words. Then when students click on the words, a translation will appear as well as ...
by thomthib
Fri May 29, 2015 8:00 pm
Forum: Multimedia
Topic: Portable Script for playing external mp3 file?
Replies: 2
Views: 3931

Portable Script for playing external mp3 file?

Can anyone give me a script for a stack that uses the player object to play an external audio file? The trick is, the stack has to be portable so that I can move it to another computer and the player will still work, in other words, the player will still 'see' the mp3 file no matter which computer i...
by thomthib
Tue May 26, 2015 7:39 pm
Forum: Talking LiveCode
Topic: Player does not accept all .pdf or .psd files
Replies: 3
Views: 3114

Re: Player does not accept all .pdf or .psd files

Klaus, Your statement to not rely heavily on QT because its days are numbered worries me. I use the QT player object to play external audio and video files. Is LC going to stop supporting QT or will it provide an alternative way to play external videos and audios? Since LC 7 made changes to the play...
by thomthib
Fri May 22, 2015 3:05 pm
Forum: Multimedia
Topic: Player can't 'see' external audio file on all computers
Replies: 3
Views: 4476

Re: Player can't 'see' external audio file on all computers

Thank you Simon. I am using Livecode 7.0.4 so according to the bug report, this should be resolved. In any case, your reply helps narrow down my search for an answer so I appreciate your response.
by thomthib
Thu May 21, 2015 8:17 pm
Forum: Multimedia
Topic: Player can't 'see' external audio file on all computers
Replies: 3
Views: 4476

Player can't 'see' external audio file on all computers

Summary: I link an external audio file to a player. Everything works fine unless I move it to another computer. Then the player is 'dead'. I have a stack that is located inside the folder 'TestPlayer2'. There is a sub-folder called 'AudioFolder' also located inside the main folder 'TestPlayer2'. Ins...
by thomthib
Wed Nov 26, 2014 4:07 pm
Forum: Multimedia
Topic: Livecode 7.0 rc 2 path name issue
Replies: 15
Views: 15318

Re: Livecode 7.0 rc 2 path name issue

I think if I present the problem in the following way, it will be easier to suggest a solution: I created a text processor that enables foreign language teachers to make hypermedia instructional materials for their students. The text processor, FLAn (fForeign Language Annotator) is downloaded from a...
by thomthib
Fri Nov 14, 2014 4:26 pm
Forum: Multimedia
Topic: Livecode 7.0 rc 2 path name issue
Replies: 15
Views: 15318

Re: Livecode 7.0 rc 2 path name issue

I know selecting the file will generate the path automatically, but what happens when the unit (main folder, subfolders, external files) are moved to another computer. Now the initial step identifying the hard drive will be wrong. That's why I have to shorten the path to start with the Main folder. ...
by thomthib
Wed Nov 12, 2014 4:07 am
Forum: Multimedia
Topic: Livecode 7.0 rc 2 path name issue
Replies: 15
Views: 15318

Re: Livecode 7.0 rc 2 path name issue

Jacque, here's the code: ---------------------------------------------------- answer file "Select a file." --opens file browser to select file. set the itemDel to slash put "../"&item -3 of the longfilepath of it&"/"&item -2 of the longfilepath of it&"/"&last item of it into fld "textaudiofilename" ...
by thomthib
Sat Nov 08, 2014 7:47 pm
Forum: Multimedia
Topic: Livecode 7.0 rc 2 path name issue
Replies: 15
Views: 15318

Re: Livecode 7.0 rc 2 path name issue

When I create the new stack with the standalone, it is save with a name and I can see the newly created stack file in the folder before I import the media. Since my last post I tried this on Windows 7 and the files open with no problem. I'm working mostly with OSX 10.9.5. Since the problem exists in...
by thomthib
Mon Nov 03, 2014 3:29 pm
Forum: Multimedia
Topic: Livecode 7.0 rc 2 path name issue
Replies: 15
Views: 15318

Re: Livecode 7.0 rc 2 path name issue

When I create the new stack, I give it a name and save it in the main folder at the top level, same place where the standalone application is. I can see the new stack file in the folder before I import the media files. It's as if the stack that's open and the file that I see in the folder aren't the...
by thomthib
Wed Oct 29, 2014 4:45 pm
Forum: Multimedia
Topic: Livecode 7.0 rc 2 path name issue
Replies: 15
Views: 15318

Livecode 7.0 rc 2 path name issue

I have a standalone application in a folder. Within that folder is a sub-folder containing .mp3 or .mov files. The standalone uses a template (template.rev) to create a new stack which is saved in the same folder on the same level as the standalone. The new stack has a button for importing the media...
by thomthib
Fri Jun 06, 2014 8:01 pm
Forum: Windows
Topic: Build failed for Window: i/o error
Replies: 2
Views: 3527

Build failed for Window: i/o error

Problem: Using LC7 dp, (Commercial Edition) when I try to build a standalone for Mac OS and Windows, the Mac build comes through, but for Windows I get the following error statement: "There was an error while saving the standalone application. Build failed for Windows: i/o error." I'm using a MacBoo...
by thomthib
Fri Jun 06, 2014 7:49 pm
Forum: Multimedia
Topic: video player acts as if it's hidden but it's still visible.
Replies: 3
Views: 4601

Re: video player acts as if it's hidden but it's still visib

I've done the lock screen approach. I ended up creating a new button from scratch and now it seems to work. That button was probably 7 years old and it seems it just got corrupted somehow. I've had some issues since upgrading from LC5 to LC6, one being a GIF image that caused the stack to crash unde...
by thomthib
Sat May 31, 2014 5:41 pm
Forum: Multimedia
Topic: video player acts as if it's hidden but it's still visible.
Replies: 3
Views: 4601

video player acts as if it's hidden but it's still visible.

My stack has an area where a text field surrounded with an ornamental frame image can appear, and when the user activates a player with video that appears in the same area, the text field and image hide and the video shows. When the user toggles the other direction, the text field and image reappear...
by thomthib
Wed Apr 16, 2014 10:01 pm
Forum: Talking LiveCode
Topic: Crash on Saving
Replies: 6
Views: 4484

Re: Crash on Saving

I have found out what was causing my stack to crash although I don't understand why. The stack didn't crash with LC 5.5.1 but with all versions of LC 6x it did. A GIF image was somehow causing the program to crash. Once I removed it, the stack didn't crash anymore. I've saved and quit several times ...