1844 posts
- Sold between 100 000 and 250 000 dollars
- Author had a File in an Envato Bundle
- Has been a member for 4-5 years
- Author had a Free File of the Month
- Won a Competition
- Author was Featured
- Item was Featured
- Bought between 10 and 49 items
bitfade
says
Yeah, but meanwhile you don’t just have ActionScript, you have assets like icons and stuff, I embed icons in Flex like this: [Embed(source=”../assets/images/b_continua_normal.png”)] private var ContinuaNormal:Class; When you add the FLA , how’s going to handle it, I’m just saying …cause I never tried.“Embed” works in CS4 , so no problem
for CS3 , you can put all assets in a FLA and then have flex embed swf symbols.
A better solution is to load the swf asset library at runtime, this way you don’t have to recompile the project each time you modify assets.
also, compiling is a lot faster.
542 posts
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Europe
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Referred between 10 and 49 users
- Sold between 5 000 and 10 000 dollars
jayc
says
Yeah, but meanwhile you don’t just have ActionScript, you have assets like icons and stuff, I embed icons in Flex like this: [Embed(source=”../assets/images/b_continua_normal.png”)] private var ContinuaNormal:Class; When you add the FLA , how’s going to handle it, I’m just saying …cause I never tried.“Embed” works in CS4 , so no problem
for CS3 , you can put all assets in a FLA and then have flex embed swf symbols.
A better solution is to load the swf asset library at runtime, this way you don’t have to recompile the project each time you modify assets.
also, compiling is a lot faster.
OK, Thanx, I did not know that Embed works with Flash Regards
Flash-Arte
says
In one of Lee’s videos you can see that he codes something in Flash Builder and then he links it with Flash (CS5 I think).
So you can have the best of both worlds.
