StageWebView具有透明背景,可以吗?
我有一个 Flex Mobile 项目,其中有一个视图。我在该视图上放置了背景图像。现在我想在其上添加一个 StageWebView 来渲染 HTML 文件,这样 HTML 的内容会滚动,而视图的背景可见。但是,当渲染 StageWebView 时,它具有白色背景。我没有找到可以修改的背景属性。我尝试更改舞台的 Alpha,但没有成功。有什么想法吗?谢谢!
I have a Flex Mobile Project with a View in it. I placed a background image on that view. Now I want to add a StageWebView on it to render an HTML file, in such a way that the contents of the HTML scroll while the View's background is visible. However, when the StageWebView gets rendered, it has a white background. I didn't find a Background property on it to modify. I tried to change the stage's alpha, but it didn't work. Any ideas? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不太可能。我相信您需要 QNXStageWebView(不仅仅是 StageWebView),并且在任何情况下它都是作为本机组件提供的,并且不会在 Flash“显示列表”中呈现。它被告知在哪里渲染自己,并使用 QNX 视口进行渲染,因此除了它通过自己的 API 提供的内容之外,您无法控制它,而 API 不提供此功能。
It's unlikely this is possible. I believe you need QNXStageWebView (not just StageWebView) and in any case it's provided as a native component, and does not get rendered in the Flash "display list". It is told where to render itself and does so using a QNX viewport so you have no control over it except what it provides through its own API, which doesn't provide this feature.