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
>
Search Forums
Search Results
User Name
Remember Me?
Password
Register
FAQ
Members List
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Page 1 of 2
1
2
>
Showing results 1 to 50 of 72
Search took
0.62
seconds.
Search:
Posts Made By:
dfalzoi
Forum:
ActionScript 3.0
01-06-2011, 08:04 PM
Replies:
6
Scaling A Video
Views:
748
Posted By
dfalzoi
Any thoughts on this?
Any thoughts on this?
Forum:
ActionScript 3.0
01-06-2011, 02:15 PM
Replies:
6
Scaling A Video
Views:
748
Posted By
dfalzoi
Can't remember what I tried where it said that it...
Can't remember what I tried where it said that it didn't understand setSize, but I just tried loadEvent.currentTarget.setSize(480, 360); That didn't adjust anything, but then, this code is way over...
Forum:
ActionScript 3.0
01-05-2011, 08:44 PM
Replies:
6
Scaling A Video
Views:
748
Posted By
dfalzoi
For some reason, this method doesn't work either...
For some reason, this method doesn't work either - no idea why!
http://www.actionscript.org/forums/showthread.php3?t=159235
Forum:
ActionScript 3.0
01-05-2011, 07:45 PM
Replies:
6
Scaling A Video
Views:
748
Posted By
dfalzoi
Still Stumped
I tried using setSize(480, 360); only no matter what I attach it to, I get an error message. Any idea how to implement this?
Forum:
ActionScript 3.0
12-16-2010, 08:32 PM
Replies:
6
Scaling A Video
Views:
748
Posted By
dfalzoi
Scaling A Video
I'm trying to dissect someone else's advanced work - we were taking videos in from our home-grown video repository, but we're going to try it with YouTube. I was able to get a YouTube video to show...
Forum:
HTML and JavaScript
04-06-2010, 08:08 PM
Replies:
5
Dropdown Issue
Views:
899
Posted By
dfalzoi
Nevermind - I got it working in Firefox 2 with...
Nevermind - I got it working in Firefox 2 with <embed wmode="transparent" .../> and <object ...><param name="wmode" value="transparent" />... </object> (I had just tried the latter part - hadn't...
Forum:
HTML and JavaScript
04-06-2010, 08:01 PM
Replies:
5
Dropdown Issue
Views:
899
Posted By
dfalzoi
Has anyone done this with cpHideForMenus?
Has anyone done this with cpHideForMenus?
Forum:
HTML and JavaScript
04-01-2010, 06:09 PM
Replies:
5
Dropdown Issue
Views:
899
Posted By
dfalzoi
Dropdown Issue
I have mega dropdowns using CSS/javascript that are supposed to overlap a flash slideshow. Only the dropdowns go underneath the flash in Firefox 2 (Mac and PC), Firefox 3 and 3.5 (PC), and IE7 and...
Forum:
ActionScript 3.0
02-08-2010, 02:10 PM
Replies:
1
Extensions Issue
Views:
463
Posted By
dfalzoi
Extensions Issue
I am bringing image file names from an XML file into Flash. The problem is is that unless my file names end in .jpg, they don't work. .JPG and .jpeg do not work, and I can't figure out why. Does...
Forum:
ActionScript 3.0
01-04-2010, 02:11 PM
Replies:
2
Automatic Ad
Views:
535
Posted By
dfalzoi
I originally tried that, but playing a video in a...
I originally tried that, but playing a video in a swf is apparently not a good idea. It's supposed to be an flv file to work right, but then I can't add Actionscript. I'm stumped on this one.
Forum:
ActionScript 3.0
12-22-2009, 02:30 PM
Replies:
1
News on a Timer
Views:
466
Posted By
dfalzoi
News on a Timer
Does anyone know of a good tutorial on how to make a news section work on a timer like the msn.com one? Or can someone guide me in the right direction of how to think about it in the simplest way?
Forum:
ActionScript 3.0
12-22-2009, 02:28 PM
Replies:
2
Automatic Ad
Views:
535
Posted By
dfalzoi
Automatic Ad
I am trying to have a short ad automatically open when a user clicks on a link to open iTunes before iTunes opens. I tried doing this in Flash, but a .swf file doesn't work (distorts the audio with...
Forum:
ActionScript 3.0
11-05-2009, 05:36 PM
Replies:
2
Timer Problem in News Player
Views:
459
Posted By
dfalzoi
XML: <?xml version="1.0" encoding="UTF-8"?> ...
XML:
<?xml version="1.0" encoding="UTF-8"?>
<news>
<story image="Image1.jpg">
<thisweek image="thisweek.jpg"></thisweek>
<headline>GOOD MORNING EMERSON</headline>
...
Forum:
ActionScript 3.0
11-05-2009, 05:35 PM
Replies:
2
Timer Problem in News Player
Views:
459
Posted By
dfalzoi
ACTIONSCRIPT (Condensed because I'm exceeding my...
ACTIONSCRIPT (Condensed because I'm exceeding my character limit!):
var xmlPath:String = "thisweek.xml";
var xmlReq:URLRequest = new URLRequest(xmlPath);
var xmlLoader:URLLoader = new...
Forum:
ActionScript 3.0
11-05-2009, 05:28 PM
Replies:
2
Timer Problem in News Player
Views:
459
Posted By
dfalzoi
Timer Problem in News Player
I've created a news player with buttons (5 boxes with the story you're on highlighted) at the bottom to select each story. Each button at the bottom is coded using a separate function that brings in...
Forum:
ActionScript 3.0
11-04-2009, 08:12 PM
Replies:
0
Timer Question
Views:
365
Posted By
dfalzoi
Timer Question
I am creating a news player with buttons (5 boxes with the story you're on highlighted) at the bottom to select each story. All of the content is coming in from an XML file, and each button at the...
Forum:
ActionScript 3.0
09-23-2009, 08:34 PM
Replies:
7
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
1,343
Posted By
dfalzoi
wow - thank you SO much for that explanation and...
wow - thank you SO much for that explanation and answer! worked like a charm! i REALLY appreciate it!!!!!
Forum:
ActionScript 3.0
09-23-2009, 08:14 PM
Replies:
7
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
1,343
Posted By
dfalzoi
actually, this is the part i'm confused about. i...
actually, this is the part i'm confused about. i pieced together some other code and can't figure out what the e.target.data part is even doing. is there a way i should be thinking about this that...
Forum:
ActionScript 3.0
09-23-2009, 07:52 PM
Replies:
7
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
1,343
Posted By
dfalzoi
thanks for the advice. i tried it and it threw...
thanks for the advice. i tried it and it threw more errors. i used the debugger, and the line that it gave the error on is this one at the end:
function onDown(e:MouseEvent):void{
...
Forum:
ActionScript 3.0
09-23-2009, 04:07 PM
Replies:
7
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
1,343
Posted By
dfalzoi
Here's the error message I get when I click on...
Here's the error message I get when I click on the image:
ReferenceError: Error #1069: Property data not found on flash.display.Loader and there is no default value.
at...
Forum:
ActionScript 3.0
09-23-2009, 03:21 PM
Replies:
7
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
1,343
Posted By
dfalzoi
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
I have created a slideshow using an XML file, and I want to have each image loaded go to a unique URL. I'm getting an error message with this file. Any ideas on how to fix?
var my_speed:Number;...
Forum:
Flex 2, 3 & 4
04-15-2009, 08:30 PM
Replies:
12
Calculator Logic
Views:
3,568
Posted By
dfalzoi
ok, i'm back already.... i revised this form to...
ok, i'm back already.... i revised this form to have more than just binary questions. so i'm back to the previous issue of the form not subtracting a number that gets deselected. any ideas for how to...
Forum:
Flex 2, 3 & 4
04-10-2009, 06:41 PM
Replies:
12
Calculator Logic
Views:
3,568
Posted By
dfalzoi
oops i just saw your response, jetspice - thanks...
oops i just saw your response, jetspice - thanks for your help! this is a work in progress, so i may be back....;)
Forum:
Flex 2, 3 & 4
04-10-2009, 06:40 PM
Replies:
12
Calculator Logic
Views:
3,568
Posted By
dfalzoi
nevermind! got it with this (i keep overthinking...
nevermind! got it with this (i keep overthinking things in as3):
private function yearsLeftTotal():void {
var yearsleft:Number = Number(years.text);
grandTotal =...
Forum:
Flex 2, 3 & 4
04-10-2009, 06:04 PM
Replies:
12
Calculator Logic
Views:
3,568
Posted By
dfalzoi
OK so i'm already stumped.... i'm trying to...
OK so i'm already stumped.... i'm trying to multiply the total tuition by the number of years the student has left. not having any luck with getting a number besides 0 in the grand total. any...
Forum:
Flex 2, 3 & 4
04-10-2009, 04:31 PM
Replies:
12
Calculator Logic
Views:
3,568
Posted By
dfalzoi
thank you soooooo much! that makes sense! i...
thank you soooooo much! that makes sense! i didn't realize you could do that with the values in the radio buttons. i'll keep going with it and let you know if i get stumped again. thanks again!
Forum:
Flex 2, 3 & 4
04-10-2009, 02:08 PM
Replies:
12
Calculator Logic
Views:
3,568
Posted By
dfalzoi
thanks for the guidance! so just to be clear, in...
thanks for the guidance! so just to be clear, in the component, should it be a bunch of if statements that say if x is checked, add y? how do i tell it to iterate through all of the buttons? and why...
Forum:
Flex 2, 3 & 4
04-08-2009, 08:37 PM
Replies:
12
Calculator Logic
Views:
3,568
Posted By
dfalzoi
Calculator Logic
I am trying to create a calculator that figures out financial aid. It's in its very early stages, and I'm wondering how I can get the tuition amount to subtract if someone clicks on a different radio...
Forum:
Flex 2, 3 & 4
04-02-2009, 08:37 PM
Replies:
0
How To Reference Radio Button Value?
Views:
1,361
Posted By
dfalzoi
How To Reference Radio Button Value?
I am trying to create a calculator that looks to see which radio button the user clicked on to determine the total value of the price. How do I get the radio button value into the calculation? Here's...
Forum:
Simple Stuff (Newbies)
02-11-2009, 07:23 PM
Replies:
2
Basic Question about Linkage
Views:
518
Posted By
dfalzoi
Basic Question about Linkage
I have a question about linkage. In general, how do I know when to use it? I get that it's used to link to classes, but how do I know what those classes even are? Do I use linkage every time I make a...
Forum:
HTML and JavaScript
01-23-2009, 04:07 PM
Replies:
2
HTML/XML Issue with Flash
Views:
549
Posted By
dfalzoi
Nevermind - I just dropped all of my subfolders...
Nevermind - I just dropped all of my subfolders for the swf into the root folder for the site, and problem solved.
Forum:
HTML and JavaScript
01-22-2009, 07:39 PM
Replies:
2
HTML/XML Issue with Flash
Views:
549
Posted By
dfalzoi
I've since read that the problem is likely the...
I've since read that the problem is likely the HTML and that I should use the code that Flash gives you when you publish rather than code Dreamweaver creates. But I did that and am still having the...
Forum:
HTML and JavaScript
01-22-2009, 05:58 PM
Replies:
2
HTML/XML Issue with Flash
Views:
549
Posted By
dfalzoi
HTML/XML Issue with Flash
I have a swf file that pulls in content from an xml file. It's hardcoded into the flash and works just fine — until I put the it into HTML. When I do that, the swf still mostly works but doesn't...
Forum:
HTML and JavaScript
01-15-2009, 03:34 PM
Replies:
1
Flashvars Question
Views:
450
Posted By
dfalzoi
All fixed now - I just used code not using...
All fixed now - I just used code not using javascript from here:
http://www.permadi.com/tutorial/flashVars/indexAs3.html
Forum:
HTML and JavaScript
01-15-2009, 03:33 PM
Replies:
3
Flashvars Problem
Views:
786
Posted By
dfalzoi
Nevermind - I just used different code from here...
Nevermind - I just used different code from here that doesn't work with javascript. All set - whew!
http://www.permadi.com/tutorial/flashVars/indexAs3.html
Forum:
HTML and JavaScript
01-15-2009, 03:31 PM
Replies:
7
flash Vars??
Views:
756
Posted By
dfalzoi
Nevermind - I just used different code, and it...
Nevermind - I just used different code, and it worked fine.
Forum:
HTML and JavaScript
01-15-2009, 02:04 PM
Replies:
7
flash Vars??
Views:
756
Posted By
dfalzoi
Atomic, I'm having a related problem. When I...
Atomic, I'm having a related problem. When I remove the javascript part, the object and embed parts don't work, and yet I've used the same paths in them. Any way to code flashvars without using the...
Forum:
HTML and JavaScript
01-15-2009, 01:40 PM
Replies:
1
Flashvars Question
Views:
450
Posted By
dfalzoi
Flashvars Question
Is there any way to make this code work if I take the javascript part out?
So instead of this, which works:
<script type="text/javascript">
AC_FL_RunContent(...
Forum:
HTML and JavaScript
01-14-2009, 08:17 PM
Replies:
3
Flashvars Problem
Views:
786
Posted By
dfalzoi
I actually just changed them to the same folder...
I actually just changed them to the same folder and altered the paths, but no luck. Any other ideas?
Forum:
HTML and JavaScript
01-13-2009, 08:30 PM
Replies:
3
Flashvars Problem
Views:
786
Posted By
dfalzoi
Flashvars Problem
I have an HTML file using Flashvars. In the same location is a folder called egn, which has a folder called templates with my fla and swf files and another folder called upload with my XML file. When...
Forum:
ActionScript 3.0
01-06-2009, 01:38 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
It was something wacky in my HTML, but it's all...
It was something wacky in my HTML, but it's all set now. Thanks again for all of your help!!!!!!
Forum:
ActionScript 3.0
01-06-2009, 01:04 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
So how do I convert this: var xmlReq:URLRequest...
So how do I convert this:
var xmlReq:URLRequest = new URLRequest("FlashBannerXML.xml");
to this:
var xmlPath:String = this.loaderInfo.parameters.xmldoc;
var xmlReq:URLRequest = new...
Forum:
ActionScript 3.0
01-05-2009, 08:58 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
actually, one more thing. i want to use a...
actually, one more thing. i want to use a variable instead of the FlashBannerXML.xml name - any way to do that using URLRequest? here's what I'm using as my variable:...
Forum:
ActionScript 3.0
01-05-2009, 07:36 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
Palmjack, I got it! Here's what I did: if...
Palmjack, I got it! Here's what I did:
if (e.target.x <= 469) {
infoBox.quoteTxt.text = quotes[e.target.name];
infoBox.nameTxt.text = names[e.target.name];
infoBox.majorTxt.text =...
Forum:
ActionScript 3.0
01-05-2009, 07:20 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
I seem to be overthinking everything - you make...
I seem to be overthinking everything - you make this seem easy!
So I took your code and added + 67 to line 54 to make the quote bump over. That fixes both problems but gives one more problem — the...
Forum:
ActionScript 3.0
01-05-2009, 05:44 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
and the photos (i'm only attaching 1-10 since I'm...
and the photos (i'm only attaching 1-10 since I'm exceeding limits on here)....
Forum:
ActionScript 3.0
01-05-2009, 05:43 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
I guess I would have to create the text fields in...
I guess I would have to create the text fields in the array. I get that the FramePerson1 would have to start on frame 0 in order for that part to work right, but of course that means that would load...
Forum:
ActionScript 3.0
01-05-2009, 04:56 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
Thank you SO much! I thought it should go in an...
Thank you SO much! I thought it should go in an array, but tackling it was a level I didn't think I was ready for. So THANK YOU!
There is one glitch though that was working in my non-array version...
Forum:
ActionScript 3.0
01-05-2009, 04:10 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
Wow - thanks for doing that! Yes, they do load.
Wow - thanks for doing that! Yes, they do load.
Forum:
ActionScript 3.0
01-05-2009, 03:15 PM
Replies:
27
ReferenceError: Error #1069: Property data not found on flash.display.Loader and ther
Views:
9,752
Posted By
dfalzoi
And here's my XML: <people> <person...
And here's my XML:
<people>
<person image="101Color.jpg" rollover="101.jpg" link="http://www.google.com">
<quote>There are lots of resources available here, so international students like...
Showing results 1 to 50 of 72
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
ActionScript Forums Group
ActionScript 3.0
ActionScript 2.0
ActionScript 1.0 (and below)
Simple Stuff (Newbies)
Flash General Questions
Flash 10 General Questions
Flash 9 General Questions
Flash 8 General Questions
Other Flash General Questions
Flex
Flex 2, 3 & 4
Flex 1
Extensions and Plugins
Components
JSFL - Extending Flash
Desktop, Mobile and non-browser Environments
AIR (Apollo)
FlashLite / Portable Devices Development
Projectors and CDs
Supporting Technologies
HTML and JavaScript
haXe
Server-Side Scripting
Flash Remoting
Flash Media Server
General
Best Practices
Gaming and Game Development
Animation and Effects
Flashants Support Forum
Community Boards
General Chat
Just for Kicks Challenges
Detention
Flash In Action
Site Check
Cool Sites
Widgets
Decommissioned
Projects and Positions
CMS Forums
Announcements Board
Content Postings / Updates
Product Review Requests
CMS Technical Questions
Process Questions
Collaboration & Suggested Articles
All times are GMT. The time now is
06:19 PM
.
///
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
.