|
|
|
[
Permlink
| « Hide
]
Robert Vollmar (Adobe) - [08/28/07 12:05 PM ]
Selecting just one component due to upcoming JIRA changes.
enhancement request for a native flex component IFRAME, which functions similar to a custom component floating around for embedding HTML
For what it is worth, we have the same issue and need. What alternatives or work-arounds have people found?
Reopening these bugs that were deferred Minor Enhancements
We use the IFRAME trick in our application and having a native implementation that can fix flickering and focus issues would be wonderful.
Not sure, this kind of hooks in Flash Player is good. However, Flex framework is now opensource, so additional component can surely be added.
There has been variety of psuedo html-components, which provide js and as code (class) to make things simpler and resuable. I also tried similar thing at: http://abdulqabiz.com/files/ylive_mashup/multi_window.html, I figure out this could be a good workflow:- 1) A HTML Flex component which requires some javascript in wrapper, the way HistoryManager requires. 2) #1 would need support in FlexBuilder to set properties (id, div-id, default content or url). 3) #2 would require extention in FB for design-view and html-wrapper code generation. I would want to create HTML layers on fly and load various content in it. I tried similar thing above, is it worth writing a Flex component and contribute here? -abdul I am facing similar issue. I am experimenting with the "IFrame" code available at http://www.deitte.com/archives/2006/08/finally_updated.htm
Once we embed the HTML inside the flash application it becomes impossible to open another flash panel or titlewindow over the HTML contents. It actually slides underneath the HTML contents but above the flash contents. Is there a way to mimic the required feature The popular solution floating around is the setting of wmode="opaque" in the index.template.html. This allows the iFrame to work, however, "Ctrl-Click" events are affected causing components such as the DataGrid to experience problems in FireFox. In this case, the DataGrid loses its ability to do a multiple selection of rows.
Bob I dont know if you went through the source code but "Chris" has already changed that setting in the IFrameDemo.html HTML wrapper, moreover as I have unchecked the "Generate HTML wrapper" from the compiler settings (not doing the same will create a new HTML wrapper overwriting the previous changes made to the wrapper) it has no index.template.html file.
Apologies if I mislead you Varun...I was commenting on the actual bug report and what our project has found using the IFrame and not actually responding to your post :)
This seems to be a dupe of:
http://bugs.adobe.com/jira/browse/SDK-13740 James: yes, I agree, this is basically a dupe of 13740, interesting if you add up the votes for both, it would be almost at the top of the "popular" list. Given this, can someone explain why this is only categorized as "C" and "deferred"? Matt?
| ||||||||||||||||||||||||||||||||||||