[問題] IFrame的scrollbar??

看板Flash作者 (揪~~竟,能不能考上?)時間13年前 (2012/05/30 00:52), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
大家好, 我想再我的AIR web application中嵌入網頁, 找到這個網址http://www.deitte.com/IFrameDemo3/IFrameDemo.html 也下載了範例程式. 但奇怪的是, 我實作的畫面右邊的IFrame無法以scrollbar捲動畫面, 程式碼如下: <s:NavigatorContent id="real_location" x="0" y="0" width="100%" height="100%" label="real_location"> <s:HGroup x="0" y="0" width="100%" height="100%" gap="0" verticalAlign="middle"> <mx:Tree id="mobile_disp_tree" x="0" y="0" width="20%" height="100%" borderVisible="false" contentBackgroundColor="#FFFFFF" dataProvider="{treeData}" dropShadowVisible="false" paddingBottom="1" paddingLeft="1" paddingRight="1" paddingTop="1"> </mx:Tree> <iframe:IFrame width="100%" height="100%" source="http://tw.yahoo.com" scrollPolicy="auto"> </iframe:IFrame> </s:HGroup> </s:NavigatorContent> 不管tree及IFrame有沒有用Panel包起來都一樣, why?? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.45.7.71
文章代碼(AID): #1FnFw-nM (Flash)
文章代碼(AID): #1FnFw-nM (Flash)