|
yep, that sorted it. thanks mate!
I have the same Problem and I am not using Lion I am using snow leopart 10.6.8
The problem is, when you launch the index.html with a fixed width or height, you can not resize your application. before you could resize the external swf viewer and see how the scaling was affecting your application. WIll this be fixed with the next update? the temporaryHTML file should embed the swf with 100% width and height I am having the same problem when I test using the FDT External Player, but works in the flash player option.
It turned out that this issue is not caused by OSX Lion itself but by the WebKit the latest Safari is shipped with, Linux users using the latest firefox will also face this issue. Windows users are not affected.
@Peyman: You are right, setting the width and hight to 100% will let the External Swf Viewer behave like you are used to. Thanks a lot for your feedback guys! In the next update, the width and hight will be set to 100%
An fix for that issue has been released! FDT 4.5.3 is now available.
Thank you guys for your commitment! regards, Philipp wow.thats great.thanks to the team of fdt!
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I guess you are working on OS X Lion?
The problem is that the embed tag inside the temporary html wrapper that FDT creates to launch your swf in does not include the width and height attribute. Older versions than OS X Lion and other operating systems do not need to set this to view the swf in the correct dimension. You can work around that issue by adding both attributes to an html wrapper you launch your swf in. You can use the temporary wrapper FDT creates for you, add the width and hight and launch this wrapper after compilation.
I have created a short screenshot that shows how to do so: http://screencast.com/t/lylw8JVrve
In the next version we will read the width and hight automaticly from the launcher and add it to the wrapper.