Hi, I want to load specific png file on my website to a frame of Active Object. (It is not Active "Picture" Object).
In the CF2.5, I used "Load Frame" action of Active Object with "USE EXPRESSION". The code is like this.
Condition: Start On Frame
Active:Load"./TargetPicture.png" into Animation Stopped, ........
The structure of my website is like this.
/test/resources/...
....../src/...
....../index.html
....../TargetPicture.png
When I ran the program on the browser, the TargetPicture.png wasn't loaded as frame of Active Object, and nothing happened.
Are there any mistakes to specify the file path? or
Can't Active Object load image from external source in HTML5 runtime?
I guess it can, because the questioner said that ActiveObject could load image on HTML5 runtime at the last of this thread....
Please help me, thank you.