Open new browser window from flash.
Hey,
In this first tutorial today we are going to talk about how to use javascript to open a new browser window from flash.
The code that is required is fairly simple actually.
var request:String =
“javascript: window.open(‘http://www.sowebme.com/murtaza’,’win’,’height=400,width=600,toolbar=no,scrollbars=yes’); void(0)”;
var url:URLRequest = new URLRequest(request);
navigateToURL(url, “_self”);
Within your HTML housing the flash, you are going to need the parameter “AllowScriptAccess” set to “always”.
Feel free to download the working files here:
New Window Example
<div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-138826977-7-67ef3b4106eef' data-src='https://widgets.wp.com/likes/#blog_id=138826977&post_id=7&origin=www.topiwalla.com&obj_id=138826977-7-67ef3b4106eef' data-name='like-post-frame-138826977-7-67ef3b4106eef'><h3 class="sd-title">Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div>