I am totally new to flash, just for one class it has started using this semester . I'm putting together a fairly simple "portfolio slideshow" (this is a fake for a website) for assignments, but ran into some problems.
I have two sections on "Home Page"; Still image and time-based files are enabled by each file is a button (a thumbnail of the image). Ideally, when you click on the thumbnail, it brings the picture or movie I still navigate through the images Have got the buttons to work fine, but I can not get them to work for movie files. I want to be able to click the button and pop up the movie file. I am feeling that there is something like this with mistakes during the import of files, or I just do not know the script
Any thoughts? Sorry for any confusion, it is very complicated to explain the flash problems ...
In addition: I have a call if someone needs a better example and I I am using CS5. Thanks again for any help! :)
And this is the script which is working for the button that still goes to the images, but is not working while trying to go to the video:
on (release) {slides.gotoAndPlay (1); } Slides is still the instance name of the movie clip with all the images.
The issue was that due to missing stops on the frame, where each video file was.
Comments
Post a Comment