Asylum BB tag for Flash movies project
Abstract :
Idea and technical considerations
Related :
Estimate of the need
Introduction
The goal of the project is to safely embed Flash content
inside the forum called
Ozone Asylum
Considerations
- Mapping the movies to (xhtml) : Flash Satay vs Flash standard vs SWFObject
- No sound in movies - can be done using stopAllSounds cleverly (or other action script methods)
- Preventing XSS attacks - can be done using the Flash sandbox (disabling fscommands for one)
- Usage and integration of the crossdomain.xml policy file
- Is an additional "Flash proxy" useful and/or required?
- Setting a maximum size?
- Are other constraints required?
The answers appear to be :
- XHTML is the target. Flash standard is not cross browser. SWFObject is convenient, but requires ugly nesting of script tags
inside the transformed code.
Satay is convenient, with drawbacks that do not seem to apply to the Asylum -
since the goal is not to stream large medias like sound. Video may be needed though - testing required.
- As stated above : all sounds should be muted inside movies. Several references indicate it can be done and how to do it.
- Appears to be required, in order to provide control of the source domains and referrers for embedded content.
- Proposal : 640x200 maximum size when remapping the swf item to xhtml code.