Tagged Questions

2
votes
3answers
259 views

Is testing for node existence in XML required/recommended in ActionScript 3?

The following is example of reading XML with ActionScript 3 var xml:XML = <content> <a>Hello A</a> <b>Hello B</b> <c> ...
2
votes
3answers
3k views

How to create a flip book/page?

I need to create a flip book/page application. I have seen flash created flip page, can it be done in any other languages, e.g. jquery or javascript? And also, what are some concepts that I am ...
2
votes
3answers
4k views

Does ActionScript 3 require an error event handler for XML?

In a Flash game I am developing, there are some settings that are set by an external XML file. When I run the SWF file through the Flash IDE, it loads fine. If I run the same file as a projector ...
1
vote
1answer
85 views

Using flash to search for a XML element value. (a simple search function)

I'm having some problems getting a flash application (in AS3) to search for a specific element value inside a xml. I have the following xml file. <clientlist> <pessoa> ...
1
vote
4answers
297 views

Actionscript 3.0, Get xml from external class?

I'm trying to call an external API which returns XML, and i have no problem doing that. Afterwards I wanted to refactor my code, and I moved my API call to an external API.as class, but how do i ...
1
vote
1answer
283 views

How to get node value from this xml?

i use actionscript 2.0. I need to get time string from this simple xml: <?xml version="1.0" encoding="UTF-8"?> <root> <time> 2011,01,25,10,58,02 </time> ...
1
vote
2answers
764 views

Java servlets and receiving XML from Flash's xml.sendAndLoad() function

All, I'm working on a Flash application that's supposed to send XML data to a Java Servlet. I'm responsible for the Flash app; another team is responsible for the Java Servlet. The problem we're ...
1
vote
1answer
736 views

Assigning functions to dynamic movieclips in a loop, ActionScript 2

I have done this same thing in ActionScript 3, but am not familiar with ActionScript 2, which I am forced to use for this project. I am loading products into a SWF via XML and attempting to add a ...
1
vote
2answers
4k views

How do I pass a dynamic URL from XML into an onClick Mouse Event in ActionScript 3?

I'm loading the XML in, and I'm able to read the XML nodes into text fields in my flash. It is also loading the URL, but the last one from the loop. It's not loading the one that I click on. I tried ...
1
vote
3answers
731 views

How to Burn a Data Driven SWF to CD/DVD?

I have a movie which is made up of a series of SWF files that read XML. Is there any way to burn it to a CD/DVD or at least convert it to a 'burnable' format such as AVI, MPEG, or ISO? Currently in ...
0
votes
1answer
12 views

Flash Virtual Tour Not Working Correctly

I've used third party software to create virtual tour for my clients website. It works perfectly fine on its own, you can see it here http://freshbeer.lv/development/en/virtual_tour/virtual_tour.html ...
0
votes
1answer
26 views

xml error while loading mp3 player

I'm having an error while loading an mp3 player, here is what I getting when hitting Ctrl+Enter. TypeError: Error #1090: XML parser failure: element is malformed. at ...
0
votes
1answer
26 views

Flash AS3-XML Gallery compile errors

