Microsoft
Software
Hardware
Network
Question : .fla images vs shapes
Hello Experts,
A friend gave me an .fla file of a rather simply animation to check out. I noticed in the library for this .fla, there are two folders: images and shapes. When I checked out their contents, I noticed that there seemed to be a 1:1 parody i.e. for each image it appears there is an identical shape.
When I looked closer, I then noticed that the images were all odd numbered (Image 1, 3, 5, etc.) and the shapes were all even number (Shape 2, 4, 6, etc).
Questions: assuming I'm correct in this assumption, why would their be identical shapes and images? What purpose does a shape serve in a time-line animation versus the purpose of an identical image? Is this an unnecessary redundancy? Why the odd/even split between images and shapes?
Answer : .fla images vs shapes
[19|20] means any character: 1, 9, 2, or 0 -- the vertical bar is redundant. The plus means one or more of the previous, so one or more of 1, 9, 2, or 0. The rest means exactly two numeric digits.
Try the following pattern instead:
1:
(19|20)\d{2}
Random Solutions
Windows7 my Documents folder
IIS 6 to IIS7
Coldfusion - SQL syntax
Outlook 2007 - Auto Create Distribution List
Ex2010 - Move Mailbox Failed - Corrupt Messages
How do I write data to separate excel worksheets in coldfusion?
SPContext.Current is returning null in the "SPItemEventReceiver" event handler.
Using multiple routers - BEFVP41 VPN Router, Netgear WDR3700
Cisco VPN client for Windows, use both RSA SecurID soft token and hard token
In Perl, how do I check if a value already exist in the database