I have cs3 and I wanted to know if I can use the same transitions tutorial (http://www.kirupa.com/developer/mx2004/transitions.htm) in cs3. I believe loadmovie does not work in cs3 now.
Interestingly enough, I developed the site following the transitions tutorial step by step in cs3, tested the movie, worked perfectly but once I uploaded the files to godaddy, the site loads up with the external main.swf loading but the other buttons don’t load their corresponding swf (about.swf, contact.swf…etc)
A couple of questions/doubts.
[LIST]
[]The site is loaded to its corresponding folder/directory from godaddy (www.mywebsite.com/myadditionalwebsite). Does this affect the container.loadMovie(“about.swf”) path and if it does…what would the code look like? (myadditionalwebsite/contain.loadMovie(“about.swf” )?
[]If the tutorial can be used in cs3 what modifications need to be made to be able to achieve the end results just like the transitions tutorial for mx2004.[/LIST]My site structure is as follows index_ranchito.swf (contains button/links and movie clip container for loading external swfs), main.swf, menu.swf, location.swf.
Main.swf loads first while other 3 swf files are loaded with corresponding buttons located in index_ranchito.swf.