package { import flash.display.*; import flash.display.MovieClip; import fl.transitions.*; import fl.transitions.easing.*; import flash.events.*; import flash.net.*; import ...
0
votes
1answer
49 views

Programmer: Flex 4.5 Pre seleting a Radio Button

I'm using an XML File and so far things are OK. But now I'm trying to pre-select a Radio button and I can find no where to give an example just ways to detect click event and thing like that. The ...
0
votes
3answers
111 views

Actionscript 3 writing a XML element inside a another with code

I'm having a bit of problems with simple XML coding. I'm using a simple flash application to write a XML containing customer data (simple stuff, like phone number, name, email, etc). I understand how ...
0
votes
1answer
55 views

Little help in flash template image slider?

Hi people i am using a flash template for my project sorry i don't know nothing about flash and action script. The link to flash template is this ...
0
votes
1answer
185 views

Flash Actionscript 3 saving a XML file locally has a “Save As” window (How can I remove it?)

So, I have a flash application that handles several client profiles for a company. Whenever a new client profile is created, it saves a new XML file localy. My problem is that instead of doing a ...
0
votes
1answer
181 views

Loading Twitter XML in Flash CS5.5 Actionscript 3 for Android /iOS

This is probably a stupid question but i have spent the last 5 days searching the net and trying different ways to load a twitter feed into my air application for android (i would like to port it over ...
0
votes
1answer
151 views

Calling a video from Youtube.com in Flash through an XML

I am trying to call a video from youtube.com in flash as2. The video link is stored in a external xml file. Flash works fine when i try to call a video with an exact flv location but it crashes ...
0
votes
2answers
57 views

My XML stopped loading in Flash

I had a project which was successfully loading images from an XML file to make a Flash gallery. However, it seems to have suddenly stopped working. I've done troubleshooting and found that it is ...
0
votes
1answer
70 views

XML Not Well Formed Error on Server

Does anyone know why I would be getting this http://briannechavis.com/mp3Player.xml I am at a lost as to whats happening.. the xml file loads fine locally, but it will not load when i upload it to ...
0
votes
2answers
194 views

Flash AS3 Color Correction

I will soon need a wig to replace the hair I've ripped out in regards to this problem! I have a flash element on my website that is an XML gallery. It's supposed to blend seamlessly in with the ...
0
votes
1answer
100 views

Setup SWFAddress Flash with dynamic content (xml)

i've been looking for long time a way to setup swfaddress with flash as3, assuming that the content is pulling from an xml. Basicaly, i got an xml that contain reference of SWF i load in my main.swf ...
0
votes
1answer
114 views

Automatic Scroll of Images through an XML

I have the following scrip below, where I call some images through an XML, and create a gallery that every 3 seconds it moves to left, passing the pictures automatically. But my images are of ...
0
votes
1answer
134 views

Actionscript3: How to Send Querystring Arguments and Parse XML Feed

I need to call a REST web service that provides an XML feed of weather conditions. I have 13 cities for which conditions are needed, and only 3 nodes for each city are required (vs. the entire feed). ...
0
votes
0answers
155 views

XML updation problem, used in ActionScript and Flash (C#/ASP.NET)

I am using ASP.NET/C#.NET. Scenario:I have to create an Admin Panel Page, where the Website Administrator can edit the Images as well as the Description related to those images. I have an ...
0
votes
4answers
245 views

loader button mode

i wrote some piece of code of image slider where i can load images from xml. everything goes fine but when i want to make loaded image button mode it goes wrong and seys: "ReferenceError: Error ...
0
votes
1answer
42 views

actionscript little error

hello i have written these piece of code, when i run PUBLISH it shows me no error but when i run flash window on last poster it shows TypeError: Error #1010: A term is undefined and has no ...
0
votes
1answer
110 views

Problem in sending XML with flash

I want to send xml data to php page my xml in flash is that for examle: <level id="1" mark="10"><page id="12">HI..</page></level> i send it,but at the URL i see this: ...
0
votes
1answer
87 views

motion tween problem

i wrote these pieces of code, but motion tween doesn't work. can you help me? function loadXML(event:Event):void{ sliderXML=XML(sliderXMLloader.data); var xmlDoc:XMLDocument = new ...
0
votes
1answer
169 views

XML in flash that should fetch data from an external xml file

Well, i am new in this flash thing and in the learning stage. on the stage are four buttons. they will behave like map. now what i want to do is, that i want to use xml. when i click on button, it ...
0
votes
1answer
334 views

XML Flash problem in Joomla

I've been creating a XML Flash Carousel for my website in AS2 in Flash. I've managed to get it working, the icons are images specified in the XML file, as well as links to click on each icon which ...
0
votes
3answers
153 views

External Links from Flash Carousel

I'm trying to create a Flash Carousel in AS2. I've made the Carousel itself, and have got the icon images and tooltips from an XML file using this code: xml.onLoad = function() { var nodes = ...
0
votes
2answers
245 views

Flash not loading xml in browser

I have a flash movie that reads an xml file in the same directory as the .swf. This works perfectly when I just try running the .swf file, but when I add it to my website it cant seem to load the xml ...
0
votes
1answer
370 views

How to update/store changed XML Node value in Flash/AS2?

I've succesfully loaded and parsed this XML file, using XMLParser and AS2: <Resources> <item author="Julian" date="28/12/2010" time="01:18" id="876" like="8" dislike="5"> ...
0
votes
1answer
87 views

How are DX and DY coordinates calculated in flash?

I'm trying to update a clients site and the original developer left almost no instructions. The code is all updated through XML. Here is a sample of the code enter code here<FOLDER ...
0
votes
1answer
111 views

Creating a customized video using Flash and XML

The problem: I have to create a Flash video (in CS3) that will query a MySQL database and display that data at certain points in the video. The bigger problem: I'm not a Flash/ActionScript developer, ...
0
votes
1answer
73 views

display flex xml with dash

In Flex, how do I display "midi-channel" to s:Label? I tried songTitle.text = mainXML.child("movement-title").text(); it worked but unsure how to display for midi-channel part. ...
0
votes
1answer
80 views

ActionScript 2 XML Problem

The XML <?xml version="1.0"?> <rtv version="1" time="1290508867"> <genres> <genre en="Action">1</genre> <genre en="Adventure">2</genre> ...
0
votes
1answer
205 views

Swf banner button hyperlinks don't work when there is NO “WWW” vs. with “WWW” in the URL?

We have a swf banner with buttons/links on our site header. When our customers DO NOT enter the "www" before our URL the banner links do not work - do not forward to the page. When our customers ...
0
votes
0answers
60 views

possible to recreate xml out of ActionScript?

I got stuck with an SWF which has ActionScript in it and should use some xml. The problem is, I cannot edit the SWF by decompiling it and compile it again, it simply doesn't work... Adobe Flash CS4 ...
0
votes
3answers
161 views

how to avoid the error due to missing element from an XML file in Flash Action Script

I have a code which is written for read the xml data. and the xml file contains the optional values, so some time the elements are present there some times not. In this case how can i set a default ...
0
votes
4answers
1k views

how do I find the number of xml children in AS3

so live docs says this for calling .lenght() on an XML object For XML objects, this method always returns the integer 1. The length() method of the XMLList class returns a value of 1 for an ...
0
votes
2answers
106 views

AS3 XML problem

My Flash project is made of several .swf files, one of them loads XML gallery. everything works fine on my machine, but when I upload it to the testing server gallery content doesn't load. All my ...
0
votes
1answer
614 views

Actionscript 2.0, Having a SendAndLoad() function Issue

I have this code: btn_jouer.onRelease = function () { verif = txt_email_user.text; if (txt_email_user.text == "") { txt_erreur.textColor = 16724736; txt_erreur.text = ...
0
votes
1answer
1k views

Loading special characters in a string loaded via XML in AS3

When I load an XML using ActionScript all the characters inside strings render fine except special characters like: ñ, Ñ, á, é, í, ó, ú In that cases the letter is omitted. I even try with: ...
0
votes
2answers
564 views

Flash XML Data, Display Node Title on Click

I am working on a Flash AS2 script that adds an instance of a movieclip for each node in an XML file. I have also included titles for each node in the XML file and I would like to display these when a ...
0
votes
1answer
438 views

Attaching and Positioning Movieclips with XML in Flash

Im trying to build a script that attaches and positions an instance of a movieclip for each node of an xml sheet. However, I can't seem to get it to loop properly. The script is simply attaching and ...
0
votes
0answers
286 views

XML links not working inside Flash

I have an XML which should display a simple link inside of my Flash site: <U><a href='http://dat.erobertparker.com/WAStore/shopdisplayproducts.asp?id=1&cat=Books'>Purchase ...
0
votes
1answer
135 views

How to add a preloader

First post here. I have a xml video background and need to add a preloader before the video is buffering. The problem is that I am loading the video from xml file and from what I've tried the ...

1 2