Flash :: IDE - Gallery - When Click Next And Then Go Back The GetURL Function No Longer Works

Mar 5, 2010

I have a flash gallery in side my movie I have a next button and a prev button that works just fine. The issue I am having is when you click next and then go back the getURL function no longer works. It might be easier to view the issue. here is the link [URL]

View 1 Replies


Similar Posts:


ActionScript 3.0 :: AddEventListener In A Function No Longer Works

Apr 23, 2011

Should that be avoided due to local scope factor? function resizeDisplay() below no longer works

[Code]...

View 4 Replies

Professional :: GetURL Function - PDF Not Opening On A PC On First Click?

Jul 14, 2010

I have a simple Flash button with the following script attached:

on (release) {
getURL("http://URL/sample.pdf", "_new");
}

And I've also tried this:

[Code]...

my client (Who uses Firefox, on a PC) has to click on the button twice to view the PDF. The first time they click on the button, they have to close the blank window that pops up and then click on the Flash button again to view the PDF. It opens fine the second time. Is this just a PC problem? On my Mac (Safari) it works fine, but (Firefox) seems to want to save the document before I can view it.

View 3 Replies

IDE :: GetURL No Longer Supported?

Sep 4, 2009

I have my swf in an iframe called 'nav', and when clicking on a nav button I want to change the contents of 'main'

Here's my frameset:
<frameset cols="120,*" frameborder="NO" border="0" framespacing="0">
<frame name="nav" src="nav.html" scrolling="NO" noresize>
<frame name="main" src="welcome.html" scrolling="NO" noresize>

[Code].....

View 1 Replies

Flash 9 :: GetURL On Keyframe - One Works The Other Does Not?

Aug 13, 2008

I have 2 'getURL' functions on one keyframe, one a text (converted) button, the other an image. They are both next to one-another however only the text (converted) one works. The top bit of code is the text (converted) button:

bt_url.onRelease = function (){
getURL("[URL]","_blank");};
bt_ethicaltrading = function (){
getURL("[URL]","_blank");
};

The code for each is exactly the same, I have checked instance names, tried different url's and even created an invisible button for the image based one. I have also tried putting the buttons on the same layer.

View 4 Replies

ActionScript 2.0 :: Photo Gallery - Back And Next Function?

Feb 25, 2011

I want to add two buttons in as2 for a photo gallery. The funtions must be: go to next picture or go back. I've created my buttons "imageBack" and "imageNext".I'm not familiar with scripting and I need to create the script that does this operation.The current status of the gallery is this script that enables to go on the next image when i click on the image but i have no options to go back

