Reply To: .zip file problems

PennController for IBEX Forums Support .zip file problems Reply To: .zip file problems

#6881
Jeremy
Keymaster

Hi Sam,

The ERR_CONNECTION_TIMED_OUT tells it as it is: trying to access https://www.hjpatt-136.umd.edu/Web_Experiments/Slevc/spr/sprAudio.zip results in a timeout (try clicking the link yourself)

This works for me (on the PCIbex Farm):

PreloadZip("https://hjpatt-136.umd.edu/Web_Experiments/Slevc/spr/sprAudio.zip")

newTrial(
    newButton("Hello World").print().wait()
)
newTrial(
    newAudio("Am53-ACEC.mp3").print().wait()
)

Jeremy