Books In Director Doesn't Properly Work In Android?

Hi guys, i am in the final weeks of developing my first game for both iOS and android :slight_smile:

in corona simulator everything seems perfect but apparently it’s not the case when I test my game with real device. I use galaxy nexus with android ICS 4.0

There is this bug I want to solve…

I use slideshow feature in director 1.4
http://rauberlabs.blogspot.com/2011/08/director-14-books.html

but when I copied that to show “how to play” the game, this is what I find:

http://i47.tinypic.com/970awg.jpg

here’s another image to show what’s wrong:

http://i48.tinypic.com/15mjyn9.jpg

I thought it’s because the screenshots that I put as howtoplay1.png, howtoplay2.png, and so on were too small in resolution size (480x320) but i tried to modify them to match my phone screen size and it still show the same error. Im wondering why and what’s the solution so the slideshow would show proper images… [import]uid: 114765 topic_id: 26019 reply_id: 326019[/import]

*Update regarding the slideshow (1st problem): i notice if i change config.lua setting from letterBox to zoomEven i dont find the same issue any longer but this one doesnt auto resize so the game itself looks bad (even though the screenshots in the slideshow works better). So whats the best solution? here’s my current setting in config.lua

[code]application = {
content = {
width = 320,
height = 480,
scale = “letterBox”,
fps = 30,

–[[
imageSuffix = {
["@2x"] = 2,
}
–]]
}[/code]

i wonder if i change it to something like 1440 for width and height for 1280 would it be good for majority of android devices as well as iphone/ipad? [import]uid: 114765 topic_id: 26019 reply_id: 105291[/import]