Discussion Overview
The discussion revolves around loading content from a text file into a popup window in Flash, specifically focusing on how to create links or buttons within that content that can load additional SWF files at different levels without replacing existing content. The scope includes technical implementation and potential limitations of Flash's capabilities.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- One participant describes a method to load text and links from an XML file into a popup window, suggesting that links can be created to load other SWF files at specified levels.
- Another participant questions whether the number of links needs to be known in advance for button creation, indicating a concern about dynamic content handling.
- A participant mentions that positioning buttons could be complicated if aiming for a specific layout, noting that Flash text fields do not support HTML links.
- It is noted that Flash 7 and above supports limited HTML tags, specifically the tag with only the href attribute.
- A later reply suggests using Flash-JavaScript integration as an alternative method for handling links, although it raises concerns about the complexity of the approach.
- Another participant confirms that the integration does work with Flash 8, despite initial doubts.
Areas of Agreement / Disagreement
Participants express differing views on the feasibility and complexity of implementing links within Flash, with some suggesting possible solutions while others raise concerns about limitations and the need for additional components or methods.
Contextual Notes
Limitations include the inability of Flash text fields to support full HTML functionality, which may restrict how links are displayed and interacted with. The discussion also highlights the need for careful consideration of button positioning and dynamic content generation.