ActionScript 2.0 :: Xml Link Variable In GetURL?

Aug 24, 2007

i have a link setup in my xml attributes so that when i click a button it will use that link. ex. of xml

Code:
<song name ="Test Track 1" band ="Band1" file="test1.mp3" lyrics="http://www.theskooks.com" />

lyrics attribute is the link i'm trying to use for the button i have made an new rray and everything for it and then created on release functions to getURL from that attribute from the xml but my code doesnt work properly it doesnt get the url.

Code:
playlist = new XML();
playlist.ignoreWhite = true;
playlist.onLoad = function(success) {

[Code].....

View 6 Replies


Similar Posts:


ActionScript 2.0 :: GetURL To Intranet Link?

Aug 16, 2007

We did a Flash presentation for a client and at the end of the presentation we trigger a getURL command that is supposed to take them to their intranet. The client is saying "it isn't working", what that means I'm not sure. So I sent her the same link in an email and said click this and tell me what happens. She said "it worked".So my question is what could be causing this.

Code:
getURL("http://clientsite.com/page.asp","_blank");Could it have anything to do with A. The _blank targetB. Something to do with their servers that they aren't allowing people in from an "outside" link.

I'm stuck with this because it worked from the email.

View 9 Replies

Professional :: Can't Transfer A Button To A GetUrl() Link?

Apr 4, 2011

I try to create a flash menu; where every button on the screen operates as a simple getUrl() link. Because of this, I have taken the following steps:- Create new document.- Create a symbol on the canvas.- convert is into a button Symbol- Double Click the button and adding events for up, down, over by clicking F6 on each frame.- back in scene one, I right click the button and open the Action panel- Adding the Script: "on release { getUrl('index.html'}- Press ctrl + enter  to test the move ! ( index.html exists in the same folder as the flash file.)

View 1 Replies

Professional :: GetURL To Link To A Local Htm File?

Sep 23, 2011

Trying to set up a getURL to link to a local htm file, NOT a page on the internet. All the tutorials I have read tell me how to link to a file on the internet I'm trying to set up an intranet site for my training college where students can access training resources etc on the local network. Therefore my getURL needs to point to a local file, not one on the internet. I'm trying to link to a .htm file that resides on my computer. Does the htm file have to be in the same folder as the .fla file?? How do I do this?? I'm working on a Mac, Os X, MX 2004, if that makes any difference.

View 1 Replies

Data Integration :: XML Link - Calling Function To GetURL OnPress

Jul 5, 2006

I am creating a gallery type site, I am loading xml data externally creating duplicate movie clips and it all works fine, my only problem is I want them to go to a URL, I have one of the nodes with the URL and in my actionscript I am calling a function to getURL on press, the problem is on each separate movieclip it links to the URL of the last movieclip in the stack.

View 1 Replies

ActionScript 2.0 :: Basic GetURL Action [FMX] - Create A Link To Open A Webpage

Apr 22, 2003

I am creating a movie, and need to create alink to open a web page. My movie exists in a folder ("Flash") and I need to move up a level(out of that folder), and into another folder, (HTML) where the page I need to open resides. What would the path name need to be ie: ..HTML/default.html?

View 5 Replies

ActionScript 2.0 :: GetURL From Variable

Apr 4, 2005

I am loading in some text which is stored in a text object with the var name of jslink

I also have one button which upon press I would like to get the url of "jslink"

View 2 Replies

ActionScript 2.0 :: GetURL From Variable?

Apr 4, 2005

I am loading in some text which is stored in a text object with the var name of jslink

I also have one button which upon press I would like to get the url of "jslink"

View 2 Replies

ActionScript 2.0 :: Incorporate A Variable Into A GetURL?

Aug 21, 2005

how to incorporate a variable into a getURL like so -

getURL ("javascript:NewWindow=window.open('I want to insert a variable HERE','','width=600,height=500,left=0,top=0,toolbar=No ,location=No,scrollbars=No,status=No,resizable=No, fullscreen=No'); NewWindow.focus(); void(0); return false;");
}

I want to be able to generate a new window that just loads into it an image that's in the sites directory. I know it can be done in javascript, cause this code works in a html page

<a href="" " onclick="window.open('#fullSiteTextImage#/#uploadTextImageDirectory#/large_#strTextImageImage#','', 'width=600,height=500,noscrollbars'); return false;>

The green bit is a CFM variable, which contains something like flash/flash_images/image.jpg

So how can I do this from flash? I KNOW it can be done. It must be possible, someone please help me. The thing that seems to stuff it up to me is the fact that I have to enclose the getURLs URL parameter in quotes, so flash doesnt evaluate the variable.

