I’m looking for someone who knows how to play a Director movie with several pages in Flash? Please check my site at http://www.ninjalydia.com under the section"New Media". Click the first page of portfolio to open the movie. The problem is the buttoms in the movie can’t open Other pages which were saved into html and dcr format. It works well when I tested on my local Hard Drive. But there is no working for the live site. May you tell me how show display director movie in Flash?
there is no way to open director movie in flash player…
but of cause you can make you live site in your local drive. you embed your flash files which call director movie into a html page, and also embed your dcr into html and instad of calling the dcr, call html page inwhich you embed the dcr .
Thank you so much for your tips. The problem is that my director movie has 4 seperate attached movies. It works to call start movie in html. But no working to go further. And I don’t know how to call other pages in html.
actually if u are calling html in which your dcr is embed from your flah movie, there is no need to write a html tag you have to use action script only.
on(Release){
getURL(url , window , “variables”)
}
window and variables are optional
window have four possible parameters
_self current window.
_blank new window.
_parent parent
_top top-level in the current window.
If u make flash movies as the cast of director that will be the better way (i mean call swf from dcr)