Hi,
I've created one form application in flash, i have fillup the form(inputbox) in normal view, its working fine. but it's not work in fullscreen view,
Please let me know how do enter the text in input textbox in fullscreen mode.
Note: input textbox not work in fullscreen mode.
Thanks
Suresh
Input textbox not working in Fullscreen...Hello,
I think your problem is very similiar to a problem that I had been suffering from a few days ago.
I think that the below code should solve your problem:
stage.scaleMode = StageScaleMode.NO_BORDER;
Chinmaya
Input textbox not working in Fullscreen...Hi Chinmaya,
That doesn't work at all. THis has nothing to do with the scaleMode property. It is the default behaviour for fullscreen from Adobe.
And you can not over come this.
Let me also know if any body?has any counter comment on this?
For reference please refer to the Flash help on Stage.displayState
I havn't tried it but it worked for me in a similiar situation when my script wasn't working in fullscreen mode. I thought maybe the contents were not scaled properly and hence the input text boxes were inaccessible.
Maybe I was wrong,
Chinmaya
I guess?so.
However this thing is implemented completely different in Flex.
Hope you was not using Flex. I would Like to see any example available.
No comments:
Post a Comment