Skip to main content
Participant
November 6, 2013
Answered

How to add webpage or html page to flash SWF by as3?

  • November 6, 2013
  • 1 reply
  • 602 views

Hi All,

How to add webpage or html page to flash SWF by as3?

Thanks

Omar

This topic has been closed for replies.
Correct answer kglad

for a web-based swf, use navigateToURL.  for a mobile swf, use the htmlloader or stagewebview class.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 6, 2013

for a web-based swf, use navigateToURL.  for a mobile swf, use the htmlloader or stagewebview class.

Participant
November 6, 2013

how can i use navigateToURL in swf, i need an example, please.

kglad
Community Expert
Community Expert
November 6, 2013

navigateToURL(new URLRequest("http://www.adobe.com"));