mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2004
Posts: 87
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
ok i've use fmod MCI and /splay in usages of playing and updating at the same time this is wat happenes

* /bwrite: unable to open 'C:\Bigger\07 fun, fun, fun.mp3' (line 3, script5.mrc)

i get a righting error, but if the song isnt playing i can update it fine, how can i update a file with &binvar info and play it at the same time, but like have it playing a few seconds behind the update

Joined: Jun 2004
Posts: 87
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
nvm

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Other than using a workaround, you can't.

Code:
//var %file = $insong, %pos = $insong.pos | splay stop | bwrite ... | splay $+(",%file,") %pos


Pausing also might work, i'm not sure.

Code:
//splay pause | bwrite ... | splay resume


Edit:

You can delete threads 2 hours after creating them, so there's no need to make a new post telling people you've solved the problem or not to bother helping you.

Last edited by tidy_trax; 28/02/05 05:28 AM.

New username: hixxy

Link Copied to Clipboard