ActionScript 2.0 :: Add GetURL() In Flash Xml?

Feb 20, 2009

I want to add getURL() to flash xml gallery images.

at present my script is loading external images fine. but i need to give images hyperlink. [code]...

View 9 Replies


Similar Posts:


CS3 GetURL Is Blocked By Flash Player

Dec 27, 2009

I'm making a sort of portfolio movie using flash which I intended to use for directing to different locations in the Web concerning me; my already uploaded flash movies, sites, creations, projects, etc.

It quickly seems all my work till now might have been for nought: when I click on a link in my published flash so far, it displays this message:

"Adobe Flash Player has stopped a potentially unsafe operation.

The following local application:

(swf path)

has tried to communicate with this Internet-enabled location:

(link target)

To let this application communicate with the Internet, click Settings. You must restart the application after changing your settings."

As you can probably understand, I cannot expect visitors to my site to manually configure their player for every single of the tens of links I have in my movie. Is there any way I can convince Flash Player that my links are not potentially unsafe?? I am using Flash CS3 and AS2.

View 4 Replies

Seo - Is Flash's Geturl(...) Spiderable By Google

Jun 15, 2010

If I made a homepage with an embedded .swf which had buttons that linked to other html pages on my website using the getUrl() function, would those links be spiderable by google? Or should I also put in text links outside of the .swf (which would ruin the design a bit)?

View 2 Replies

Php :: Flash Using GetUrl To POST Variables?

Jun 26, 2011

I have been tyring to figure this out for a while now and no luck. I have some AS2 code below which works:

