Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
988 views

What's the meaning of the non numerical values in the XFL's edge definition?

XFL is the new uncompressed ADOBE FLASH (CS5) source file, it consists from XML definitions, most of them are clear but unfortunately, the important one are strange. Looking to various existing ...
1
vote
3answers
88 views

Batch Image Trim

I have a Flash fla file that contains a whole lot of images. The majority of each image is composed of transparent pixels with a visual object in there somewhere. Each image at the moment is at {x:0, ...
1
vote
1answer
117 views

XFL - What's the best way how to generate DOMBitmapItem's itemID?

XFL's DOMBitmapItem tag has attribute itemID. What is safe way how to generate such an ID if I want to add new media items from external tool? The example of itemIDs looks like: ...
1
vote
2answers
533 views

XFL - What are the ./bin/*.dat files?

Uncompressed Adobe's Flash XFL format still keeps a lot of content compressed. Does anybody know specification of these binary *.dat files?
1
vote
2answers
316 views

Is there a format specification for XML files from FLA import in CS5?

CS5 allows you to save FLA project as a bunch of XML files that encode vector graphics in some format, like: <Edge cubics="!8809 4331(;8821,4327 8849,4316 8865,4311q8809 4331 8865 4311);" /> ...
0
votes
0answers
25 views

Working with .xfl my cpu usage is up to roof

We just started to work on a new project and it requires to be done in flash (and we are new to flash as well). So we started working with .fla files but then we had a lot of troubles with SVN and we ...
0
votes
1answer
107 views

Is using uncompressed XFL documents with SVN advisable?

My team and I are considering switching to using the "Flash CS5 Uncompressed Document (*.xfl)" option in Flash CS5 based on the assumption that it will allow better collaboration and conflict ...
0
votes
1answer
383 views

Flash XFL to iOS/XCODE/Interfacebuilder

I am thinking of starting an ambitious project of writing some type of converter to convert the new Flash CS5 XFL format to some type of iOS readable format for building pages. A lot of what I do ...
0
votes
1answer
205 views

Are there any plans for a free / open source XFL->SWF compiler?

With Adobe having moved the FLA format from a proprietary binary blob to a more edit and VCS friendly XML dialect, it would seem that it would be easy(er) to create a compiler that can act as a ...
0
votes
2answers
216 views

XFL - What's purpose of the ./bin/SymDepend.cache file?

Does anybody knows any details about this file? Is it for example safe to exclude this file from SVN? I would say that it should not be problem because when I delete this file, I can still load the ...