Search found 11 matches

by ETphonehome
Tue Nov 12, 2013 12:30 pm
Forum: Multimedia
Topic: LiveCode and videos
Replies: 6
Views: 10522

Re: LiveCode and videos

@Jacqueline Thank you for this long interesting answer. «When you imported the video it was added to your stack as binary data that you can't see. Imported videos will not display or run until you write scripts to do that. They have no controller and limited playback control.» => Very important to k...
by ETphonehome
Mon Nov 11, 2013 9:04 pm
Forum: Multimedia
Topic: LiveCode and videos
Replies: 6
Views: 10522

Re: LiveCode and videos

@ Jacque Thank you for these explanation. Anyway I clearly miss something in order to use them. I saw two ways in order to put a video on the stack : 1) with the "Quick Time Player" tool 2) File > Import as control >VideoFile - With the tool, the only possible format is .mov In fact it's what I thou...
by ETphonehome
Mon Nov 11, 2013 8:19 pm
Forum: Multimedia
Topic: Tool "Image area" : bug or not ?
Replies: 10
Views: 10431

Re: Tool "Image area" : bug or not ?

@Jacque
Thanks for the answer
I found the option "always use absolute file paths for images" in Edit > Preferences > Files and memory and it works.
by ETphonehome
Mon Nov 11, 2013 4:42 pm
Forum: Multimedia
Topic: Tool "Image area" : bug or not ?
Replies: 10
Views: 10431

Re: Tool "Image area" : bug or not ?

@Klaus Great thanks : you are perfectly right. My issue (invisibility) was because of a relative path ! In fact i didn't noticed that when I select an image in the properties window of the image area, the path is : 1) relative and not absolute 2) not able to change by itself, according to the direct...
by ETphonehome
Mon Nov 11, 2013 11:01 am
Forum: Multimedia
Topic: Tool "Image area" : bug or not ?
Replies: 10
Views: 10431

Re: Tool "Image area" : bug or not ?

@ Simon Thank you for your comments. I haven't a path problem because images appears in LC with this tool ! And with the standalone application the area works perfectly like a "control" ! It's just that images are invisible. According to other experiences in the forum, my opinion is that the image a...
by ETphonehome
Mon Nov 11, 2013 10:50 am
Forum: Multimedia
Topic: LiveCode and videos
Replies: 6
Views: 10522

LiveCode and videos

Hello, It's incredibly boring to be only allowed to use quick time videos with LiveCode. What a lost of time and serenity ! Do you know if something will be improved about this in the near future of LiveCode ? Anyway, what I'm suppose to do in order to generate .mov files ? Buy Quick Time Pro ? Is t...
by ETphonehome
Mon Nov 11, 2013 1:45 am
Forum: Multimedia
Topic: Tool "Image area" : bug or not ?
Replies: 10
Views: 10431

Re: Tool "Image area" : bug or not ?

Thank you Simon for these explanation and I will give them a closer look soon. Anyway my question is about the image area tool.
Is it me who is missing something in order to use it properly or is it a tool that doesn't work ?
by ETphonehome
Mon Nov 11, 2013 12:43 am
Forum: Multimedia
Topic: Tool "Image area" : bug or not ?
Replies: 10
Views: 10431

Re: Tool "Image area" : bug or not ?

Thank you Fourthworld for this advice. It's true that when I use File > Import as control > Image File, without this checkbox "lock size and position" in the windows "properties" (property "size and position"), after making the standalone, images change by themselves their size into the original one...
by ETphonehome
Mon Nov 11, 2013 12:10 am
Forum: Multimedia
Topic: Tool "Image area" : bug or not ?
Replies: 10
Views: 10431

Tool "Image area" : bug or not ?

Hello, Under windows 7 with LiveCode 6.5 I have 2 issues with the "Image area" tool I read first this post : http://forums.runrev.com/phpBB2/viewtopic.php?f=7&t=13081 (2012, october) and it looks like I have similar problem. 1) When I draw an image area with the tool, and select a path image with th...
by ETphonehome
Sun Nov 10, 2013 10:31 pm
Forum: Multimedia
Topic: Start/Stop a sound with MouseWithin and MouseLeave
Replies: 2
Views: 4283

Re: Start/Stop a sound with MouseWithin and MouseLeave

Thank you very much Klauss for : 1) Your welcomming 2) your very quick answer 3) the perfectly right answer : it works ! So the code in order to do what I wanted is : On MouseEnter play audioClip "C:/TEST/hello.wav" looping end MouseEnter On MouseLeave play stop end MouseLeave In fact it seems that ...
by ETphonehome
Sun Nov 10, 2013 12:24 pm
Forum: Multimedia
Topic: Start/Stop a sound with MouseWithin and MouseLeave
Replies: 2
Views: 4283

Start/Stop a sound with MouseWithin and MouseLeave

Hello from France, Great software LiveCode ! I'm using the 6.5 version on windows 7 I would like to start a sound when I put the mouse on an image and stop it immediatly when the mouse is out of the image. I did this first step and there's yet a problem : On MouseWithin play audioClip "C:\TEST\hello...