on(release)
{
var sendText = "../Flash/uploadVoteandFeed.php?";

[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 :: PHP Value To Flash Button GetURL

Sep 1, 2008

What I want to do is take the value of $MyState in the php code below..

PHP Code:

<?php
$MyState = $_GET['MyState'];
?>

[Code].....

I know that I need to do something with Loadvars, but all of the tutorials I've tried aren't working. how to get this php value into my flash file button's getURL?

View 3 Replies

ActionScript 2.0 :: Flash 8 GetURL Bug With \ In String?

Nov 2, 2007

We've recently been stumped trying to get flash to successfully getURL. The getURL was well formed, with a target of "_blank". Changing the URL to something basic e.g. blah.html worked just fine.owever, anything which has the following character combination within the URL string chokes & won't trigger the getURL:Code:getURL("a\b", "_blank");Obviously the backslash character is very rare in URL's but does anyone know of a way to make this work? Or is it just a bug within Flash 8 Professional?The actual paramterized url we were trying to pull up had ?blah=somethingsomethingelseetc within it. Originally we just pasted the URL in but the backslash was interpreted by flash to be a special character cue, changing e.g. 200 -> Euro symbol. thus we put \ to ensure flash knew we wanted to use a literal backslash character in the string.

View 1 Replies

ActionScript 2.0 :: Passing Variables From Flash To PHP With GetURL

Mar 28, 2011

I am just trying to pass some variables from flash to php with getURL
getURL("CompSummary.php?url3=" + url3, "_self");
URL33 keeps coming back as undefined

However I printed out url3 using dynamic text in the flash movie just to check it and it does indeed exist, and is defined. I also tried creating a string and passing that to getURL
var path = "CompSummary.php?url3=" + url3;
getURL(path, "_self");
still no luck.

View 5 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 2.0 :: Flash's Own GetURL-with-javascript Not Working?

Mar 8, 2007

I'm trying to use getURL to open a new window that will have a specified size.I downloaded Macromedia's own tutorial/sample code for how to do this using javascript and cannot get it to work.

Here's their code:

on (release) {
getURL("javascript:openNewWindow('http://www.macromedia.com','thewin','height=400,width=400 ,toolbar=no,scr ollbars=yes') ");
}

[URL]

Nothing happens when I click their button. I tried changing the target, still nothing. I also tried it in Safari and in Firefox with FF's popup blocker turned off. Nothing.

[URL]

View 3 Replies

ActionScript 2.0 :: GetURL Not Work In Flash Player 8

May 2, 2007

I use getURL to trigger new page, it works in flash player 7 (publish setting -> flash player version 7) but not works in flash player 8 (publish setting -> flash player version 8). Here is the code :

[Code]...

View 2 Replies

ActionScript 2.0 :: Opening New Window From Flash Using GetURL?

Feb 12, 2002

I have the following problem trying to open a new window from flash:

getURL(url, new_window, "POST")

What happened was that the first time I clicked the button, it opens a new window; but subsequent clicks seem to do nothing... No "post" is done and that window doesn't get refreshed.

View 3 Replies

ActionScript 2.0 :: Create A Button In Flash With A GetURL?

Feb 10, 2010

I would like to create a button in Flash with a getURL that can be easily edited by using an XML source.

View 1 Replies

Flash :: Created A Banner For A Friend Using The GetURL Command?

Feb 3, 2010

I wasn't quite sure where to put this. I created a banner for a friend in flash using actionscript 2 and the getURL command. When I go to embed it in HTML, the movie shows up and when you hover over it, it appears to link but when clicked it does not link. When I go directly to the .swf file it links, but not when I embed it. Is there anything special I have to add to my HTML to make the link work?

View 2 Replies

ActionScript 1/2 :: Defining A GetURL From An External XML File Into Flash

Feb 25, 2011

I'm stuck with defining a getURL function while loading an external XML file.
 
I have a Flash AS2.0 file and I've made it CMS driven. The content for everything in the SWF file is loaded from an XML file which resides on the same server. I've defined all other XML variables and I'm able to successfully parse them inside a holder MC I have in my Flash file. Some of the many variables I have are name, caption, thumbnail img, large img, etc... I've also defined the XML file with a 'Link' that points to a URL relative to each image it loads.
 
I'm unable to define the function in Flash to retrieve the URL from 'Link' parsing value stored in my XML file.
 
I tried defining a function called getLink in actions layer of my Flash file:

getLink = function () {
getURL('Link[ID]','_blank');
};
 
The ID is loaded in the beginning of the Flash file - based on the number of values available in XML file. All other functions work, except this getURL function.

View 1 Replies

ActionScript 3.0 :: GetURL - Launch A URL That Loads Up Another Flash Movie

Jun 6, 2008

At the end of my movie I want to launch a URL that loads up another Flash movie. In the past I would use something like getURL("[URL]"); how to perform this task in Actionscript 3?

View 3 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 2.0 :: Flash/Firefox Bug GetURL Loads Old Movie?

Mar 14, 2006

I have an interesting (and rather embarrasing) error occuring only in Firefox on http://www.northwestu.edu/report/06/. If you watch the presentation in Explorer, this is the proper chain of events:[URL]..I oversee this site and unfortunately we did not find this bug until after linking up this content to our home page.

View 2 Replies

ActionScript 2.0 :: Mailbutton In Flash (getURL) - Sends Mail?

Mar 23, 2002

How to make a button that sends mail. sumthin like getURL(mailto.... or sumthin?

View 6 Replies

ActionScript 2.0 :: GetURL And Variables - Flash Movie To Begin At Particular Frame

Aug 18, 2009

I have 2 buttons in a flash movie with the following codes. They open a new URL that also contains a flash movie and it sends the variable "nFrame" and a value.

Button1:
Code:
on (release) {
getURL("goats.html?nFrame=1");
}

Button2:
Code:
on (release) {
getURL("goats.html?nFrame=2");
}

When the new URL opens I want the flash movie to begin at a particular frame depending on what variable "nFrame" is equal to. I tried placing this code in the first frame to do it but it didn't work, the movie just loops and loops and doesn't stop at any frame.

Code:
if(nFrame=1) {
gotoAndStop("cheese");
} else {
gotoAndStop("wine");}
}

View 1 Replies

ActionScript 2.0 :: GetURL - Flash Header To Load A Page Into An Iframe

Mar 1, 2010

I have this code on my button in a flash header to load a page into an iframe:

Code:
on(release){
getURL("home.html", "mainframe")
}

And I have this code in my html document defining the iframe: Code:

<iframe id="mainframe" src="home.html" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>

The problem is, this works fine in google Chrome, but not in mozilla firefox or IE. So that eliminates the idea of it being a coding error on my part. Is there another way to do this that all three browsers will support?

View 0 Replies

ActionScript 2.0 :: GetUrl With Javascript Breaks When Publishing For Flash Player 8

Sep 28, 2006

I want to use getUrl to display a javascript alert. I've found an example that works perfectly, by using getUrl("javascript:alert('hello world')"); But that example is published for Flash Player 6, and the rest of my movie requires FP8. And if I go to publish settings, and select Flash Player 8 as target, the javascript is no longer executed.

It's not about the getUrl changes in Flash Player 9, I've also tested with Flash Player 8. If you want to try for yourself, the example I'm talking about is from [URL]..

View 9 Replies

ActionScript 2.0 :: Target Html Frame From Flash GetURL Flash8

Mar 18, 2007

Note: I rarely join forums or post threads, however, given the living hell i went through to figure this problem out I thought i would go ahead and post this for all others having my problem (in hope that you find this link and it solves your problem). Aim: using frames, I want to create a flash menu in the left frame, the buttons in the left frame should open up the target page into the (main) right frame. [in other words a normal frame based website that has a flash menu as the navigation for the site] Problem: When using getURL to open the page in the frame i.e. on (release) {

[Code]...

View 2 Replies

Actionscript :: Open Swf File In Stand Alone Flash Player From GetURL() Action?

May 26, 2010

I would like to open a separate swf file from with in flash, but by default, it opens the swf in a browser. I would like this file to open in a stand alone player not in the browser.How can I achive this? Right now I'm using the getURL() action. Is there a separate function for opening a file at a specified filepath?

View 1 Replies

ActionScript 2 :: Javascript - Google Analytics Flash Track GETURL #anchor

Nov 28, 2010

I'm trying to track a #anchor for example [URL] the anchor is being called by Flash AS2. how can i tell GA to track hits on this page? I tried the GETURL method in flash:

[Code]....

which apprently used to work, but since they've made changes this doesn't... during tests firefox navigated to a page with the url javascript:_gaq.push [URL] was strange. Do I need to even use flash to ask GA to track the anchor? Is there a way i can point GA to track all anchors that are part of my page?

View 2 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

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

Actionscript 2 :: Flash - Execute A GetURL() When The Enter Key Is Pressed Inside The Text Field

Aug 25, 2011

I have a search box in my flash file and I'm trying to have it execute a getURL() when the enter key is pressed inside the text field, but nothing is happening. Can someone let me know what the issue is?

[Code]...

View 1 Replies

ActionScript 2.0 :: GetURL - Flash Button When Clicked On To Open A Html Page In A I-frame

Jan 10, 2006

if i wanted a flash button when clicked on to open a html page in a i-frame how would this be done? what would the script be for this particulare action?

View 6 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







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