HTML Code:
over.onPress = function() {
if (pic<total-1) {

[code].....

View 2 Replies

ActionScript 3.0 :: Function Works Only On The Second Click

Dec 14, 2010

I created what I though was a pretty simple function for a mouse event listener. The funtion goes to a frame in the current movie clip as well as the parent movie clip. For some reason however the first time you click the button, it only effects the parent movie clip. When you click on it the second time, both movie clips are effected. Here is the script,

[Code]....

View 2 Replies

Actionscript 3.0 :: Any Value StartDrag No Longer Works?

Aug 3, 2009

I just ran into something pretty interesting, if i attach a sprite and then call startDrag it works great, however.if i set the sprite to say a rotationY of 20 or any value the startDrag no longer works? any solutions to this?

View 6 Replies

Professional :: Publishing A Projector No Longer Works?

Feb 19, 2010

I've been developing a fairly simple presentation in CS4, AS3, OSX, which runs as a standalone projector.Everything was working for a while, but now for no apparent reason, any file I publish as a projector starts the Flash Player app, but the projector does not appear or play.Older versions that I had already published will play correctly, but if I re-publish them they do not work any more.

View 2 Replies

ActionScript 3.0 :: GetURL From Flash 3.0 To XML Photo Gallery?

Jul 11, 2011

I'm using a template to redo my site, since im too lazy to redesign my own. What I would like is when the full size image is loaded, there is the ability to click on the image and it will open up a URL in a seperate window. Just not having luck with it.Anyway, here is the script that I would like to have Flash load the URL added from the XML file.The MC that the photo loads into is "flashmo_photo_area"

ActionScript Code:
// Copyright flashmo.com
// Developed by Min Thu

[code].....

View 2 Replies

ActionScript 3.0 :: Event Listener Removal - Button No Longer Works

May 31, 2009

Whenever I remove an event listener to a button then that button no longer works. Does it cause memory leaks to not remove these listeners.....come to think of it I have about 30 eventListeners that I cannot remove otherwise the application ceases to function correctly. Is my application a memory black hole? How should i proceed with garbage collection?

View 3 Replies

ActionScript 1/2 :: Button No Longer Works When Inside A Movie Clip?

Nov 11, 2009

I have a button in a Flash project I've made. It's used to jump to another place on the root timeline, labelled "Why". It used to work perfectly.I have now placed the button inside a movie clip (it has to be in an animated sequence), but now it no longer works. It appears to work fine, the rollover state works and all. But when clicked it does nothing.The code I use to work the buttons goes on the main timeline, the code for this button is:mc_anim_backdrops_menu.btn_subsection1.onRelease = function() { gotoAndStop("Why"); _global.swfloaded = "";}Why does it no longer work? and what can I do to fix it?The question is posted here over at Experts Exchange URL...what we've tried there is tracing the problem. The code seems to be pointing to the right place, but none of the actual function works.. as you'll be able to see if you open up the attached file (and change it's extension from .txt to .fla to get it working)

View 3 Replies

ActionScript 3.0 :: Browser Cache Ignore No Longer Works After Windows Update

Nov 14, 2008

Just thought I'd share that after the windows update I did this week, the browser cache blocking trick described in many places where you put ?r=<randomnumber> at the end of a URL no longer works. Not exactly sure what happened, but it now causes a URL not found error, at least for me when I'm loading local files off my disk.

This thread talks about the cache blocking trick:

[URL]

View 1 Replies

ActionScript 3.0 :: Display List Referencing - Code No Longer Works And Get An Error?

Jul 16, 2009

I have a container movieclip called cont_mc then inside that I have a series of pins which are called pin1_mc then inside the pins I have a final movie clip the size of the pin head to act as the hit state.You can see what I talking about here: http:[url]... Before I had the pins in the container movie clip I was able to bump them to the top of the display list using this code in the on over function.this.setChildIndex(event.target.parent,this. numChildren-1); Now I have wrapped them in the container mc this code no longer works and I get an error, must be a child of the caller?How can I change this?

View 5 Replies

ActionScript 3.0 :: Changed Default Linkage To Merged Into Code - Firefox No Longer Works?

Sep 17, 2010

Changed AS3 defualt linkage to merged into code, and now my flash file will not load into firefox. It works fine in Chrome, but IE8 and firefox site at frame 1 of my movie, and no code is executed. Works perfectly in chrome. What do I do?the reason i changed to merged into code is because i made an imbeded preloader, and using preloader method as custom preloader loop and setting default linkage to Runtime Shared Library (RSL) borks the file.

View 13 Replies

Media Server :: 'Connection Error' Sample RTMP Video Used To Work, Now No Longer Works?

Sep 12, 2010

I had FMS 3.5 developer package installed on my server installed about a month ago. I used to be able to go to the /webroot/ page to see the sample RTMP video play and it worked great. Today, I go to view that page and find that it no longer plays. I get "Connection Error. Please preee Play to try again."

Pressing the play button does nothing, so I click the RTMP thumbnail and it reloads ony to give me that same error again. I can click the HTTP thumbnail and see the video play just fine. But, I want RTMP and after over an hour on the phone with my managed hosting tech, we can't find anything wrong.

Here's the thing: I haven't done anything, I have not changed anything, I have not manipulated the server software whatsoever. It just stopped working and gives me "Connection Error."

[Code]...

View 6 Replies

ActionScript 2.0 :: GetURL Works On Firefox (mac And Pc), Not On Other Mac Browsers

Jul 13, 2011

I have flash files on a page which load and play a sound file, then advance via getURL javascript to the next page when the sound file has finished playing (i.e. the movie is non-interactive, maybe this is part of the problem).

On firefox - both PC and Mac - it works just fine. On Mac Safari and Chrome at least is doesn't seem to do anything, but the same javascript works fine when I issue it to the browser manually.

the getURL statement

Code:
getURL("javascript:document.getElementById('NextButton').click();");

1. In the html I have used OBJECT with nested EMBED. With all the browsers that I tested, this worked fine, as did having only the EMBED code

2. I have used the allowScriptAccess parameter correctly in both cases (always), and the swf is hosted on the same subdomain as the survey engine too...

3. I'll check now if a simple alert() is displayed

View 0 Replies

ActionScript 2.0 :: GetURL Command Only Works On Www And Not Http://

Jun 1, 2010

When i open my page like this : www.mypage.com, the buttons work fine, and when i click them, they go to the wanted url...

But if i open my page like this : http://mypage.com, the buttons still play the over animation, but when i click them, nothing happens..

This is my actionscript code :

on (release){
getURL("http://www.mysite.com/link.php", "_self");
}

View 1 Replies

ActionScript 3.0 :: Make It So When You Click On A Back Folder, It Slides Off The Screen And Come Back In Front Of All The Folders?

Jan 13, 2009

I have a project (see attached) where I need to have the folders seem like they are floating in space, and I need the best way to make it so when you click on a back folder, it slides off the screen and come back in front of all the folders.

View 2 Replies

Flash :: Use A Question Mark In Actionscript 2.0 With GetURL Function?

Feb 20, 2012

Actionsctipt code:

on(press)
{
getURL(escape("address.html?0"));
}

This works absolutely fine in Internet Explorer but in Chrome in the question mark is obviously made into "%3F". how I can stop this from happening and still keep it compatible with IE and other popular browsers?

View 2 Replies

ActionScript 3.0 :: Click On The First Button Loads Ok But When Click On Second Still Showing The First Movie Clip In The Back

Dec 14, 2011

I have read all threads and can not find a solution but i am not somebody with a lots of knowledge about actionscript so here is my problem i am using this script .

[code]....

the problem is that when i click on the first button loads ok but when click on second still showing the first movie clip in the back ,,,,, i have try everything without luck ,,,, i guess i need to keep reading but will like to find an answer to this situation ,

View 3 Replies

ActionScript 3.0 :: Flash Custom Right Click Menu Works?

Jun 24, 2010

When I click simulate download my custom right click menu only appears once the movie has loaded. I have a layer called "actions" that contains this code:

Code:
var myMenu:ContextMenu = new ContextMenu();
myMenu.hideBuiltInItems();
this.contextMenu = myMenu;

How can I make it so that my custom menu works while it's preloading?

View 2 Replies

ActionScript 1/2 :: Click Back To Previously Click Checkbox To Deselect?

Nov 18, 2009

Here's the scenario, I have 4 checkboxes I want to select all an so all check appears, but then I want to click back to previously click checkbox to deselect.

View 5 Replies

ActionScript 2.0 :: Pass Flash Variables Through A GetURL Javascript Function Call

Dec 2, 2009

How To Run A Shadowbox Gallery From A Flash getUrl function Call..

This Is What I Have In My Flash:

btn1.onRelease = function() {
getURL("javascript:MyGallery([page1,app1]);", "_self");
}

I want to be able to declare my arguments in flash like so

var page1 = {
title: 'Google',
player: 'iframe',

[Code].....

View 1 Replies

Professional :: Created Button For Website But "getURL" Only Works When Test In Flash, NOT Website?

Feb 12, 2010

am i publishing the movie incorrectly? It works great when I preview the flash file (cntrl+enter), but after I publish it and insert it into the html (in dreamweaver), the file shows up and animates perfectly, but when clicked, no link... It doesn't do anything

View 3 Replies

ActionScript 3.0 :: Click On The Red Button And Click Back And Previous?

Jul 26, 2010

I am trying to work out this issue in as3 and I'm sure its simple but can't seem to get my head around it. If anyone can see a sollution I would be very happy to hear from you. [URL]..If you click on the red button and click back and previous you will notice that the speed it goes back when you click previous is much slower the further through the slides you go?

[Code]...

This is a simplified version on the code, I'm sure its in this chunk somewhere.

View 4 Replies

ActionScript 2.0 :: Flash / XML - GetURL Function - Hyperlinks In Menu Will Only Open Windows On A 'parent' Level

Sep 15, 2004

I've messed around with XML+FLASH menu systems (downloaded from various Flash resource sites) on a novice level . As in, I know how to modify the XML file to have the content I want and where to rename the XML file in the FLA if need be. But I've never had to actually manually modify any functions within the FLA before. I'm really green when it comes down to diggin' within the Flash coding. Anywho, I came upon this really nice horizontal/glide menu from a way talented flash guru who was nice enough to share his source files with me...

[Code]...

View 14 Replies

ActionScript 1/2 :: Pausing A Function - Unpause It When The Two MCs Are No Longer Touching?

Jun 15, 2010

I have a hitTest function that keeps checking if two objects contact each other. I'm currently using the following code:

function checkOverlap():Void {
if(doorHit.hitTest(player)){[code]....

The message1 MC has a bunch of links that do stuff within the message1 MC, but because the interval keeps running it keeps resetting the message1 MC. Is there any way to pause the interval for as long as the player MC is in contact with the doorHit MC then unpause it when the two MCs are no longer touching? I've thought about making it so that message1 is already on the stage but outside the viewable area. The hitTest function would then move the message1 MC back and forth. But, I want to figure this out so I can also pause functions when the movie moves to a different frame then unpauses when it comes back to the frame with the hitTest. So, is there a way to make this work?

View 10 Replies

ActionScript 2.0 :: Force Click Or OnMouseOver To GetURL?

Feb 22, 2009

are there any simple Sleep(1000) type of functions in the ActionScript 2.0..??

View 9 Replies

ActionScript 2.0 :: GetURL - Open Two URLs From One Click?

Jul 16, 2005

having a button open two URLs from one click? How would I modify this to make it work?

[Code]...

View 2 Replies







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