hi…
i am currently creating a website for fun.
this website consists of mainframe.swf and there are few buttons that loads external swf into the mainframe.swf. (although i only have finished two of the pages).
so there are currently 4-5 buttons. firstbutton loadsup the mainscreen page.
2ndone loadsup the complex swf page i created, named page0.swf.
3rd and 4th currently just loads up simple swf that only saying “page2”, “page3” etc.
problem is…
on the page0.swf, there are 5 small thumbnails which are external jpgs that i scaled down to 10%.
when the thumbnails are clicked, it remove the child of the thumbnails and
loads up the jpg files in its 100% size at scale of 100%.
when the big jpgs are clicked, it deletes the big file(removechild) and bring back the thumbnails.
to make it easier to understand, its just the thumbnail click -> zoom in effect.
click the zoomed picture and goes back to thumbnail.
i also created the custom cursor for zoomin zoomout functions.
ok… everything is fine, it works perfectly when i test it.
but problem is, it doesnt work when i uploaded to web!!!
current address is http://pratt.edu/~wsong/port/index.html
what happens is, it seems it loads up the external swf files fine, but
it wont loads up or show up the jpgs!!..
as you can see, the 3rd square from upper left corner loads up the “page0.swf”
as it is blank, i think it is loaded fine, but there should be 5 thumbnails in the middle of the page!!
please help…
if you need to see the code, i will post it. (though they are long).
its so funny how it is working offline, but doesnt work online.
i did put all the jpgs to the same folder of the swfs.