Flash 广告中用户启动的弹出窗口
我目前正在为一家当地银行制作 Flash 广告。动画的其中一帧要求显示免责声明文本。我试图在广告中创建一个选项卡,如果单击该选项卡,将允许一个小窗口向上滑动(大约是中矩形高度的一半),显示免责声明,然后关闭。当主动画仍在进行时,就会发生这种情况。问题是我不知道该怎么做。
我在主要广告网络之一的保险广告中看到了这种技术,但无法确定如何做到这一点。
我使用的是Flash CS4。我对 AS3 还算熟练。
I am currently working on a flash ad for a local bank. One of the frames of the animation requires that the disclaimer text be displayed. I am attempting to create a tab within the ad that if clicked will allow a small window to slide up (roughly half the height of the medium rectangle), display the disclaimer and then close. This would occur while the main animation is still progressint. The problem is I'm not sure how to go about it.
I've seen this technique in an Insurance ad on one of the major ad networks but have not been able to determine how to do it.
I am using Flash CS4. I am marginally proficient in AS3.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你的意思是它从广告中弹出?
检查富媒体广告
如果您的意思是内部...那么,这只是一个简单的动画 - 在影片剪辑中制作,因此它不会随主时间轴移动...
You mean that it pops OUT of the ad?
Check Rich Media Ad
If you meant like inside... Well, it is just a simple animation - made in a movie clip, so that it does not move with the main timeline...
创建您的 MovieClip 免责声明,当动画到达相关帧时,添加选项卡,单击该选项卡会将 MovieClip 添加到舞台。
Create your MovieClip disclaimer and when the animation reaches the relevant frame, add the tab which , when click will add the MovieClip to the stage.