-
1. Re: What is the maximum number of images that can be imported into flash?
Rob Dillon Aug 7, 2013 4:27 AM (in response to vari25)Are you writing about importing images into the movie's Library during authoring? Or are you writing about importing images during runtime using Actionscript?
If it's the first, then you may be running out of memory. Try importing fewer images, say 20, and then save the movie and import another 20, etc.
-
2. Re: What is the maximum number of images that can be imported into flash?
vari25 Aug 7, 2013 11:37 PM (in response to Rob Dillon)No, I am importing the images into timeline as a sequence into keyframes. Then want to add interactivity like start drag and stop drag with rotation.
Thanks in Advance.
-
3. Re: What is the maximum number of images that can be imported into flash?
Ned Murphy Aug 13, 2013 4:58 AM (in response to vari25)They are being imported into the library if you are importing them into the timeline, so it is likely a memory issue.
-
4. Re: What is the maximum number of images that can be imported into flash?
vari25 Aug 13, 2013 5:55 AM (in response to Ned Murphy)as my project wants many images into flash that they r sequence images and needed action script for it, can i otherwise create separate files and import through scripting that is loading external files that kind of thing?
Thank U.
-
5. Re: What is the maximum number of images that can be imported into flash?
Rob Dillon Aug 14, 2013 1:09 PM (in response to vari25)You can load the image files into your movie's Library during authoring, or, you can import the image files into your movie at runtime. Either way, your're still using the same memory.
If your movie is designed so that the user will only ever use some of the images, then it may be better to load the files that the user selects at runtime.
In either case, you should optimize the images that you use as much as possible so that you are using the smallest possible file size and still keep the greatest image quality possible.



