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


Similar Posts:


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

Flex :: Dynamic Filtering (like Google's Or Google Finance)

Jun 21, 2010

I wanted to put a search box in my flex app that would act just like google or google finance: you start typing and a drop down list just below starts filtering the results dynamically. Does anyone know how to do this in flex? I am using flex and php so as the user types it will pull results off the server dynamically.

View 1 Replies

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

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

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

Professional :: Google SDK In Flash 8

May 28, 2010

I'm trying to set up Google maps in my Flash 8 site (Win 7) I've downloaded the SDK but not sure which folder I should be placing the map_1_18 file.Have tried placing under the Components folder but still can't see it when I open Flash and check the Components libary.

View 5 Replies

ActionScript 3.0 :: Using Google API In Flash

Feb 17, 2012

I want to get input ZIPCODE from user and want to get distance from my Location
> user enter zipcode (home town location )
> send data to google maps
> return of distance from user's location to my location
Is that possible?

View 8 Replies

Google Adsense In Flash

Feb 26, 2010

I know its not possible to copy and paste the javascript code into Flash, because Flash won't do anything about it (or cause an error).But I do know the Google Adsense code generates an iFrame to show the ad. So I was thinking if I were to grab the iFrame source (the src attribute) and load that html page into Flash... maybe? So I guess my question would be is it possible to have Flash load an HTML page?I know there is MochiAds, but I would like to get a little bit more % of the $ :)

View 1 Replies

Flash :: Google Map Api In As3 - StyledMapType

Jan 11, 2012

I having null reference exception when instantiating StyledMapType

[Code]...

I have been trying to find solution and problem for hours.

View 1 Replies

ActionScript 3.0 :: Using Google Api In Flash?

Feb 17, 2012

I want to get input ZIPCODE from userand want to get distance from my Location> user enter zipcode (home town location )> send data to google maps>return of distance from user's location to my location

View 3 Replies

ActionScript 2.0 :: Google Ad Within Flash?

Dec 8, 2008

my flash file has different pages and on every page flip i want to track the hits using GoogleAd.. this is how i am trying to get it within flash:

Code:

onClipEvent (load) {
getURL("javascript:pageTracker._trackPageview('/filetrack/'+_root.currentPage.text+'.html');");
}

root.currentPage.text is the generated page number- but this does not seem to work- looks like within this getURL parameter i can not add any variables.. is there any other way to get the same result..

View 3 Replies

Flash :: Open Source Flash Based Spreadsheet Application Like Google Spreadsheets?

Oct 25, 2010

Is there any open source flash based spreadsheet application like google spreadsheets?

View 2 Replies

Creating A Store Locator Flash Movie Using Google Maps Flash API

Oct 19, 2010

I am trying to create a flash banner add that utilizes the google maps flash api to display a store locator tool similar to this: [URL]

I have been given an extremely tight deadline and am basically clueless on how to get these technologies jiving;

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







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