Skip to main content
Participating Frequently
September 16, 2013
Question

Problem with html on windows

  • September 16, 2013
  • 1 reply
  • 690 views

Hello

I have problem with html appearing on windows platform.

Im working on instagram authorisation and have code to display instagram auth window:

var urlReq:URLRequest = new URLRequest( OAUTHURL + "?client_id=" + _consumerKey + "&redirect_uri=" +  _callbackURL + "&response_type=token" + "&scope=" + _scope );

var rect:Rectangle = new Rectangle( 300, 300, 700, 500 );

_htmlLoader          = HTMLLoader.createRootWindow( true, null, true, rect );

_htmlLoader.addEventListener( Event.COMPLETE, accessCodeReceived );

_htmlLoader.load( urlReq );

it works awesome on MacOs but shows me blank window on Windows. Can anyone help me and advise?

macos:

windows:

This topic has been closed for replies.

1 reply

chris.campbell
Legend
September 18, 2013

Could you please open a new bug report on this over at https://bugbase.adobe.com?  When adding the bug, please include some sample code or a sample application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly (ccampbel@adobe.com). 

Once added, please post back with the URL so that others effected can add their comments and votes.

sadensmolAuthor
Participating Frequently
September 18, 2013

Thank you for the answer. I've created new bug

#3634131