Search found 4 matches

by MarioFelix
Tue Sep 09, 2025 8:46 pm
Forum: Multimedia
Topic: Multi-track playback synchronization
Replies: 8
Views: 36481

Re: Multi-track playback synchronization

Welcome! For syncing multiple stems in LiveCode, using one muted reference player and callbacks is a good approach. Another option is to use a single audio engine (like Superpowered or AVAudioEngine) to mix and play stems, which ensures precise synchronization instead of relying on multiple player w...
by MarioFelix
Tue Sep 09, 2025 8:44 pm
Forum: Multimedia
Topic: Using "Framen" DOOH with Livecode
Replies: 1
Views: 9336

Re: Using "Framen" DOOH with Livecode

You might want to pre-download the MP4s from the Framen API to local storage in LiveCode, then play them from the cache to ensure smoother playback and avoid streaming delays.
by MarioFelix
Tue Sep 09, 2025 8:43 pm
Forum: Multimedia
Topic: Stop player: pause the player and doesn't fire playStopped
Replies: 5
Views: 38263

Re: Stop player: pause the player and doesn't fire playStopped

It looks like manually stopping the player with stop player only pauses it and doesn’t trigger playStopped. You might need to call playStopped explicitly in your mouseDown handler after pausing.
by MarioFelix
Tue Sep 09, 2025 8:41 pm
Forum: Multimedia
Topic: Accordion Image Effect
Replies: 4
Views: 56928

Re: Accordion Image Effect

Thanks for sharing, Mike! The accordion effect looks great, and the GitHub repo will be super helpful for customizing and loading images externally. 👍