I am using latest Google IMA SDK for video ads, in that
the flash ads are showing properly when loaded but its not displayed
when userclicks fullscreen,
i tried to capture the stage resize and tried to change the width and
height using
flashAdsManager.adSlotHeight(main.stage.stageHeight)
flashAdsManager.adSlotWidth(main.stage.stageWidth)
but i am getting following error
1195: Attempted access of inaccessible method adSlotHeight through
a reference with static type com.google.ads.instream.api:FlashAdsManager.
1195: Attempted access of inaccessible method adSlotWidth through
a reference with static type com.google.ads.instream.api:FlashAdsManager.
can u please help how to resize flash ad when fullscreen
Those functions are setters
so you need to do