VirtualMV/Flash12 (CS6)/Journal/Graphics/ Fast loading Photo Album
From WikiEducator
< VirtualMV | Flash12 (CS6) | Journal | Graphics
Flash12 (CS6) | ||
---|---|---|
Overview | What is Flash? | Resources | History | Quick reference | Upgrading | Design Examples | Journal | Troubleshooting | |
Basics | Media Basics | Text | Graphics | Animation ( Timeline | Classic tween | Shape tween | Object tween | Motion guide | Movie clip ) | Audio | Video | |
Text | Scrollbox | Stop Movie | Importing HTML | TLF Features | |
Graphics | Spraybrush and Art Deco Tool | Fast Loading Photo Album | |
Audio and Video | Audio ( Adding Sound to a button | Toggle Background Music | Toggle sound using buttons ) | Video ( Advanced Techniques | Alpha Channels | Video Resources ) | |
Animation | Complex Animation | Mouth Animation | |
Navigation | Introduction | Joke Book ( Adding Buttons ) | Journal Navigation |
Fast loading photo album
This loads fast because all the photos are stored ouside the swf. So the page doesn't need to load any photos to start.
Instruction:
- All photos should be in the same folder as the .swf.
- Go to: Window/components/User Interface/Loader
- Drag loader onto page and resize to desired size.
- Create Instance name myLoader
- Save swf.
- Make as many buttons as there are photos.
- On each button put in actionscript with corresponding photo name -
on(release){ myLoader.contentPath="dog01.jpg"; }
Example: photoalbumTutorial.html, and Flash (fla) file photoalbumTutorial.fla (Note, you will need to create 6 files (flowers01.jpg ... flowers06.jpg of width 500px x height 375px)
Initial Contributor
2009 May: Kerry B.
References
virtualMV | Superquick wiki guide | Please give me some feedback |
VirtualMV/Flash12 (CS6)/Journal/Graphics/ Fast loading Photo Album. (2024). In WikiEducator/VirtualMV wiki. Retrieved November 5, 2024, from http:https://wikieducator.org/VirtualMV/Flash12_(CS6)/Journal/Graphics/_Fast_loading_Photo_Album (zotero)
|