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 10
1
2
3
4
5
>
Last
»
Showing results 1 to 50 of 465
Search took
2.46
seconds.
Search:
Posts Made By:
springframework
Forum:
Flex 2, 3 & 4
07-31-2012, 08:45 PM
Replies:
2
Detect when a spark Scroller is changing scroll position
Views:
986
Posted By
springframework
I used the flash.events.Event.RENDER event to...
I used the flash.events.Event.RENDER event to determine if the spark Scroller has been scrolled/repositioned
a pretty bad listener to be doing "if" statements inside. anyone know a better idea?
...
Forum:
Flex 2, 3 & 4
07-31-2012, 04:43 AM
Replies:
2
Detect when a spark Scroller is changing scroll position
Views:
986
Posted By
springframework
Detect when a spark Scroller is changing scroll position
<s:Scroller
right="0" left="0"
top="0" bottom="0"
>
<s:horizontalScrollBar>
<s:HScrollBar id="hbar" change="bottomscoller_hScrollBar_change(event)" />
</s:horizontalScrollBar>
<s:HGroup...
Forum:
AIR (Apollo)
07-09-2012, 08:08 AM
Replies:
0
AIR Mobile lose php session on app close
Views:
253
Posted By
springframework
AIR Mobile lose php session on app close
Does anyone know how to maintain a php session for a mobile app after it is closed and re-opened or even if phone shuts down.
Forum:
ActionScript 3.0
04-17-2012, 08:45 PM
Replies:
3
help in changing dynamic text in simple button
Views:
516
Posted By
springframework
i could never figure this out either. so im...
i could never figure this out either. so im looking for the answer also.
what i do instead is make two buttons and swap them around.
Forum:
ActionScript 3.0
04-17-2012, 08:41 PM
Replies:
1
Animations
Views:
379
Posted By
springframework
I used away3d.com before and it worked great. ...
I used away3d.com before and it worked great.
Release 3.6.0 and lite 1.0 worked for me.
There are lots of demos and tutorials for these versions.
I couldn't get the latest version 4+ to work...
Forum:
General Chat
04-17-2012, 08:03 AM
Replies:
1
adobe cs 6 coming in the first half of 2012?
Views:
344
Posted By
springframework
adobe cs 6 coming in the first half of 2012?
im excited.
im getting bored of cs5.5.
Forum:
General Chat
04-11-2012, 12:26 AM
Replies:
4
gaforflash as3 google analytics help
Views:
924
Posted By
springframework
gaforflash as3 google analytics help
I am trying to figure out where to view the analytics for the trackEvent() function.
I am using the code from:
http://code.google.com/p/gaforflash/
I am able to send the trackEvent and it says...
Forum:
ActionScript 3.0
03-27-2012, 09:15 PM
Replies:
1
Problem loading external SWF on web page
Views:
354
Posted By
springframework
are all of your files on the same domain?
are all of your files on the same domain?
Forum:
ActionScript 3.0
03-27-2012, 09:12 PM
Replies:
6
Change sound
Views:
490
Posted By
springframework
i haven't used sound much but it looks from your...
i haven't used sound much but it looks from your code that you repeatedly load the same sound over and over every time the mouse moves and y > 250
you might want to try loading both sounds at the...
Forum:
ActionScript 3.0
03-27-2012, 09:03 PM
Replies:
3
calling var problem.
Views:
327
Posted By
springframework
stop(); var englishMsg:String = "Welcome to the...
stop();
var englishMsg:String = "Welcome to the Winchester Cathedral auto-movie creator. Record 5 short clips with the instructions provided then once you’re done watch back and share the experience...
Forum:
ActionScript 3.0
03-27-2012, 08:54 PM
Replies:
2
Google Maps problem ! Initialization failed: please check the API key, swf location,.
Views:
1,508
Posted By
springframework
The api key will only work locally and on the...
The api key will only work locally and on the domain name that you entered when getting the api key.
Forum:
ActionScript 3.0
03-27-2012, 08:49 PM
Replies:
3
Image zoomer/magnifying glass??
Views:
448
Posted By
springframework
flashandmath.com is a great site
flashandmath.com is a great site
Forum:
HTML and JavaScript
03-27-2012, 08:46 PM
Replies:
3
(google chrome) some iframes appear over top of swf with hi zindex and wmode="window"
Views:
584
Posted By
springframework
ok so this is strange. I havent figured out...
ok so this is strange. I havent figured out exactly how to replicate this yet.
so the swf started appearing under the Iframes again. Then i close the browser and reopen it and the swf is on top....
Forum:
HTML and JavaScript
03-26-2012, 10:34 PM
Replies:
3
(google chrome) some iframes appear over top of swf with hi zindex and wmode="window"
Views:
584
Posted By
springframework
I just updated/restarted google chrome and this...
I just updated/restarted google chrome and this doesn't seem to be a problem anymore.
So yeah...
Forum:
HTML and JavaScript
03-23-2012, 06:31 AM
Replies:
3
(google chrome) some iframes appear over top of swf with hi zindex and wmode="window"
Views:
584
Posted By
springframework
(google chrome) some iframes appear over top of swf with hi zindex and wmode="window"
(google chrome) some iframes appear over top of swf with higher z-index and wmode="window"
Has anyone else noticed this?
It happens with the g+ button and facebook button and twitter button.
...
Forum:
ActionScript 3.0
03-19-2012, 11:36 PM
Replies:
1
boolean var if swf has peer assisted networking?
Views:
405
Posted By
springframework
Is there anyway to determine if the user has...
Is there anyway to determine if the user has "Remember" checked after they clicked allow on the "Peer Assisted Networking" security panel.
Or is there a way to determine if the current domain is...
Forum:
ActionScript 3.0
03-19-2012, 04:48 AM
Replies:
1
boolean var if swf has peer assisted networking?
Views:
405
Posted By
springframework
boolean var if swf has peer assisted networking?
Is there a boolean value that says if p2p is allowed in the swf?
I don't want to try to connect and see if a get a "NetGroup.Connect.Rejected".
Forum:
ActionScript 3.0
03-19-2012, 04:42 AM
Replies:
18
How to make a button purely in AS3?
Views:
1,057
Posted By
springframework
The SimpleButton Class ...
The SimpleButton Class
http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/display/SimpleButton.html
Forum:
ActionScript 3.0
11-18-2011, 06:55 PM
Replies:
2
youtube player memory leak
Views:
693
Posted By
springframework
I set the Loader to null. The delete keyword...
I set the Loader to null.
The delete keyword is not usable in this situation.
Forum:
ActionScript 3.0
11-17-2011, 11:44 PM
Replies:
2
youtube player memory leak
Views:
693
Posted By
springframework
youtube player memory leak
can someone please help me out with this code.
check out the profiler in flash builder.
I need to get rid of the as3 youtube swf.
Only about 20% of the memory is being released.
Just...
Forum:
General Chat
10-03-2011, 09:17 PM
Replies:
2
Off to Max!!!
Views:
507
Posted By
springframework
I wish. Do you think you could post the link...
I wish.
Do you think you could post the link for the source code used in the lectures/demos/sessions?
If they have any recorded videos of the sessions posted online could you post the link for...
Forum:
General Chat
10-03-2011, 09:14 PM
Replies:
0
Adobe Max 2011 demos/sessions source code
Views:
536
Posted By
springframework
Adobe Max 2011 demos/sessions source code
Can someone at Adobe Max 2011 post a link to all the source code used in the lectures/demos/sessions?
Anyone know if there are any live feeds of this going on anywhere?
Thank you.
Forum:
ActionScript 3.0
10-03-2011, 08:38 PM
Replies:
0
Camera access from loaded SWF on different domain.
Views:
423
Posted By
springframework
Camera access from loaded SWF on different domain.
I am loading an SWF from a different domain.
I loaded the swf file like this:
Security.allowDomain("differentdomain.com");
var context:LoaderContext = new LoaderContext(true,...
Forum:
ActionScript 3.0
09-17-2011, 10:26 PM
Replies:
4
away3d 360 degree rotating ball
Views:
1,179
Posted By
springframework
Yes I am being 100% serious, could someone with a...
Yes I am being 100% serious, could someone with a really good swf decompiler get the source code for me.
I am using HoverCamera3D. The problem I have with HoverCamera3D is when the tiltAngle goes...
Forum:
ActionScript 3.0
09-17-2011, 08:12 PM
Replies:
4
away3d 360 degree rotating ball
Views:
1,179
Posted By
springframework
Could someone with an swf decompiler, decompile...
Could someone with an swf decompiler, decompile that site and post the source for it online.
Forum:
ActionScript 3.0
09-17-2011, 03:17 AM
Replies:
4
away3d 360 degree rotating ball
Views:
1,179
Posted By
springframework
away3d 360 degree rotating ball
Does anyone have source code for how to do a ball that can be spun with the mouse exactly as shown on this website:
http://dasai.es/
I just need the sphere that can be rotated by the mouse in...
Forum:
HTML and JavaScript
09-16-2011, 11:06 PM
Replies:
1
Give focus to SWF inside HTML
Views:
967
Posted By
springframework
Give focus to SWF inside HTML
There is tons of stuff about this if you search on google but I haven't found any example that actually works.
I want the swf to have focus so that mouse wheel and key strokes are picked up by the...
Forum:
ActionScript 3.0
08-23-2011, 09:42 PM
Replies:
5
How to show a screen before a long execution script runs?
Views:
771
Posted By
springframework
Oh thats interesting. I was just looking to...
Oh thats interesting.
I was just looking to show a movieclip before the swf hangs. Which my code does.
But I am now interested in breaking this code up with the ENTER_FRAME event so that the...
Forum:
ActionScript 3.0
08-23-2011, 08:48 AM
Replies:
6
Code to remove objects by name
Views:
722
Posted By
springframework
there is also the function ...
there is also the function
getChildByName("indexbox1");
getChildByName("indexbox1").parent.removeChild(getChildByName("indexbox1"));
Forum:
ActionScript 3.0
08-23-2011, 08:44 AM
Replies:
11
Database in AS3?
Views:
2,054
Posted By
springframework
if you can use adobe air, then you can use sqlite.
if you can use adobe air, then you can use sqlite.
Forum:
ActionScript 3.0
08-23-2011, 08:42 AM
Replies:
4
dynamic text in a button help
Views:
881
Posted By
springframework
i have always wondered how to do this also. ...
i have always wondered how to do this also.
i use SimpleButton a lot.
Forum:
ActionScript 3.0
08-23-2011, 01:59 AM
Replies:
5
How to show a screen before a long execution script runs?
Views:
771
Posted By
springframework
So I wrote this code that works. But does...
So I wrote this code that works.
But does anyone know a more simple way?
//pleasewait is a movieclip on the stage in flash professional
pleasewait.visible = true;
stage.invalidate();...
Forum:
ActionScript 3.0
08-22-2011, 11:31 PM
Replies:
5
How to show a screen before a long execution script runs?
Views:
771
Posted By
springframework
How to show a screen before a long execution script runs?
I want to show a movieclip that says something like "please wait" before I run a function that takes a few seconds to fully execute.
below is what I have tried but it doesn't work...
...
Forum:
ActionScript 3.0
08-11-2011, 02:40 AM
Replies:
10
(Strobe Media Playback/OSMF/REOPS) How do I play a video/mp3 through a .php link
Views:
1,545
Posted By
springframework
what does your code trace out for you? ...
what does your code trace out for you?
running your code on my computer traces out:
NaN
Infinity
Infinity
Infinity
Infinity
Forum:
ActionScript 3.0
08-11-2011, 12:31 AM
Replies:
10
(Strobe Media Playback/OSMF/REOPS) How do I play a video/mp3 through a .php link
Views:
1,545
Posted By
springframework
So I found the problem and it has to do with the...
So I found the problem and it has to do with the AS3 Sound Class.
Try this code:
var sound:Sound = new Sound();
var urlRequest:URLRequest = new URLRequest("http://jessecouch.com/getmp3.php");...
Forum:
ActionScript 3.0
08-10-2011, 10:37 PM
Replies:
10
(Strobe Media Playback/OSMF/REOPS) How do I play a video/mp3 through a .php link
Views:
1,545
Posted By
springframework
A direct link to the mp3 file is: ...
A direct link to the mp3 file is:
http://jessecouch.com/audio.mp3
the php link to it is:
http://jessecouch.com/getmp3.php
All the php file contains is:
$filename="audio.mp3";
$size =...
Forum:
ActionScript 3.0
08-10-2011, 09:38 PM
Replies:
8
help for polygon drawing app
Views:
889
Posted By
springframework
well there you go, it was easier then I thought. ...
well there you go, it was easier then I thought.
inhans code works great.
Forum:
ActionScript 3.0
08-10-2011, 09:02 PM
Replies:
12
Comparing two values
Views:
1,085
Posted By
springframework
Have you tried using the debugger and putting a...
Have you tried using the debugger and putting a break point at the line you have in bold?
You should do that first to make sure the values for the two variables values are what you expect at that...
Forum:
ActionScript 3.0
08-10-2011, 05:47 PM
Replies:
10
(Strobe Media Playback/OSMF/REOPS) How do I play a video/mp3 through a .php link
Views:
1,545
Posted By
springframework
I am using the php code so that I can test...
I am using the php code so that I can test whether the user is logged in and has purchased the course materials before sending them the mp3 files. If they aren't logged in or have not purchased the...
Forum:
ActionScript 3.0
08-10-2011, 08:24 AM
Replies:
4
button toggle question
Views:
575
Posted By
springframework
A toggle button in AS3 is called a CheckBox.
A toggle button in AS3 is called a CheckBox.
Forum:
ActionScript 3.0
08-10-2011, 08:22 AM
Replies:
10
Web page within flash
Views:
1,896
Posted By
springframework
The TextField class can handle HTML 1.0 (no...
The TextField class can handle HTML 1.0 (no javascript at all, just images and formatted text)
Forum:
ActionScript 3.0
08-10-2011, 08:17 AM
Replies:
8
help for polygon drawing app
Views:
889
Posted By
springframework
sounds extremely complicated. Might be in the...
sounds extremely complicated. Might be in the range of 500+ lines of code. Let me know if you find some open source code that does this.
Forum:
ActionScript 3.0
08-10-2011, 08:10 AM
Replies:
1
Get the index in an array of a clicked element
Views:
543
Posted By
springframework
you can try seeing what is returned by the...
you can try seeing what is returned by the MouseEvents "currentTarget" and "Target" they sometimes return different things.
you can attach data to moviecips
moviecip_instance_a_key.keyvalue=...
Forum:
ActionScript 3.0
08-10-2011, 07:58 AM
Replies:
2
Play only when key is held
Views:
619
Posted By
springframework
The first thing you have to do to get good with...
The first thing you have to do to get good with AS3 is learn how to read and understand the AS3 language reference pages.
It will take a long time but you should read every single page of the...
Forum:
ActionScript 3.0
08-10-2011, 07:51 AM
Replies:
12
YouTube embed code
Views:
998
Posted By
springframework
http://code.google.com/apis/youtube/flash_api_refe...
http://code.google.com/apis/youtube/flash_api_reference.html
I used this before to successfully play youtube videos in my swf file.
Forum:
ActionScript 3.0
08-10-2011, 05:08 AM
Replies:
10
(Strobe Media Playback/OSMF/REOPS) How do I play a video/mp3 through a .php link
Views:
1,545
Posted By
springframework
(Strobe Media Playback/OSMF/REOPS) How do I play a video/mp3 through a .php link
I am trying to play .mp3 files with all of the above media players (Strobe Media Playback/OSMF/REOPS) which all support .mp3 files.
If I pass a direct link the mp3 file on the web server like...
Forum:
ActionScript 3.0
12-30-2010, 10:36 PM
Replies:
1
Embed font "Calibri" (Flash cs5 / Builder)
Views:
1,293
Posted By
springframework
Embed font "Calibri" (Flash cs5 / Builder)
I want to use the "Calibri" font bold/normal styles.
It doesn't seem to embed properly though. I have tried every different way to embed it but it just doesn't embed properly.
Its blurry...
Forum:
ActionScript 3.0
11-26-2010, 10:23 PM
Replies:
0
Flash cs5 + Builder (code hinting problem)
Views:
1,264
Posted By
springframework
Flash cs5 + Builder (code hinting problem)
I designed a nice GUI in flash cs5.
Now I want to code my functionality in Flash Builder 4.
It was easy to link this in the library "right click > edit (choose flash builder)"
The problem I...
Forum:
AIR (Apollo)
11-26-2010, 09:45 PM
Replies:
3
Is it possible to encode/export video from an AIR application?
Views:
2,286
Posted By
springframework
since air has a byte array you can of course do...
since air has a byte array you can of course do this... i wouldnt want to do that though.
what i did was include some compiled python files that convert videos then i can call those files from...
Forum:
ActionScript 3.0
11-06-2010, 06:53 AM
Replies:
2
NetStream: publish >> close >> publish >> Netstream.Publish.Badname
Views:
2,020
Posted By
springframework
NetStream: publish >> close >> publish >> Netstream.Publish.Badname
I have a NetStream publishing properly using multicasting for fp 10.1.
My problem is that I can not close the steam and open it back up.
I call .close() on the netstream object and receive this...
Showing results 1 to 50 of 465
Page 1 of 10
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
01:01 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
.