Jump to content
Search Community

Search the Community

Showing results for tags 'resize .swf'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. Hi everyone! First, sorry for my bad english, but I'm french! I've made an application with no resizing functions stage.align = StageAlign.TOP_LEFT; stage.scaleMode = StageScaleMode.NO_SCALE; It now works in 1920x1080. Everything is in place. I'd like to know if it's possible to load this swf with SWFLoader and use something like : private function resizeHandler ( e : Event ) : void { swfLoader.content.fitWidth = stage.stageWidth; swfLoader.content.fitHeight = stage.stageHeight; } to resize it, depending on the size of the user's display. (as you would do with ImageLoader) I've tried it but it doesn't seem to work. Did I do somehing wrong? Let me know ! Thank you
×
×
  • Create New...