Height percentage + static height of image
I created a swf file not long ago, and I have some meaningless 'broken' link to a once existing affiliate. I wanted to take this link off of my game, but it appears as though I lost my .fla file. =/
So what I want to do is JUST display my main game content at 100%, so the broken link is not being displayed. The ad for the affiliate is a st开发者_运维百科atic 100px.
So basically what I would want to do is set the height to 100% + 100px, so the link is out of view unless you scroll down. Is this possible?
not sure if i get it right.
you can embed your swf and set the size which you need to a new swf file.
you can play with html and css to hide content which you don't want to show.
Update: i will try to explaine my idea about first method more clear.
- create a new flash movie in a flash.
- set stage width and height to the width = old_SWF_file.width; height = old_SWF_file.width - bunner.height; //-100px
- import old swf file to the stage to the point(0,0), so the banner should be out from the stage, and shouldn be visible for user.
`
精彩评论