Professional :: Link In XML To Load Via AS?
Jul 14, 2011
Just finishing something out and have an XML file that loads info into a Flash file that I'm looking to have a link in. I'm honestly generally pretty much straight up HTML and CSS when it comes to web stuff, but XML seemed to be the way to go in this situation. Just curious how to add a link into the content area here[code]...
View 13 Replies
Similar Posts:
Feb 17, 2012
I have created a small application which takes it's information from an xml file and displayes it in a news ticker which is a flash Flash AS2 application. tell me the correct way to format the link tag in the xml if there is a standard when wanting to state a target for the link? The xml file currently looks like:
<newsTicker>
<item>
<header>Test Message 1</header>[code]....
So what I want to do is to be able to open the link in a taget=_blank window however adding that to the end of the url does not currently work.I have added a comma and also tried using a space, space and encompassing in quotes but none are working.
View 1 Replies
Jan 3, 2010
It´s possible to load a external swf with a link made from a file.txt?
View 1 Replies
Nov 2, 2005
Any easy way to load an image with xml and also have give that image a link?
View 2 Replies
May 23, 2009
I need to add a link when the flash and buttons load. Under symbol definitions i have button defined, and i have this in each button item:
onClipEvent (load) {
num=3;
}
How can i add a link to another page on my site? I tried doing this, but it did not help:
onClipEvent (load) {
num=3;
link = "aboutus.html";
}
View 6 Replies
Dec 3, 2009
I have been put in charge of building a website for my company as kind of a side job - so I downloaded a nifty looking template that I thought would be pretty cool to use.
The template consisted of a flash animation that was on top of a bunch of data, clicking the links in the flash animation however would load up another .html and would reply the intro of the flash _every_ _single_ _time_
View 1 Replies
Dec 4, 2009
I was contemplating which is the best or easiest way to create three texts with links an Internet site. One method is creating a static text in design mode and only show the static texts with hyperlink or creating all these programmatically by loading external texts and adding the link in code.I was thinking that to be more flexible and portable, creating the hyperlink to some texts programmatically is better but I'm not sure where to start on that. I know how to load external texts now but I'm not sure how to add hyperlinks to it.
View 18 Replies
Nov 23, 2009
I am currently checking if something is true or false at an external link. What I want to do is, integrate a "failsafe" function, so if the external link should be down I'll display something special. I'm not sure how to do this, but what I had in mind was to define x amount of seconds and if nothing has been received by that time, terminate the call to the link and do something else.
What I currently have is:
ActionScript Code:
var loadContainer:LoadVars = new LoadVars();
loadContainer.onData = function(resp:String){
if(resp.indexOf("true")!=-1){
//true
} else {
//false
}}
loadContainer.load("[URL]")
View 3 Replies
May 17, 2010
I am wondering what the AS code is to get a URL link in flash AS2 to open up into the new window that it already opened up the first time. Basically, I am making an online store. Once you hit the "Add to cart" Button, it opens the shopping cart up into a new window. ("_blank") Which I want it to. But now, when the shopper comes back to the window with the store in it and adds another Item to their cart, they now have 2 shopping carts open. I want it to refresh the shopping cart window that was opened the first time with the updated information, instead of opening an additional one everytime something new is added to the cart.
View 3 Replies
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
Jul 4, 2009
I am trying to load an image into a movieclip and a link for a button from a text file. How would I do this?The text file looks like this:
HTML Code:
&imageURL=http://www.domain.com/images/picture.jpg
&linkURL=http://www.domain.com/link.jpg
With a code like this or something?:
Code:
var photo:LoadVars = new LoadVars();
photo.load("photo_text.txt");
loadMovie("â„‘", carousel.photo.empty);
[code]...
but this didnt work.
View 5 Replies
Jul 26, 2010
I have a script that is a flash based scroller that takes the information from an xml file:There are scrolling thumbnails, when you click on them it takes you to a new url page. Only it's loading the url in the same window and I'd like for it to load in a blank or new window.Here's what I have now:
Script from FLASH:
filename_list = new Array();
url_list = new Array();
title_list = new Array();
[code]...
View 2 Replies
Dec 8, 2011
So I'll be honest, I am very new to Flash. I have CS5.5 and I am trying to animate some images that I made in Photoshop in Flash. I would like to use tools such as the Bone tool on them but I have gotten almost every error feedback such as "cannot be applied to stroke" and "cannot link bitmap" and "cannot link group objects". I have been messing around with it quite a bit. My file is .swf and I do ungroup it but now when I use the bone tool on it, the entire image turns white.
Previously I have had problems where the picture would not disappear but my drawing would move back a bit and I could only see it through the movable window given by the bone tool in the shape of my picture. Another problem was when I used the Bone tool, the image would split into four flipped sections and not stay together. I assume this had to do with when I tried to "break apart" my image, but something similar happened on an unbroken non-bitmap image.
View 2 Replies
Sep 21, 2010
I think there are probably three options:
Load the link in as a flashvar and allow the Flash to open the URI
Load the link into the Flash file using AJAX/AJAH and allow the Flash open the URI
Just have the Flash file call a Javascript function that opens the URI
Is one of these methods better than the other(s)?
I'm working in a CMS, so each method requires a different process to edit/control the link. In #1, the editor needs to open the Flash node and add the path to a flashvar. In #2, the editor just needs to add the path as an anchor with a specific ID to a page (or XML). In #3, the paths could be stored in many different ways. The links aren't known when the Flash files are created, so they can't be embedded in the Flash. Is there a performance/efficiency/compatibility/good reason to use #1 over #2 or #3, etc?
View 1 Replies
Feb 19, 2009
Basically, I built a flash site recently for the company I work for and I've never built a website before...
[URL]
I have it where the links in the header load an external swf for the content. What I want to be able to do is link to another page from within the external swf. As in, when you click a link it loads in the current frame, keeping the header.
View 0 Replies
Sep 19, 2009
I bought a third-party image gallery xml driven where images activate html links. I need the image, when pressed, to import an external swf in the same movieclip where the gallery is and not external html links.
here the xml code:
<content>
<title><![CDATA[<b>title</b>]]></title>
<image>images/02.jpg</image>
[Code]....
any image simple recall a html link, while I need to load in the same movieclip an external movieclip.
View 1 Replies
Feb 19, 2009
Basically, I built a flash site recently for the company I work for and I've never built a website before...
[URL]
I have it where the links in the header load an external swf for the content. What I want to be able to do is link to another page from within the external swf. As in, when you click a link it loads in the current frame, keeping the header.
View 2 Replies
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
Nov 18, 2009
I am making a flash site where one of my pages loads an external swf. In this external swf I have sub pages with links. My problem is when I visit a page from this external swf, and then go to a page from my main website (clicking my main time line buttons) and then go back to the page with the external swf i was previously on, the page would go to the last page i was on, instead of refreshing it back to the main frame of the external swf.
I made a small, simple example of what I am experiencing on the site I'm working on.
[Code]...
View 2 Replies
Jun 23, 2004
I want to get an idea on how the majority of people structure the flash websites they make.First, do most of you actionscripters, when creating a website, use a parent movie that holds the sites navigation and an embedded blank movie clip to load individual content pages? I get the feeling that is true because it saves a lot of space in your swf file.
That was the easiest question. Next, when you create a transition effect to keep the viewer occupied between loading different pages, how do you usually go about this?Assuming you have a blank movieclip in the main SWF to load individual page content.Do you have a movieclip animation that is called in the main SWF that is a layer above or masks the container movieclip which is loading the external content? Or, do you have the transition in the actual content SWF, with a transition in effect, midframe with the content, then transition out effect.
It seems the second choice might be a little more repetitive, but maybe a little more simple, then again, maybe not.My last question is not actionscript but javascript.I want to load my flash file from a link on an html page that launches a new window that is perfectly sized around the flash movie, with none of the menu bars and that works on windows(ie, netscape, opera) and MACs.As a secondary, if its possible,I would like to have the flash movie pop up into the center of the screen, right now it pops into the top left corner.Here is the script I have. It works for PCs with IE, but a friend that looked at it on her MAC had to resize the window:
Code:
<A HREF="" onClick="window.open('flashmovie.html', 'newWnd',
'width=750,height=400'); return false;">Try this</A>
The flash.html is the automatic html page that flash publishes your SWF file.
View 1 Replies
Aug 12, 2009
I have a flash project where I want when i click on a link it open in a movie clip.the movie clip is call mccontainer but i try doing parent.mccontainer but that did work.I am using CS4 the only document i found that was near to what i what to do is this but i try this but nothing is it different in CS4.so basically i want to click on a link that go to www.google.com but it doesn't open a new windows it load into a movie clip.
View 6 Replies
Feb 13, 2007
i'm attempting to resolve a problem with targeting. i would like to target multiple iframes from a link that has been pulled into a flash document. basically, the link needs to load a title and an mov file. the mov file has to be loaded into an iframe, but the title could be loaded into another dynamic text field.. i'm using a text file that is loaded into a dynamic text field. the link within the text file currently looks like this:
<a href="video/AlzyGramp.mov" target="videowindow" onClick="parent.titles.location.href = 'alzy.html'; return true;">Alzy Gramps</a>
but it doesn't work. is there a problem with flash htmltext reading javascript? i even installed the flashjavascript gateway.
View 3 Replies
Jun 3, 2009
how can i tell flash to pop a preloader after the user click the import image via link?
Code:
image_button.addEventListener (MouseEvent.MOUSE_DOWN, load_image);
// load image
[code].....
View 4 Replies
Jan 19, 2010
I am trying to link a different URL to each of my files in XML and use this XML in Flash were I created a carousel. In the carousel, when you click on a picture I would like to insert a specific URL. Each picture will have a different URL (http://------------).Here are my codes:
XML:
<icons>
<icon image="icon1.png" tooltip="Planning" />
[code]....
View 3 Replies
May 26, 2010
I have a simple button and in the "down" frame of the button I'm pasting a url Link under the options in the properties tab. For Target I selected _blank. This doesn't work for me. This was my second option after my first didn't work either. Its a really simple file and I can't figure out why it won't work. I am using Flash CS4.
View 6 Replies
Aug 12, 2010
i really want to know how to add link to your animation . well when i passe the mouse over my animation it stops and when i leave it the animation continue... but what i want when the mouse over the animation i want to click on the animation and to bring me to a link.
[Code]....
View 6 Replies
Oct 1, 2010
I gave my button an instance name of "O2Online" on frame 1076. I found AS3 code online and customized as follows:
[Code]...
View 6 Replies
Nov 5, 2010
Does anyone know how to link a pdf in flash? I created a flash portfolio and when you click on an image in that portfolio a new window is supposed to open up containing the pdf. I am not sure how to fix this problem in flash or if its a problem with the way my file folders are set up
View 2 Replies
Jun 9, 2011
I need to have a link at the end of a video so the viewer can click on it and go to a survey page.
We need the viewer to watch the entire video so it has to be at the end. I'm not an AS expert but I have the Master collection so whever software it takes I should have.Video was done in Premiere exported through media encoder and I have used either Flash to make a custom player or Dreamweaver to embed in a web page. The video plays fine but no link.
View 19 Replies
Oct 7, 2011
Is there a way to add a link/URL to a .swf file, without embedding into the original .fla file?Is there any way to do that with just the .swf file alone, and without actually editing the .fla or re-creating it?
View 5 Replies