exporl / apex

APEX 4: software platform for auditory behavioural and psychophysical experiments. This repository follows the major releases of APEX.
http://kuleuven.be/exporl/apex/
Other
10 stars 2 forks source link

html in apex script #244

Open SaraMagits opened 6 years ago

SaraMagits commented 6 years ago

When using external resources in html, the filepath needs to be manually defined E.g.; file:///C:/Users/u0113586/experiment/stimuli

Default Apex will try to look for the resources in the Temp folder

tomfrancart commented 6 years ago

Not sure what you're trying to do, but you need to use the flow api to load files, for example loadScript cf data/js/flowapi.js

SaraMagits commented 6 years ago

When trying to load flowapi.js, Apex gives an error message that it cannot find it while htmlapi.js can be found in the Temp folder

SaraMagits commented 5 years ago

This was a problem Klara reported, I'm not sure if this is solved.