ActionScript 2.0 :: Portfolio Popups Not Loading In IE

Sep 3, 2007

I am a young designer working on my portfolio website [URL]. Each TV (apart from a broken one) has a pop-up window which loads a section of work. This works fine with firefox but sadly the pop-ups dont load in IE. The script I used to load the pop-up can be found at: [URL].

View 1 Replies


Similar Posts:


Slow Loading Portfolio Website

Jan 4, 2012

Somehow through tons of research I've been able to make myself a flash website which features my work. There is one big problem, my site loads really slow and I'm afraid I'm loosing all of my potential clients who probably won't wait for it to load.

Here's my website url: [URL]

I'm hosting with hostgator if that matters at all, I've also optimized the images.

View 3 Replies

Flex :: Different Set Of Popups For A Different Tab?

Oct 3, 2011

Suppose, I have a tabbed application. Can I make Popup window to appear in a given tab only? So, if I change a tab, the related popup(-s) hides. So far, I haven't found any solution for this.

View 1 Replies

ActionScript 2.0 :: Popups Being Blocked In IE?

Dec 8, 2008

I am using AS2.0 and SWFObject to integrate an audio player into a website. I have built a button that launches the player into a seperate window so that people can surf the site and listen to the music simultaneously. There is only one problem!! In IE the window is being block by the browser's inbuilt popup blocker. I have tested other sites that feature similar functionality and popups are not blocked!?

Has anyone experienced this issue before and do you have a workaround?

Site I am referring to = [URL] An example where popups are not blcoked = [URL]

View 3 Replies

ActionScript 2.0 :: Draggable Map With Popups?

Mar 17, 2009

I'm working on a project that requires a draggable map that has buttons that popup onrollover. Inside the popup will be a brief discription and and link that should carry you to another part of the move. Problem is, I don't know how to deal with the fact that buttons/rollover have become "inactive" because their in my draggable map. I am using startDrag for the map.

View 1 Replies

Professional :: Display Popups On Mouseover?

Feb 26, 2010

I need to create a Flash solution that will display popups on mouseover. My Flash skills are rusty but I have access to [URL]. identifying the mouseover technique that is probably being used in this Citibank Flash object.

[URL]

View 1 Replies

Flex :: Remove All Popups In Application

Mar 15, 2010

How can we remove all the popups existing in an application?

View 3 Replies

ActionScript 2.0 :: Add Popups To Gallery Component?

Jun 15, 2006

How you can add popup functionality to the gallery component at mr10.net.

View 1 Replies

IE Blocks Popups & Restarts Flash Movie

Jun 24, 2009

so I have buttons that launch a new html page via: getURL("xxxx.html", "_blank");but users have to approve Internet Explorer (and the like) to approve popups.. when they do it restarts the flash movie - namely restarting the whole site. Are there any workarounds? do i have any options?

View 2 Replies

Flex :: Close X Number Of Popups One By One According To Their Visibility?

Jul 22, 2010

Lets suppose, there are 4 popups in my application and a viewer presses Escape once. Now i want application to close the popup which is on the top. I dont know how to accompish this because i dont know thich popup is to the front right now.

View 1 Replies

ActionScript 2.0 :: Make 2 Javascript Popups In Flash?

Feb 6, 2009

I need to make 2 javascript popups in flash. Easy enough right? Well I can't get them to work for some reason. Maybe because I can't realy test them at work because believe it or not I don't have access to a server or a strong enough connection to the net to get on mine. so here is my code:

b1.home_btn.onPress = function(){
getURL("javascriptpenNewWindow('link','window1', 'scrollbars=1,width=600,height=900,left=0,top=0') ");
};

[code]...

Here is the html that I have put in the html in each popup:(I have tried each of these to see if one will work. I'm not sure which is right)

<SCRIPT LANGUAGE=JavaScript>
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}

[code]...

View 8 Replies

ActionScript 2.0 :: Auto-resizing Dynamic Img Popups With JS

Oct 4, 2005

out with autoresizing dynamic img popups with javascript.

View 14 Replies

ActionScript 3.0 :: Stop Debug Popups With Uninstalling Debugger?

Oct 11, 2010

I have my flash set to log any errors to the flashlog.txt that's found in the macromedia fileThe above is all working fine.But even though it logs my errors it still throws up the flash debug popups.I don't want my users to see these pop ups.Instead I only wish to be able view the flashlog.txt to see what errors have occurred over time.Is their away of doing this?Are their any other variables to be added to the mm.cfg?Anything else I can do other than...ErrorReportingEnable=1TraceOutputFileEnable=1

