jil
jil

Reputation: 11

how to save a flex file?

I need to send a flex assigment...work on a "cart" using FlexBuilder 3.0 and send it to my instructor.

Do I save it as "Cart.mxml" or "cart.swf" so that she can open it in FlexBuilder and look at the code?

Which is the correct format?

Upvotes: 1

Views: 533

Answers (1)

Matt
Matt

Reputation: 44078

SWF is the final compile format. You'll want to send Cart.mxml (or Cart.as if you wrote it in straight ActionScript) because this is a source file that your instructor can compile into the SWF herself.

Upvotes: 1

Related Questions