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 6
1
2
3
4
5
>
Last
»
Showing results 1 to 50 of 266
Search took
2.16
seconds.
Search:
Posts Made By:
davej
Forum:
ActionScript 3.0
11-20-2012, 09:50 PM
Replies:
1
single node xml filter wtf
Views:
237
Posted By
davej
single node xml filter wtf
ok so this is driving me crazy so I need to do a simple filter to find if a node exists(yes I know I can for loop it but I dont want to).
var grades:XML =
<grades>
<student...
Forum:
ActionScript 3.0
11-14-2012, 12:03 AM
Replies:
1
reset matrix
Views:
221
Posted By
davej
reset matrix
I am using a transformation.matrix to rotate an object (via touch input). This works great. I want to be able to reset the object back to its default position. I tried creating a starting point...
Forum:
AIR (Apollo)
10-03-2012, 04:59 PM
Replies:
0
compile assets into app into documentsDirectory
Views:
261
Posted By
davej
compile assets into app into documentsDirectory
Hi All
I am need to get assets into the documentsDirectory of my app. I thought I read I can compile assets into my app that when it installs it puts those assets in the documentsDirectory so far I...
Forum:
AIR (Apollo)
09-25-2012, 03:56 PM
Replies:
4
downloading using URLStream and writing to a file
Views:
9,265
Posted By
davej
I am getting an error with your code on the line...
I am getting an error with your code on the line fs.openAsync(lfile, FileMode.APPEND)
lfile is not defined ?
Forum:
AIR (Apollo)
08-11-2012, 04:26 PM
Replies:
1
Loading SWF from App Storage
Views:
476
Posted By
davej
Sorry I dont have an answer but rather a...
Sorry I dont have an answer but rather a question. I am trying to do the same thing load a swf into my app. I am having issues on finding the swf. I have tried to place it in a dozen different...
Forum:
AIR (Apollo)
08-11-2012, 04:23 PM
Replies:
1
fb ios app id
Views:
398
Posted By
davej
ok figured it out. What a pain in the @ss. I...
ok figured it out. What a pain in the @ss. I love android ios blows already. All the paper work and you have to pay $100 to develop. And if your on a windows machine you have to set up openssl...
Forum:
AIR (Apollo)
08-08-2012, 05:52 PM
Replies:
1
fb ios app id
Views:
398
Posted By
davej
fb ios app id
Hi All
I am building my first ios app using flashbuilder, I have signed up for a developer account at apple. What I cant figure out is how to take my app to testing on actuall device. I know I...
Forum:
Flex 2, 3 & 4
07-02-2012, 05:55 PM
Replies:
0
multi touch draw two lines
Views:
500
Posted By
davej
multi touch draw two lines
Hi All
I am trying to write an app that allows users on multi touch devices to draw. I want it so that more then one touch point can draw. so if touch the device with left index finger and at the...
Forum:
ActionScript 3.0
05-01-2012, 04:28 PM
Replies:
1
how they do it video scaling?
Views:
731
Posted By
davej
swffit in case anyone wants to know. This site...
swffit in case anyone wants to know. This site is actually complex with cdn streaming etc but the basic scalling is done through swffit
Forum:
Flex 2, 3 & 4
05-01-2012, 04:26 PM
Replies:
2
State change wipes out grid check boxes
Views:
822
Posted By
davej
thanx I figured it out. I was not correctly...
thanx I figured it out. I was not correctly binding the dataprovider with the grid.
Forum:
Flex 2, 3 & 4
04-17-2012, 07:45 PM
Replies:
2
State change wipes out grid check boxes
Views:
822
Posted By
davej
State change wipes out grid check boxes
I have two states one has a datagrid with a custom itemrenderer of a check box. The second state has other things not really important. If I select items in my grid and check the check box then go...
Forum:
ActionScript 3.0
02-07-2012, 04:20 PM
Replies:
3
Looking for face cut out technology
Views:
1,142
Posted By
davej
did you ever find a solution?
did you ever find a solution?
Forum:
ActionScript 3.0
02-01-2012, 03:57 PM
Replies:
3
google maps api depreciated
Views:
804
Posted By
davej
thanx peptobismol I read that too, If you read my...
thanx peptobismol I read that too, If you read my post you would see that I am asking on how to use that new api js with as3.
Forum:
ActionScript 3.0
01-31-2012, 09:09 PM
Replies:
3
google maps api depreciated
Views:
804
Posted By
davej
google maps api depreciated
Now that google is givin up on supporting the flash api has anyone found a way to interface with the js api for google maps? I know the api still works but no new features will be added and I would...
Forum:
AIR (Apollo)
08-18-2011, 02:59 AM
Replies:
2
android load local image
Views:
1,787
Posted By
davej
I am not trying to store em there just to load em...
I am not trying to store em there just to load em from there or from a photo folder
Forum:
AIR (Apollo)
08-17-2011, 06:16 PM
Replies:
2
android load local image
Views:
1,787
Posted By
davej
android load local image
Hi All I am trying to write a air android app and trying to load a local image
I do this on windows air all the time no prob. but on android it does not seem to work. I usually use the greensock...
Forum:
ActionScript 3.0
06-02-2011, 05:13 AM
Replies:
1
mousedown mousemove tell if not moving??
Views:
501
Posted By
davej
mousedown mousemove tell if not moving??
ok so I need to figure out when I have a mouseMove listener when the mouse stops moving. However this is while the mouse is still down. the user clicks mouse down. fires mouse move listener but...
Forum:
AIR (Apollo)
04-06-2011, 09:13 PM
Replies:
1
project chrome none
Views:
842
Posted By
davej
project chrome none
Hi all
for the life of me I cant figure out how to get this to work in a as3 air project. I want to have no chrome on my project
I have tried
this.stage.nativeWindow.systemChrome = NONE;...
Forum:
ActionScript 3.0
02-01-2011, 02:49 PM
Replies:
2
html/js to flash event listener how?
Views:
1,446
Posted By
davej
thats exactly what I am trying to do. Thanx...
thats exactly what I am trying to do.
Thanx to Joshua of http://www.0-style.com/ I have attached a working example for anyone else who may need a solution for this.
Forum:
ActionScript 3.0
01-31-2011, 03:49 PM
Replies:
2
html/js to flash event listener how?
Views:
1,446
Posted By
davej
html/js to flash event listener how?
Hi All
I am working on a little video gallery sort of app. The list of videos to be played is in html. my player is in flash. I need to have my flash player receive the video url and then play...
Forum:
AIR (Apollo)
01-14-2011, 01:54 PM
Replies:
3
HTMLLoader load local file
Views:
1,759
Posted By
davej
its a file the users will select after the...
its a file the users will select after the application starts. like I said it works with both web http requests and local file system. Just have to escape the \ however if the variable is...
Forum:
ActionScript 3.0
01-13-2011, 12:34 AM
Replies:
1
how they do it video scaling?
Views:
731
Posted By
davej
how they do it video scaling?
just wondering if any one has some good ideas how this is scaling is done.
http://youratt.com/nextdimension?GUID=051075c3-16af-48f7-8729-d5e1d3f6f252
resize the browser as you watch the video
Forum:
AIR (Apollo)
01-12-2011, 08:53 PM
Replies:
3
HTMLLoader load local file
Views:
1,759
Posted By
davej
ok finally figured it out var urlReq:URLRequest =...
ok finally figured it out var urlReq:URLRequest = new URLRequest("C:\\Users\\Monkey\\Desktop\\WEB\\index.html");
single \ is an escape character need two
Forum:
AIR (Apollo)
01-12-2011, 06:24 PM
Replies:
3
HTMLLoader load local file
Views:
1,759
Posted By
davej
HTMLLoader load local file
Hi All
I really hope this is simple and I am missing it somewhere. I need to load a local html file. Much like you can with a regular browser drag or point the browser to a local html file. So...
Forum:
Flex 2, 3 & 4
10-27-2010, 01:36 AM
Replies:
1
copy file air
Views:
1,147
Posted By
davej
solved
ok figured it out cant use filerefrence but can use file and browse
import mx.events.FileEvent;
private var openFile:File = new File()
private function browseAndUpload():void{...
Forum:
Flex 2, 3 & 4
10-26-2010, 11:27 PM
Replies:
1
copy file air
Views:
1,147
Posted By
davej
copy file air
Hi all
I am running into a bit of a problem. I am building a little air app that lets you select a file and then it will copy it to several directories. now I want the user to be able to browse...
Forum:
ActionScript 3.0
09-10-2010, 08:57 PM
Replies:
2
Ticker control
Views:
734
Posted By
davej
google...
google http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=as3+stock+ticker lots of em out there. check out activeden too
Forum:
AIR (Apollo)
09-10-2010, 08:55 PM
Replies:
2
Full-screen AIR app that contains video
Views:
1,198
Posted By
davej
You can create a custom video class that you set...
You can create a custom video class that you set the video size in using a custom full size button. I just finished the exact same thing for a touch screen kiosk. I avoid using the flash...
Forum:
ActionScript 3.0
09-07-2010, 11:41 PM
Replies:
5
killing a flv
Views:
611
Posted By
davej
thats a real nice class wish I was not so far...
thats a real nice class wish I was not so far into coding this project that swapping it out would be a pain.
Forum:
ActionScript 3.0
09-07-2010, 07:49 PM
Replies:
5
killing a flv
Views:
611
Posted By
davej
its a custom class
its a custom class
Forum:
ActionScript 3.0
09-07-2010, 05:48 PM
Replies:
1
Button to load external HTML files into a textfield.
Views:
654
Posted By
davej
flash has limited html support so you will need...
flash has limited html support so you will need to keep your html with its limits. As for text that should be fine. You can load all sorts of data using the url loader ...
Forum:
ActionScript 3.0
09-07-2010, 05:29 PM
Replies:
5
killing a flv
Views:
611
Posted By
davej
killing a flv
Hi All
I am having some major issues with a flv. I have a main movie which loads in a swf. This swf loads in a flv. The main movie when a button is clicked unloads the loaded swf. This works...
Forum:
ActionScript 3.0
08-26-2010, 01:11 AM
Replies:
5
Close child, then motion tween afterwards
Views:
787
Posted By
davej
sorry thought you wanted to know how to execute...
sorry thought you wanted to know how to execute some code after a tween completes. Using tweener classes http://code.google.com/p/tweener/ instead of flash tween classes gives you more flexibility. ...
Forum:
ActionScript 3.0
08-26-2010, 12:56 AM
Replies:
3
refer to display object from external swf?
Views:
862
Posted By
davej
not sure why all the loading etc.. why not just...
not sure why all the loading etc.. why not just make a gallery class to handle the gallery rather then a gallery swf which still needs its own class. Much easier that way to communicate with...
Forum:
ActionScript 3.0
08-25-2010, 11:37 PM
Replies:
1
unload xml gallery
Views:
749
Posted By
davej
removeChild from your container that contains...
removeChild from your container that contains your gallery .
Forum:
ActionScript 3.0
08-25-2010, 11:35 PM
Replies:
3
Help with making website
Views:
617
Posted By
davej
or possibly consider hiring someone from here to...
or possibly consider hiring someone from here to make your website. Someone who has spent years learning flash and actionscript because its something you dont learn over a weekend with a flash for...
Forum:
ActionScript 3.0
08-25-2010, 11:26 PM
Replies:
5
Close child, then motion tween afterwards
Views:
787
Posted By
davej
you should just use tweener instead of default...
you should just use tweener instead of default tweens. It has better event handling which includes on complete.
Forum:
ActionScript 3.0
08-25-2010, 11:18 PM
Replies:
0
node position based on filter in xml
Views:
531
Posted By
davej
node position based on filter in xml
so I have an xml
<top>
<node>bill</node>
<node>bob</node>
<node>sam</node>
</top>
I use a filter to find my node
Forum:
ActionScript 3.0
08-23-2010, 12:52 PM
Replies:
2
embed font with inline css for textfield htmltext
Views:
1,215
Posted By
davej
thanx that does help some as now I can add a font...
thanx that does help some as now I can add a font but I really need a embedded font to work via css. This way I can style different elements and classes with different fonts.
Forum:
ActionScript 3.0
08-20-2010, 06:59 PM
Replies:
4
Embed font, reference in CSS
Views:
1,069
Posted By
davej
did you ever solve this? I can attach the embed...
did you ever solve this? I can attach the embed font using textformat but it breaks the bold tag as the textformat bold over rides the html bold.
Forum:
ActionScript 3.0
08-20-2010, 04:30 PM
Replies:
2
Loading large content asynchronously
Views:
857
Posted By
davej
not sure what your referring to as asynchronously...
not sure what your referring to as asynchronously but sounds like your flash is taxing your system resources to load the large files which is slowing down the play of the movie. I am not sure there...
Forum:
ActionScript 3.0
08-20-2010, 04:28 PM
Replies:
2
deleting a selected row
Views:
740
Posted By
davej
maybe your name helpdesk assume you can help...
maybe your name helpdesk assume you can help yourself LOL
Forum:
ActionScript 3.0
08-20-2010, 04:25 PM
Replies:
5
XML loading with no <ROOT> but i need it
Views:
697
Posted By
davej
not sure we can help you with c# here. Although...
not sure we can help you with c# here. Although I think you can load it as xmlList or even append the root node once the data is loaded into flash
Forum:
ActionScript 3.0
08-20-2010, 04:24 PM
Replies:
3
Classes & Dispatching Events..
Views:
674
Posted By
davej
not sure what you mean personal class. are you...
not sure what you mean personal class. are you just defining the movie clip as a class in the library properties of that object? sounds like you just need to call the big image class when the thumb...
Forum:
ActionScript 3.0
08-20-2010, 04:20 PM
Replies:
3
Accessing files on server
Views:
830
Posted By
davej
post what the problem was might help someone else
post what the problem was might help someone else
Forum:
ActionScript 3.0
08-20-2010, 04:18 PM
Replies:
2
embed font with inline css for textfield htmltext
Views:
1,215
Posted By
davej
embed font with inline css for textfield htmltext
Hi All
I am having a major issue with a textfield. I have a dynamic text field which receives html so its htmlText I cant use the regular textFormat as the overrides the bold tags in the html. So...
Forum:
Components
07-12-2010, 11:25 PM
Replies:
1
datagrid issue
Views:
1,186
Posted By
davej
ok found a sort of fix. I set focus to the...
ok found a sort of fix. I set focus to the datagrid when my email button is clicked before that function consumes the data and sends it to the email script
Forum:
Components
07-12-2010, 10:26 PM
Replies:
1
datagrid issue
Views:
1,186
Posted By
davej
datagrid issue
Hi All
I am in a bit of a pickle. I have a datagrid with a bunch of data. On field is editable for comments. all this data is emailed when the user clicks a button. This all works great except...
Forum:
AIR (Apollo)
06-25-2010, 06:33 PM
Replies:
1
loading a swf that loads swf into air app
Views:
1,792
Posted By
davej
ok I have found the culprit but have not found a...
ok I have found the culprit but have not found a solutions. The movie being loaded uses the flash component List which reference the stage. Not sure why but it does so that causes a security error.
Forum:
AIR (Apollo)
06-25-2010, 12:08 AM
Replies:
1
loading a swf that loads swf into air app
Views:
1,792
Posted By
davej
loading a swf that loads swf into air app
Hi All
I have a swf that loads some content into it self. It loads some xml, jpg, flv. Now I need the swf to load into an air app. When I try this i get this error
I have tried adding...
Showing results 1 to 50 of 266
Page 1 of 6
1
2
3
4
5
>
Last
»
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
05:53 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
.