View 2 Replies

Flash :: Android Web View Get Shrink When Keyboard Popups

Jan 13, 2011

When i am calling the url [URL] in my Android app webview.

Whenever i tap on textbox the layout get shrink while it didn't shrink on default browser. and keyboard popup on top of browser.

How can i message to keyboard to popup on top of browser or browser should not shrink itself?

View 1 Replies

Flex :: Make All The Popups Retain Their Functionality After The One Before Is Closed?

Aug 5, 2011

I have a for loop that I'm trying to display multiple popups with.

I seem to have multiple popups appearing on the screen, but after I'm done and close the top popup all the buttons on the others below it seem to stop functioning.

How can I make all the popups retain their functionality after the one before is closed?

Here's the code that I'm using to add the popups:

reminderadd = reminder_add(PopUpManager.createPopUp(this,reminder_add,true));
reminderadd.postpone_button.visible = true;
reminderadd.title.text = "Reminder - " + remindernum;
reminderadd["add_button"].addEventListener("click",reminderUpdate);
reminderadd["cancel_button"].addEventListener("click",reminderDismiss);
PopUpManager.centerPopUp(reminderadd);

View 1 Replies

ActionScript 2.0 :: [fmx] Javascript Popups From Within A Dynamic Text Field?

Mar 22, 2004

I am trying to make a dynamic text box with a javascript popup menu command on bits of the text. I have looked through many tutorials and searched this forum and have not found what I am looking for so I had to ask... at the moment my code for the text in flash is:

[Code]...

I get actionscript errors on the tempURL becuase there are too many quoteation marks, not sure how to overcome this problem...i dont even know if what i am doing is possible. I have made the text box on the stage do HTML tags but i cant set the tempURL up right. I have a workaround which just involes me putting the text directly on the screen it's just that I wont always be able to do that...basically if it can be done this way it'd be grand!

View 2 Replies

Actionscript 3 :: ExternalInterface / NavigateToUrl Popups Blocked When Called From SetTimeout?

Sep 19, 2010

The Symptoms: pop ups intermittently blocked/let through from external interface and navigateToURL combinations.The Problem: Flash (or the browser..not sure) wont let pop ups be triggered outside of a time range and/or an event duration.The Environment: I have an app that needs to send data via zendAMF, do some processing and be sent back to the flash player. On the response, if certain conditions are met true - then trigger a pop open window. The same code that gets blocked on response, works directly from a mouse event trigger.So i set up a basic situation: 6 buttons, calling 3 methods. 3 buttons would call the method directly (all open the window perfectly) the other three would get the value of a numeric stepper, and use setTimeout(openWinMethod, NumericStepper.value) to simulate a delayed call from the zendAMF response.

UPDATE : if i select the 'navigateToURL, no delay' button first, close that window, then try any of the other delay calls - they work. its like the browser accepts that you have clicked to open a window at some point and therefore are allowed to call from a delay then on. (firefox only)All three using the delay would be blocked (firefox and chrome) whereas all three directly would open.afari - as well documented, would only work on the 2 methods using navigateToURLf interest: the js function in the html wrapper would be called be external interface to open a window. Without a delay this worked. With a delay, the js function would be called (as verified by some alert statements) but a new window was never spawned./popup/

