Flex :: Windows 7 - IE8 - Clicking A Link In App Only Opens Page In A Background Tab

Oct 11, 2011

After moving from Windows XP to Windows 7 noticed this behavior in my Flex application. In IE8 when a user clicks on a link in the SWF file it uses the navigateToUrl api to open a new window pointing to an external site. This works as expected in XP on IE8 . However in Windows 7 clicking the link will open a new tab, this new tab however sits in the background therefore it is possible that it may not be noticed by the user. Also the content in this background tab does not always load fully unless you clear the cache. Has anyone come across this issue with Flex and Windows7/IE8? In the navigateToUrl function i pass in a param of _blank.

View 1 Replies


Similar Posts:


Flex :: Have A Link In A Datagrid And To Popup A Window On Clicking The Link?

Oct 15, 2009

I have a datagrid with different types of columns, like I have checkboxes, combo boxes and text Inputs as the column types. Now I want one of the column type to a link, with the label "view". All the rows in that column are link with the same label "View" and on clicking it, I want a Pop up window to be opened?

This is my code:

<?xml version="1.0" encoding="utf-8"?>
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%">
<mx:Script>
<![CDATA[

[code]....

I didn't know how to bring a link in the datagrid. So used the Text control to display the "View" label. Now If I click this item, "View" in the datagrid, I want the Pop up function, i.e.,defectCommentsPopUp() to be called.

View 1 Replies

Windows :: Open New Explorer When Clicking Links In Webpages Loaded By App Of Flex/Air?

Apr 7, 2010

In my application I tried using following codes to do this:

<mx:HTML x="0" y="0" width="100%" height="100%" location="http://www.example.com"/>


The page is loaded fine.But when I click the links I found sometimes there was no any response while I need a new explore window opened with the linking url.And also I tried:

[Code]...

View 1 Replies

Double Clicking Opens Two .swfs?

May 11, 2009

I build a .fla project, and publish a .swf.

If I double click the .swf to play, it opens two .swfs, the one I'm double clicking and one from a previous project.

If I drag the .swf directly to the stand alone Flash Player then no problem, just the one movie.

I could deal with this except now I've sent a client a .swf, and when he double clicks it opens the .swf he clicked on, and one from a previous project I sent that is on his hard drive.

View 3 Replies

ActionScript 2.0 :: [CS3] : GetUrl Opens 3 Different Windows?

Feb 9, 2009

Several windows open when I click a button or I get sent to a non existent [URL]; page. I've made a flash that is supposed to have links in it. But when I click a link I get 3 window boxes that open up. HERE IS A VERSION WHERE 3 LINKS OPEN The download file I've taken out all links except for TRY THIS ? Why it launches so many windows?It seems that its trying to open every page.I've taken out all my links except for the TRY BUTTON.

View 2 Replies

ActionScript 3.0 :: Link Opens New Tab

Jul 20, 2009

I want to use a flash file I made as a menu for a website, but when I click a link it opens a new tab rather then navigating to a new page in the same tab. I'm using this [code]...

View 1 Replies

CS3 Link Opens A Closable Food Menu?

Aug 2, 2009

Im working on a restuarant website and im trying to set up 3 seperate links for menus. Lunch diner and catering. id like to setup a link for each option that calls apon a menu to appear in front, then an x at the top right of the menu to exit it and fade out back to the original website.

View 1 Replies

Flash :: Movie Opens In Browser With A White Background

Oct 21, 2010

I have created a simple movie and placed it in an 'Under Construction' page. The whole page is meant to be black. When I open the browser a white box shows, where the movie will appear, while it is loading. I want the whole page to appear black.[url]...

View 2 Replies

ActionScript 3.0 :: Toggle_window - Window Opens And Closes Not By Clicking On The Button But On The Window Itself?

Jun 12, 2009

i would like that my window opens and closes (opens: scale out; closes: scale in) not by clicking on the button but on the window itself.here are 3 applications of mine (schuifwindow, scroll and fotoalbum).
 
Grtz,Jan the man
 
here are 3 applications of mine (schuifwindow, scroll and fotoalbum).
schuifwindow www.truevision.be/other/btn_home.flascroll www.truevision.be/other/scroll.flafotoalbum www.truevision.be/other/foto_album.fla only picture one (left up corner) has a X button (i dont want to use this button)

View 5 Replies

Flex :: Skip Dialog Of Printing In Windows System And Print Page Directly?

Dec 23, 2011

When i use flexprintjob in Flex,it always popup a printing dialog which is printing driver.How can i skip this dialog and print directly?

View 1 Replies

Actionscript 3.0 :: Button That Opens URL In Same Page

Jun 1, 2009

[code]I want it to open the site in the same page, not a new one.

View 2 Replies

Flash :: Program An Html Page To Move To A New Web Page On User's Clicking An Item Of An Embedded Movie?

Nov 21, 2011

Let me ask how to program an html page to move to a new web page on user's clicking an item of an embedded flash movie? But , in detail, I actually want to do a little different thing. I want that the parent html page remains there ,instead I want a child html frame has a new page after user's clicking the list item of the embedded flash movie.

View 2 Replies

Flash :: Flex Spark Link Bar Background Color / Alpha

Nov 15, 2010

I am trying to change the background color and alpha of a link bar in a Flex/Flash 4 application. No matter what properties I define, the background of said link bar is always white.[code]

View 1 Replies

Professional :: Disable The Control Border Around A Swf By Default When A Page In Explorer Opens?

Mar 14, 2007

How do they disable the control border around a swf by default when a page in explorer opens?

View 2 Replies

ActionScript 3.0 :: Flash Menu Buttons On HTML Page Opens New Window?

Jul 25, 2009

I have a .swf I'm inserting at the top of a page in DW. I have a button named "aboutUs_btn" which when pressed needs to load "aboutUs.html. That part works fine, but it always loads the page into a new window. How do I make it load into the same window? I could do this in AS2 with getURL and using _self. Here is what I have:

var aboutUsLink:URLRequest = new URLRequest("aboutUs.html");
aboutUs_btn.addEventListener(MouseEvent.CLICK,aboutUsClick);
function aboutUsClick(event:MouseEvent):void{navigateToURL(aboutUsLink);}

[code].......

View 5 Replies

Javascript :: Redirect To A Html Page When Site Opens In Non Flash Browser

Feb 29, 2012

How do I redirect to a html page when my flash site opens in non-flash browser?

Here is the code I am curently using

<link rel="shortcut icon" href="/77east.ico" type="image/x-icon" />
<!--[if lte IE 8]>
<script type="text/javascript">window.location = 'ebrowser.html'</script>

[Code].....

View 2 Replies

Flex :: Correctly Pass The Link To A Page?

May 5, 2010

I'm using <mx:LinkButton label="www.google.com" click="navigateToURL(new URLRequest(event.currentTarget.label.toString()))" /> to open a browser window to display the website on the label of my LinkButton. However I cannot correctly pass the link..

you see the problem: file://localhost/..myapp/bin-debug/www.google.com

View 3 Replies

ActionScript 2.0 :: HTML Page Opens Flash Site - Loads External Swf File

Jul 11, 2005

I have an HTML page with buttons. Each button needs to have a getURL to open the Flash site, but then somehow, needs to also load the appropriate swf into that Flash site... My reasoning is because I have some scripts under my site that need to be in HTML (or PHP) for search engines, that way I don't have to do the whole site in HTML.. I hate having a HTML index page, but it's the only solution I could come up with. So, when a visitor selects any of the navigation buttons, I don't want them to have to select that button again, when the Flash site loads. how to do this for Flash 7 / AS 2.0? Or if there are any posts here about it?

View 2 Replies

Flex :: Link Be Provided In Alert Box To Redirect To Another Page ?

Jul 21, 2011

I need to provide a link (like Click here to view.....) in a AlertBox that redirects to another page.

View 4 Replies

Javascript :: Video With Transparent Background On Page Above Image Background?

May 2, 2010

I want to embed some video into my HTML page. As background I want to use big picture. And above it I want to insert loop video with (i.e.) walking man.So, can I embed video (without flash and any player controls) in page?Can I decode video with transparent background? Is there any codecs which support transparent background (alpha-channel)?

View 1 Replies

Windows :: PDF Displaying Correctly In Flex Mx:HTML Control In Windows / Reader X

Oct 28, 2011

I'm having an issue with the PDF displaying outside the viewable area of the mx:HTML control in Flex. When the application starts up - the mx:HTML is set to a certain size, but can be enlarged if the application is maximized. These are the following conditions to replicate it: Issue only happens in Windows (Windows 7, not on Mac) Issue only happens with Reader X installed (not with previous versions) Issue only happens when running the built app, does not happen in debug / development mode from FlashBuilder

[Code]...

View 1 Replies

Windows :: Flex - MXMLC Throws A Java.lang.NullExceptionPointer When Compiling In Windows (not In Mac Nor Ubuntu)

Feb 23, 2011

I'm running ant to compile a Flex application, and the build keeps failing when running it on a windows command line. Other people in my team can successfully run the very same build under mac and linux. This is the error shown in the command prompt:

[Code]...

All tokens are set in corresponding build.properties and filter .properties files (and, as I said before, it compiles perfectly under mac and linux). The windows version is 7 Ultimate, FLEX_HOME is set as an environment variable to the Flex SDK 3.5 (the 3.5.0.12683 build that comes with Adobe Flash Builder Burrito). ${compiler.fork} is set to false, to avoid an issue with the SDK and the source files being in different logic drives.

View 1 Replies

Windows :: Flex - FileReference: Loading A Windows-locked File?

Mar 8, 2010

I'm using Flex in Flash Player 10 on Windows, using FileReference to load a file into memory, as below.My issue is that when a file is locked by Windows, my FileReference is not giving me any feedback that the file is inaccessible--it simply never dispatches any events after my calling load().Does anyone have insight into how to tell that Flash Player is unable to open the file?

var fileReference:FileReference = new FileReference();
private function onClick():void {
fileReference = new FileReference();
fileReference.addEventListener(Event.SELECT, onSelect);

[code]....

View 1 Replies

Windows :: Flex - Adobe Air - Lauch Windows Virtual Keyboard Osk.exe

Nov 25, 2011

From an Adobe Air application, I need a function to launch the Windows Virtual Keyboard (c:windowssystem32osk.exe). I tried the Native Process, but it didn't work when telling it to execute cmd.exe /C osk.exe. How should I launch the keyboard application from an Adobe Air application?

View 1 Replies

ActionScript 2.0 :: Background Clicking Through To A Layer Below Error?

Dec 6, 2009

I designed an all flash website and coded in AS2 and when someone clicks to play a movie in my Commercials section, I fade in a solid black background (which is a Symbol - Graphic) and the video (FLV) plays. I noticed that while the video is playing if you click on the solid black background it clicks through to the layer below and sometimes you can click on another button/video. I don't understand this because shouldn't the solid black background which covers the whole screen prevent this click through? Is there some sort of code or something I need to tell the solid black background to not click through.

View 2 Replies

Link Flash File To Link To Dreamweaver Page?

Jan 11, 2010

i have created a flash animation for my homepage, i want to make part of that flash animation a "enter" button so when clicked would go to my page 2 on my website.

i have never done any script before and only used dreamweaver on a mac. is there an easy way to create this button to link to my next page and to stop my file to stop looping?

View 1 Replies

ActionScript 3.0 :: Get The Link To Internal Page Not Open Link As Pop Up?

Jun 10, 2009

I've created a flash naviagation menu and currenlly my links will open a pop up window.  I don't want this.  I want it to open the link in the same window.  Here is the code for one of the links:
  
var home:URLRequest = new URLRequest("index.html");
function homeDown(event:MouseEvent):void {    navigateToURL(home,"_self");}
button_home.addEventListener(MouseEvent.CLICK,homeDown);

View 1 Replies

Windows :: Flex - Air - Alwaysontop - Does Not Work In MAC But Works In Windows

Aug 29, 2009

i setup alwaysOnTop="true" in mx:WindowedApplication alwaysOnTop="true" tag. but this does not work in MAC but works in windows.

View 1 Replies

Windows :: Embed Windows Media Player In Flex?

Aug 24, 2010

I have a mp4 file which is to be used in an application. Currently i am in the stage of figuring out the technology to be used for this job. I am familiar with flex and am hoping that i be able to use it for the application. But i can not figure out a way to play the file in flex. I have been able to play the file only in windows media player and that required the installation of three codecs : Mp4Audio.ax, Mp4Video.ax, Mp4Src.ax.

As i see it, it will be very convenient if i could embed a windows media player plugin in flex or i could specify the audio and video codecs in the flash player

View 1 Replies

Windows :: Create A Windows Projector .exe From Flex Application Using A Mac

Feb 6, 2012

I have a flex application (.swf) and want to create a projector file. When I choose File-> create projector I get the .app file because I work on a Mac. I know I can create both projector formats for windows and mac using the export feature in Flash Professional. But this is not an option since it's Flex.Is there any other way rather than switching to windows to create the file?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved