This text is replaced by the site logo. If not, try enabling javascript.
Advertise
|
About us
|
Site map
|
Syndicate
|
Search site
|
Mailing list
|
View Authors
|
Become an Author
Home
Tutorials
Forums
Articles
Blogs
Movies
Library
Employment
Press
ActionScript.org Forums
>
Social Groups
>
Uncategorized
>
Beginners in ActionScript 3.0
Beginners in ActionScript 3.0
User Name
Remember Me?
Password
Register
FAQ
Members List
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Beginners in ActionScript 3.0
Discussion Tools
12-31-2008
05:36 PM
semperfried76
I'm not really a beginner (more of a novice, been coding in actionscript on and off since as1, also in vb, c#/wpf, javascript, and php), but I believe in sharing what I know if it helps others.
01-14-2009
11:02 AM
serialbob
Hello
10-25-2009
05:42 PM
jaykayz
Hey, i'm new to this so all keep it short and sweet. I'm a first timer with the action scripts and at the moment i have download a flash template but i am running into trouble when i'm trying to alter the location from where it retrieves it's images from. i would like to change this to a local folder in order for me to test it and then make the necessary alterations.
here are the lines that i think need to be changed
var urlRequest:URLRequest = new URLRequest("http://www.free-flash-templates.biz/data/pics.xml");
var urlLoader:URLLoader = new URLLoader();
var myXML:XML = new XML();
var xmlList:XMLList;
myXML.ignoreWhitespace = true;
urlLoader.addEventListener(Event.COMPLETE,fileLoad ed);
urlLoader.load(urlRequest);
thankz in advance
regards
jay kayz
02-27-2010
05:36 AM
dinesh
Dear Jay,
Check the XML file you have in 'http://www.free-flash-templates.biz/data/pics.xml' it contains all the paths that app will fetch images for e.g.
<?xml version="1.0" encoding="utf-8"?>
<galleries>
<gallery id="1" name="nature">
<image width="121" height="161" image="_nature_01.jpg"/>
<image width="221" height="161" image="_nature_02.jpg"/>
....
and if you want to change the path of the XML fine you have to edit that URL and keep the file on localhost for e.g.
new URLRequest("web folder/data/pics.xml");
Good Luck.
09-25-2010
12:26 AM
blackbox
Hey everyone, Im kinda new to actionscript all together, Ive been studying it now for about 3 months and love everything about it so far. I have been doing web design/ photoshop graphics for about 6 years now and i am looking to move towards developing websites and programs in as3. I feel I will bring more questions than answers to the table. But I will try to help the best I can.
12-02-2010
01:25 AM
Potemkyn
Greetings!
I've been working with AS2 since 2003 and just started working with AS3 this year. I'm working on a couple of video projects up at work and am working on a game at home.
Mike
Discussion Tools
Mark This Discussion Read
Discussion Tools
Mark This Discussion Read
All times are GMT. The time now is
12:51 AM
.
///
Categories
Tutorials
Flash
Flex
Articles
Best Practices
Product Reviews
Third Party
Press Releases
The Community
Featured Jobs
Technical Flash Artist
MADISON, USA
iPhone/iPad Developer - CREATIVE CIRCLE
Philadelphia, USA
UX DESIGNER - CREATIVE CIRCLE
Philadelphia, USA
- More ActionScript, Flash and Flex jobs in the Employment Section.
- Advertise a job for free
Contact Us
-
Home Page
-
Archive
-
Privacy Statement
-
Top
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Ad Management plugin by
RedTyger
Copyright 2000-2013 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our
Privacy Policy and Terms of Use
.