here is my as3 class:
package
{

[code].....

View 1 Replies

Javascript :: Get Window.Opener Handle For Popups Opened Within From Flash

Feb 24, 2011

I have a webpage (popup) with flash content. When a user clicks a button inside the flash content, it opens up another browser popup window. Next, I need to close the window with flash content from the newly opened popup window through javascript.

The problem is that the window.Opener is null as the popup is invoked inside from flash content. Moreover we dont have access to flash (.FLA) file.

View 1 Replies

ActionScript 2.0 :: Popups - Parameter Specific To Macs That Excludes The Location Bar?

Nov 14, 2003

I recently created a web site that has a popup window with a Quicktime .mov embedded in it. [URL] The popup has parameters set so that it has no borders, scroll bar or address field. It looks fine on my PC in IE, however... on my clients iMac, the popup opens with an address (location) field. Needless to say, this is unacceptable to my client. Is there a parameter specific to Macs that excludes the location bar? Or a resource that lists the window parameters for all browsers and OSs?

View 1 Replies

ActionScript 2.0 :: XML Photo Gallery With Grid And Centered Popups From Thumbs?

Aug 7, 2007

I've built an xml gallery with thumbnails only, layed out in a grid, and am trying to link each thumb to a centered popup. I'm getting a centered popup when clicking the image, but instead of the page loading inside, I'm getting an error message: Not Found. The requested URL /tas-dp_new/undefined was not found on this server.Here is my actionscript:

Code:
cliparray = [];
columns = 6;[code].....

View 2 Replies

Flash :: Flex PopupManager Share And Center Popups For A Whole HTML Page?

Feb 28, 2011

I have to put multiple Flash movies on a page and I'd like them to share modal popups, so that access to the entire page is denied while a popup is active. I can do this via Javascript and create HTML popups via the ExternalInterface class, but I would love to be able to do this entirely in Flex using the PopupManager class.

Note: This is not for any evil purpose. I just need to make sure none of the other movies' buttons are clicked before the user responds to the first thing they clicked. Also, some of the movies are quite small and can't contain some of the popups they require.

View 1 Replies

ActionScript 3.0 :: Switching AddChild() Parents - Pictures To Appear As Popups However To Add The Child From Inside The Movieclip

Aug 21, 2009

in my last flash website i built, i created a gallery, my way of creating pages in flash are to have a movieclip as a page, so to make it easier to switch between the paged (page switching functionality is purely done in AS3). the gallery was a problem however, i needed the pictures to appear as popups, however to add the child from inside the movieclip, any masks i use would prevent the popup from leaving the immediate area of the page. so to get around this problem i basically used: MovieClip(root).addChild()

in my opinion this was a mistake, because it created other problems. the problem was that the popups are still connected to the page, even though they are outside of it, which meant that using removeChild() to switch from the gallery, meant that any popup that were still active, 'DIDNT' dissapear, and worse than that, because the page was removed, the popups lost any AS connected to them, which meant the couldnt be removed at all.

[Code]...

View 2 Replies

ActionScript 2.0 :: Scrolling Movie Clip With Buttons Inside Set To Hyperlink Popups - Content Disappears

Nov 9, 2007

when I leave a window with flash content, in this case, a scrolling movie clip with buttons inside set to hyperlink popups (only 1 hyperlink is set so far): [URL] the flash content will disappear. So if I go back to the window, I have to reload the page to get the flash to appear again. Same thing happens if I minimize the window, when I bring it back up, no flash, and I have to reload the page. The menubar with the boxes at the top is flash as well (different swf) and that doesn't have this problem.

View 2 Replies

ActionScript 2.0 :: Trying To Be Clever With Portfolio

Nov 15, 2006

But need help at this point! Can't get both galleries to work in harmony they load in but only one functions properly Zipped up the source [URl]..

View 2 Replies

ActionScript 2.0 :: How To Make A Portfolio

Mar 31, 2007

how to make a portfolio like [URL] I really want to make a portfolio that I can upload easy with maybe just a couple of XML code or such.

View 8 Replies

IDE :: CS4 Buttons - Make A Portfolio

Sep 5, 2009

I'm new to this CS4 world and I can't make my buttons work...I'm trying to make a portfolio. I have a button created named "books". I created a new layer just to insert the AS of that button and to stop the movie clip...the button is inside that movieclip.
Here is what that layer contains:

[Code]...

EDIT I took off the ":void" part and the compiler doesnt show me any errors. But still it doesn't go to the "design" frame.

View 2 Replies

ActionScript 2.0 :: [FMX] Make A Portfolio?

Mar 29, 2004

I'm trying to make a portfolio. Nested in the mc portfolio are 15 other mc's. site_01, site_02, site_03 etc. When the portfolio button is pressed mc_portfolio is going to frame 2, where the 15 mc's are located. But I don't want them to appear all at ones! I want them to appear with let's say .5 of a seccond pause in between each mc.

View 5 Replies

ActionScript 3.0 :: Xml Portfolio Multiple Images?

Jun 28, 2009

I kinda got a problem with my xml portfolio image loader. I want to load multiple images and the images have a thumbnail and a big image. loading the thumbnails works, but what do i have to write in the mouse down handler to let it work right? since i really got no idea how to pick the right image :Othis is how my xml file looks like:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<portfolio>

[code]......

View 1 Replies

Best Dimension For Photography Portfolio In Flash?

Feb 27, 2012

What ist the best dimension for photography portfolio in Flash?I would like to make my portfolio website with my photographs.

View 3 Replies

Web Portfolio - Reusing Thumbnail Buttons?

Jun 21, 2009

I am doing a web portfolio with thumbnail buttons that change the pictures. What is the best way to avoid having to make a new button for each new picture thumbnail? So resusing the button but changing the thumbnail picture in it and what picture it links to? Using CS4.

View 1 Replies







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