I have seen a couple of website using door transition. for example, www.electrongeek.net
when I try to do this trick with jpg images, it gets harder than I thought it was. All the tut I ever read was explaining this effect using swf file as an external file. at the end of external file, use gotoAndPlay() to open the door. but what if I want to just display jpg images? how could I open the door once it closes?
I kinda figured it out in a similar way.
When I play movie on local server, it works perfectly fine but once I upload files and play it remotely, there is a delay between opening the door and displaying the image. Door must be open after the image is shown. I check the code and the door stops until the image is completely loaded. Do you have any idea?