View 6 Replies

ActionScript 2.0 :: Unable To GetUrl Variable?

Jul 29, 2007

I've been playing around and still can't get this to work. My thumbnail gallery is loaded dynamically using xml and I have a link included with each thumbnail but can't seem to get it to work to load the link with each thumnail.In xml I have:

Code:
<pic>
<image>http://www.yoursite.com/images/image1.jpg</image>

[code].....

View 5 Replies

ActionScript 2.0 :: How To Post Variable Using GetURL

Aug 11, 2007

Why am I not able to pass variable to PHP using getURL?I have this actionscript ...

Code:
var bb_debugcount:String = "4";
getURL("myserverpage.php", "_self", "POST");

[code]....

View 1 Replies

ActionScript 2.0 :: Add A Variable To A GetURL Javascript Function?

Jan 13, 2011

how to add a variable to a getURL Javascript function. I have; ActionScript Code: getURL("javascript:JavascriptFunctionNAme(ASVariableName?);"); It works fine when I replace ASVariableName with "1" or some other plain text.

View 5 Replies

ActionScript 2.0 :: Adding A Variable To A GetURL Line (correct Way To Code It)?

Jun 13, 2006

all I want to do is add a variable to a getURL line of code.EG:getURL("/index.asp", "_self");I need to add a variable (_root.myvariable) to the end of the link so that it goes to:index.asp?myvar=thevalueofmyvariable

View 3 Replies

ActionScript 2.0 :: Email Capture Form - GetURL Not Sending Variable

Mar 19, 2007

I'm trying to make a small email capture form, but I'm having trouble getting Flash to pass the email address to the server. I've since given up trying to use getURL and I'm simply trying to trace the variable instead. The form consists of a text box w/ instance name "email_txt" and a button w/ instance name "btnSignUp." the actionscript is placed on the button.

Here's PHP Code:
on(release) {
trace("email_txt says: " + email_txt);
// getURL stuff here
}

My trace statement reads:
Code:
email_txt says: undefined

View 5 Replies

ActionScript 3.0 :: Use Passed Variable As A Link?

Jul 25, 2011

Passing an XMLList to a function to layout text and link that text as a button.[code]...

So it displays fine but every link that is set up in the MouseEvent.CLICK is the last one that gets processed, even though it displays the text for every link correctly.

I have traced it inside and outside the MouseEvent and its all fine, but anytime i click any button it always goes to the one link (the last one processed)

View 2 Replies

ActionScript 2.0 :: Set Variable Using Html Link

May 22, 2003

say i have a flash file.. which checks the value of a variable... if the value is true then it does something and if the value is false it does something else.... my question is ,,... can i set that variable value... from a link to the html page which has that flashfile embedded in it

View 4 Replies

ActionScript 2.0 :: Link From Variable In Textfield?

Feb 14, 2005

I'm trying to get a variable that I get from a PHP-script to be a link in a textfield.

Right now I'm using an html tag to make a link to the information I want to display...

This works but I think its not good enough... I want to get a "rollOver" function on the Headline instead of a new line that says click me.

The following code displays in the textfield "content":

News

Headline <--Headline from the database
Teaser <-- Text from the database
Click me <-- Html link that displays the full text in a textfeild called "info"

[Code]....

View 4 Replies

ActionScript 2.0 :: Load A Variable Via IP Address Link?

Aug 8, 2008

I'm currently having a problem with loadVariables. Is it possible to load a variable in a text file into flash player via the IP address to the text file?

[Code]...

What I'm trying to do: I have developed Flash projects for a client Company that are run via flash exe's. These projects sit on a network server. This company is now concerned about the security of these projects. If someone should copy the files off the server they should not play. I thought of a solution that has a text file on the server with a variable that is loaded into the player at runtime. The link to this txt should be absolute, so if the folder is copied off the server and taken off site the flash player will no longer be able to find the network folder with the text file. Does this required php, asp etc? Or is there another way to load a variable into flash player from a IP addressed folder?

[Code]...

View 1 Replies

ActionScript 2.0 :: Assign A Link To A Variable In A Dynamic Textbox?

Feb 7, 2005

i recently made a streaming mp3 player in flash. im pleased with my work, but i have one problem. i wanted to add a way to download the song that is currently playing. im using xml as the playlist. right now, i have:

Code:
load_txt.text = (index+1)+". "+Songs[index].title+" - "+Songs[index].artist;

i want to be able to click on the text and download the current song. so:

Code:
load_txt.html = true
load_txt.htmlText = "<a href='Songs[index].url' target='_blank'>(index+1)+'. '+Songs[index].title+' - '+Songs[index].artist</a>"

