Copy link to clipboard
Copied
I am going to be making a touchscreen map that will have approx 60 different videos of how to navigate to different places on the map. This is a rather large project and I don’t want to get into the middle of it and find out I am doing it the wrong way. Any suggestions on how to proceed? Ex: have it import each .swf or have them each play off the time line?
Copy link to clipboard
Copied
you almost certainly want to make your project as "modular" (and therefore updateable) as practicable. that means anything that can be loaded from a stand-alone file should be loaded.
that includes your 60 videos and data (eg, xml files with the video names).
Copy link to clipboard
Copied
If you anticipate having a lot of resources, such as videos, then your better plan would have them getting loaded dynamically as separeate files. The could be said for any swf's that might be better served as external files. Think about making the main file a somewhat generic animal that provides a platform for everything else to be played within. Work it out on paper before you start it.
Copy link to clipboard
Copied
That’s what I had been considering. Thanks for your help!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now