I need to set the SWF size to 800x600. But I do not know where I can change this property.
An idea came up to change the width and height of the scene, but nothing happened.
In your document class after import, but before declaring the class, you can add something like this:
[SWF(width="800", height="600", backgroundColor="#ffffff", frameRate="30")]
Source: https://habr.com/ru/post/1737425/More articles:The default XAMPP folder for OSX is xamppUnable to iterate a collection of anonymous types created from a LINQ query in VB.NET - iterationCall SSIS from BizTalk Orchestration - biztalkAS3: Make sure children stay inside the parent movie clip form - flashHow to split value - splitAre there C ++ tools that detect the misuse of static_cast, dynamic_cast and reinterpret_cast? - c ++two static libraries - c ++Understanding AddHandler and passing delegates and events - event-handlingInternal join on 2 arrays? - c #SQL returns dates that fall in the period and range - dateAll Articles