Search found 20 matches
- Thu May 22, 2008 5:49 pm
- Forum: Talking LiveCode
- Topic: Card scripts not executing properly in standalone.
- Replies: 3
- Views: 4362
- Wed May 21, 2008 9:57 pm
- Forum: Multimedia
- Topic: Playing audio called from a different card
- Replies: 4
- Views: 6449
You could make the player invisible or place it behind something else.
You can also just
Playing sounds without a player only works for some file formats however.[/code]
You can also just
Code: Select all
Play "audiofile.wav"
- Wed May 21, 2008 9:52 pm
- Forum: Multimedia
- Topic: Unable to reuse a Player to handle another sound...
- Replies: 7
- Views: 8702
Ha!
140 sounds! I wish I only had 140... I'd have to work it out but I think I'm more like 1,400.
In other words, not realistic.
In other words, not realistic.
- Sat Apr 26, 2008 10:17 pm
- Forum: Talking LiveCode
- Topic: Card scripts not executing properly in standalone.
- Replies: 3
- Views: 4362
Card scripts not executing properly in standalone.
I'm having several problems in the standalone card scripts that I didn't have in 2.8 1) The first card to load appears to fail to run all of the card "on opencard" scripts. These work fine once I navigate away from that card and back to it. 2) In the standalone some scripts just seem to fail, the sc...
- Thu Apr 24, 2008 11:06 pm
- Forum: Multimedia
- Topic: Unable to reuse a Player to handle another sound...
- Replies: 7
- Views: 8702
I just realized why it was working for me sometimes. If the command to switch audio files is executed BY the player (for example as an "on Stopped") it seems to switch correctly, needs more testing but it appears to work OK. Still it's going to be a pain in the butt to reprogram everything with that...
- Thu Apr 24, 2008 10:57 pm
- Forum: Multimedia
- Topic: Microphone inputs for Windows.
- Replies: 10
- Views: 12594
- Thu Apr 24, 2008 10:56 pm
- Forum: Multimedia
- Topic: recording a sound
- Replies: 3
- Views: 6080
- Thu Apr 24, 2008 10:55 pm
- Forum: Multimedia
- Topic: Only the first letter of title shows up in titlebar
- Replies: 9
- Views: 10673
- Thu Apr 24, 2008 10:53 pm
- Forum: Multimedia
- Topic: Unable to reuse a Player to handle another sound...
- Replies: 7
- Views: 8702
Same problem here
Klaus's fix doesn't work for me either (windows xp 64) Also, I notice that sometimes I can get the sound to change but I'm not really sure why it does it sometimes and not others. The "Property Inspector" of the player shows the correct (changed) filename even when the player is playing the old file...
- Mon Feb 25, 2008 5:57 pm
- Forum: Multimedia
- Topic: recording a sound
- Replies: 3
- Views: 6080
- Fri Feb 22, 2008 8:12 pm
- Forum: Multimedia
- Topic: recording a sound
- Replies: 3
- Views: 6080
recording a sound
Ok, stupid simple question. How do I record audio from a microphone. I have tried; button "record" with code: on mouseUp record sound file "testing.wav" end mouseUp button "stop" with code: on mouseUp stop recording end mouseUp button "play" with code: on mouseUp play "testing.wav" end mouseUp (ther...
- Thu Feb 21, 2008 10:47 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Two intermittent bugs.
- Replies: 0
- Views: 2208
Two intermittent bugs.
I have two problems which have alternated working and failing without any apparent changes on my part. First: For the first several months I owned Revolution it correctly created the paths for my files when I was building a standalone application. Then for no apparent reason it just started piling e...
- Tue Feb 19, 2008 12:17 am
- Forum: Multimedia
- Topic: Microphone inputs for Windows.
- Replies: 10
- Views: 12594
Ok, it WAS working, I've been programming other areas and was just recently doing some alpha testing, now sound recording doesn't work again! I tested older versions of my program where audio recording worked and it fails there too so it's something external which has changed. Either it's because I'...
- Mon Feb 04, 2008 12:34 am
- Forum: Talking LiveCode
- Topic: Application with many cards running extremely slowly.
- Replies: 15
- Views: 13027
- Mon Feb 04, 2008 12:07 am
- Forum: Talking LiveCode
- Topic: Application with many cards running extremely slowly.
- Replies: 15
- Views: 13027
There's no real getting around the number of cards required. One possibility I'm trying to figure out now is how to hold all of the basic card scripts in one place, because I have some menus and then 10 cards which are repeated around 70 times each with only minor changes. If I could hold the script...