that doenst work. i was wondering if there was any way to assign a link to a variable in a dynamic textbox.

View 2 Replies

ActionScript 2.0 :: Multiple Parameter Link Load In Flash Variable?

Oct 13, 2009

I want to load variable with multiple parameter link so i will load it in flash Like i have text file like it :

link1=mylink/youlink/ghe&ghik?dfds.blabla.html
link2=mylink/youlink/ghe&ghik?dfds.blabla.html

so how i can load it in flash?

View 0 Replies

ActionScript 3.0 :: XML Banner With Variable Link (Popup Blocker Bypass)

May 10, 2010

I'm busy with making a XML banner in AS3. It worked so far with the following code:
Code:
Select allvar xmlLoader:URLLoader = new URLLoader();
var xmlData:XML = new XML();
xmlLoader.addEventListener(Event.COMPLETE, LoadXML);
xmlLoader.load(new URLRequest("private"));
function LoadXML(e:Event):void {
[Code] .....

And it worked! It bypassed all the browsers popup blockers, but it brought in some new problems. Every time the .swf loops. The addeventlistener adds a listener. So if the .swf loops 5 times it will open 5 windows when I will click it. I've tried to use removeeventlistener but with no success so far. In the code without the popup bypass this problem didn't occurred. Probably due the new URLRequest. But I don't know how to use this in the javascript. The other problem is the string of the link. For some reason javascript deletes parts of the link when there is an question mark in it. Example:
If the link is [URL]
The link what will open is: [URL]

View 5 Replies

ActionScript 3.0 :: XML Banner With Variable Link(popup Blocker Bypass)?

May 3, 2010

PHP Code:
var xmlLoader:URLLoader = new URLLoader() var xmlData:XML =new XML(); xmlLoader.addEventListener(Event.COMPLETE, LoadXML); xmlLoader.load(new URLRequest("private"));

[code].....

View 2 Replies

ActionScript 2.0 :: Adding Code To HTML Link That Passes Variable Into Flash?

Oct 4, 2006

Is it possible to add code (...html or php?) to an html link (i.e the link will be featured in an html website) that passes a variable into the flash site it links to (just something simple like '_root.pageChoice = "home3" '? So when the site opens the swf turns to a certain page?This will be necessary as there will be links to the site from different html sites and each will need to see a different version of a certain page.

View 4 Replies

Hyperlink - Puting Other Link On The Flash Element With Internal Link Inside?

Mar 7, 2011

How to change a link inside the flash element? I have SWF file with set a link inside and I want to change to mine on the website. This thing I need to control the advertisment system.Trying this, but not working:

<style>
#content {
position: absolute;
z-index:2;

[code]....

But you need everytime to put top, left, margin-bottom parameters. Can someone modify it to make working correct without pointing top, left, margin-bottom parameters?

View 2 Replies

Actionscript 3.0 :: Create Html Link And Click The Link To Play Video?

Jul 13, 2009

i made a video player with the xml playlist , it's a video channel indeed, it's embed swf in html. but my boss would like me to put a link on the web, when user click the link, it would directly play the specific video inside the video channel. is it possible to do it without server side script but javascript?

View 1 Replies

ActionScript 2.0 :: Changing Menubar Link - Videos Link On The Menu Bar Go Straight To My Youtube Channel

Jul 20, 2009

I am new to Flash. I bought a template online a couple weeks ago, and for the most part have made all the changes to personalize the page. The page is for wedding videography, and came with a Videos section. However, I do not like the template video player, and would like to have the Videos link on the menu bar go straight to my youtube channel rather than to the flash player. Primarily all changes to the template have been made in a text.txt file, rather than the flash file itself. My question is, how could I change the link on the main page to route to my youtube channel? Here's what it looks like in the text file:

[Code]....

View 3 Replies

ActionScript 2.0 :: Make A Link In Loaded SWF Link To ITS Main Timeline?

Dec 17, 2009

I am literally at the end of my wick with this one! Here's the skinny, so to speak:

home.swf
products.swf
button line mc

[code]........

View 3 Replies

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

ActionScript 2.0 :: Link Input Text To A Variable And Output That Text To The Output Window Using Trace

Jul 22, 2005

I'm teaching myself ActionScript and the book I'm reading just got into input text capabilities. The book shows me how to link input text to a variable and output that text to the output window using trace. My question is: how can I display the text that the user input onto the actual movie. For example... if I wanted the visitor to type their name into the input text box and click Submit and then a phrase shows up with their name such as "Hold on Name, my site will be done soon." How do I reference that variable and have it actually display in my movie?

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







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