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
Showing results 1 to 50 of 50
Search took
0.02
seconds.
Search:
Posts Made By:
Marsoups
Forum:
Flash Media Server
02-18-2012, 05:59 PM
Replies:
2
Broadcasting multiple mic's
Views:
921
Posted By
Marsoups
Broadcasting multiple mic's
Hi all,
I'm working with broadcasting mic's to a flash media server, so multiple individuals can broadcast their mics' simultaneously. It appears that only 1 publisher can publish or broadcast to...
Forum:
ActionScript 3.0
04-03-2011, 01:36 PM
Replies:
4
CS5 is rubbish. Help?
Views:
605
Posted By
Marsoups
Thank you.. managed to find it outside of CS5...
Thank you.. managed to find it outside of CS5 itself :)
I'll check all the settings out to make sure something didn't disable it somehow.
Forum:
ActionScript 3.0
04-03-2011, 12:05 PM
Replies:
4
CS5 is rubbish. Help?
Views:
605
Posted By
Marsoups
I did an upate about a week ago and you know, I...
I did an upate about a week ago and you know, I no longer have that help app.
Instead of opening that up, it takes me directly to a browser window :((
This really sucks, I'd much prefer using...
Forum:
ActionScript 3.0
04-03-2011, 10:21 AM
Replies:
4
CS5 is rubbish. Help?
Views:
605
Posted By
Marsoups
CS5 is rubbish. Help?
I was loath to convert over to CS5 , but now that so many of our clients are based on CS5 there's no possibility to work with CS3 any longer as there's no ways to save.
Now the thing I say that...
Forum:
ActionScript 3.0
03-30-2011, 10:59 AM
Replies:
6
overlapping bitmaps
Views:
659
Posted By
Marsoups
As the 2'nd post said, simplest solution: ...
As the 2'nd post said, simplest solution:
create two sprites. add bitmaps to sprites. set the alpha of the top sprite. simple. :)
Forum:
ActionScript 3.0
03-30-2011, 10:49 AM
Replies:
5
1046: Type was not found or was not a compile-time constant: GraphicsPath.
Views:
1,182
Posted By
Marsoups
interesting lolz google didn't have any...
interesting lolz
google didn't have any mentions on this at all surprisingly
Forum:
ActionScript 3.0
03-30-2011, 10:48 AM
Replies:
5
1046: Type was not found or was not a compile-time constant: GraphicsPath.
Views:
1,182
Posted By
Marsoups
Boomerang could be a sprite too, if it has only...
Boomerang could be a sprite too, if it has only one frame.
oh plz note publishing it in flash player 10 doesn't have an error.. must publish to flash player 9
Forum:
ActionScript 3.0
03-30-2011, 10:09 AM
Replies:
5
1046: Type was not found or was not a compile-time constant: GraphicsPath.
Views:
1,182
Posted By
Marsoups
1046: Type was not found or was not a compile-time constant: GraphicsPath.
Thought I'd share with you lot an error we discovered when upgrading our app from CS3 to CS5.
Our app stopped working, so we had to move through it and locate the source of this bug, bit by bit....
Forum:
ActionScript 3.0
10-15-2009, 03:29 AM
Replies:
3
Why does this simple movie load and creation of instance crash flash?
Views:
684
Posted By
Marsoups
Hey thanks for the response :) The...
Hey thanks for the response :)
The getDefinitionByName function will normally return classes in any case..
Returns Object — Returns a reference to the class object of the class specified by the...
Forum:
ActionScript 3.0
10-15-2009, 12:41 AM
Replies:
3
Why does this simple movie load and creation of instance crash flash?
Views:
684
Posted By
Marsoups
Why does this simple movie load and creation of instance crash flash?
Hear me out here..
I create an external movie and create a base document class for that movie, say for example, we'll call the base document class 'test' for this example.
Now in the main...
Forum:
ActionScript 3.0
06-19-2008, 11:55 PM
Replies:
3
getObjectsUnderPoint
Views:
3,945
Posted By
Marsoups
It returns the bottom-most child, so if you want...
It returns the bottom-most child, so if you want to see what the name of the clip is you'll have to access the name of the parent, so for example try arr[i].parent.name
Forum:
ActionScript 3.0
06-05-2008, 11:55 AM
Replies:
8
How do you dynamically call a class (using vars) in AS3
Views:
5,217
Posted By
Marsoups
Simplest idea i could come up with to solve this,...
Simplest idea i could come up with to solve this, if anybody in the future needs to know...
you have to create a reference to it somehow in the source.
easiest way to do it is to make an array....
Forum:
ActionScript 3.0
06-05-2008, 11:27 AM
Replies:
8
How do you dynamically call a class (using vars) in AS3
Views:
5,217
Posted By
Marsoups
so any ideas ?? to put it in short, how can...
so any ideas ??
to put it in short, how can you create an instance of a class that you have loaded into the library using applicationdomain (however not createed an instance of yet), when you want...
Forum:
ActionScript 3.0
06-05-2008, 11:14 AM
Replies:
8
How do you dynamically call a class (using vars) in AS3
Views:
5,217
Posted By
Marsoups
still not working, if i have not made an instance...
still not working, if i have not made an instance of the class... i need to be able to tell what classes are accessible somehow i guess..
Forum:
ActionScript 3.0
06-05-2008, 09:47 AM
Replies:
8
How do you dynamically call a class (using vars) in AS3
Views:
5,217
Posted By
Marsoups
ok i tried this...
ok i tried this...
Forum:
ActionScript 3.0
06-05-2008, 09:34 AM
Replies:
8
How do you dynamically call a class (using vars) in AS3
Views:
5,217
Posted By
Marsoups
Getting a strange error though... Here's my...
Getting a strange error though...
Here's my code..
Results in this error :
ReferenceError: Error #1065: Variable B2 is not defined.
at global/flash.utils::getDefinitionByName()
Forum:
ActionScript 3.0
06-05-2008, 08:56 AM
Replies:
8
How do you dynamically call a class (using vars) in AS3
Views:
5,217
Posted By
Marsoups
cheers lord, you're a champ !!!:cool:
cheers lord, you're a champ !!!:cool:
Forum:
ActionScript 3.0
06-05-2008, 08:42 AM
Replies:
8
How do you dynamically call a class (using vars) in AS3
Views:
5,217
Posted By
Marsoups
How do you dynamically call a class (using vars) in AS3
Hi all,
Let's say I have two classes :
package {
public class B1 {
function B1() {
trace("CLASS B1 INSTANTIATED");
}
}
Forum:
ActionScript 3.0
06-01-2008, 10:53 PM
Replies:
10
Poll:
Timeline scripting in AS3.0
Views:
3,214
Posted By
Marsoups
Ok I would like to ask what is the best solution...
Ok I would like to ask what is the best solution out there for this.
I have a movieclip with multiple frames, representing different movieclips, right. Now in those individual movieclips , I want...
Forum:
ActionScript 3.0
05-08-2008, 04:55 AM
Replies:
10
Poll:
Timeline scripting in AS3.0
Views:
3,214
Posted By
Marsoups
there's a great blog post on this problem here : ...
there's a great blog post on this problem here :
http://www.richardleggett.co.uk/blog/index.php/2008/02/18/enabling_access_to_timeline_items_in_as3
Forum:
ActionScript 3.0
05-08-2008, 04:51 AM
Replies:
10
Poll:
Timeline scripting in AS3.0
Views:
3,214
Posted By
Marsoups
WEll I guess I'm going to have a go and put my...
WEll I guess I'm going to have a go and put my theory for the best workaround.......
On frame 2, or every movie that you need updates to occur on a frame, create some actionscript on that layer of...
Forum:
ActionScript 3.0
05-08-2008, 04:42 AM
Replies:
10
Poll:
Timeline scripting in AS3.0
Views:
3,214
Posted By
Marsoups
Right... So what is the best way to tackle that...
Right... So what is the best way to tackle that ?? Do you suggest putting all the objects in the first frame, hiding it, then heading to second frame and it will 'remember' the object ?
How would...
Forum:
ActionScript 3.0
05-08-2008, 04:28 AM
Replies:
10
Poll:
Timeline scripting in AS3.0
Views:
3,214
Posted By
Marsoups
Of course it exists.... It just is...
Of course it exists....
It just is inaccessible until a point in time where it renders to the screen, which is very different to AS2 :( Simply changing export settings to AS2.0 makes it work! ;)
...
Forum:
ActionScript 3.0
05-08-2008, 04:17 AM
Replies:
10
Poll:
Timeline scripting in AS3.0
Views:
3,214
Posted By
Marsoups
Timeline scripting in AS3.0
Hi all,
Just bringing in a simple concept here.
I have a movieclip. On frame 2 I have a textfield. I would like to set this textfield immediately after sending it to that frame.
So I go, ...
Forum:
ActionScript 3.0
05-06-2008, 10:42 PM
Replies:
5
Super class won't access properties which are provided in its descendants
Views:
2,366
Posted By
Marsoups
*bump* any takers ? ;)
*bump* any takers ? ;)
Forum:
ActionScript 3.0
05-06-2008, 10:41 PM
Replies:
10
Loading images from Flash Library in AS3
Views:
8,418
Posted By
Marsoups
Have you got the library object to 'export for...
Have you got the library object to 'export for actionscript' and 'load in first frame' ?
Forum:
ActionScript 3.0
05-06-2008, 08:49 AM
Replies:
5
Super class won't access properties which are provided in its descendants
Views:
2,366
Posted By
Marsoups
hey there, thanks for the response. ...
hey there, thanks for the response.
actually, i'm just referring to an mc that is actually placed in the movieclip (.swf) mc2 in the example.
the movieclip in question is a marker and I want...
Forum:
ActionScript 3.0
05-06-2008, 06:12 AM
Replies:
5
Super class won't access properties which are provided in its descendants
Views:
2,366
Posted By
Marsoups
Super class won't access properties which are provided in its descendants
If I have a super class, that extends movieclip,
for example:
package {
import flash.display.MovieClip;
public class motherofallclasses extends MovieClip {
var mc2:MovieClip;
...
Forum:
ActionScript 3.0
04-30-2008, 12:18 PM
Replies:
14
if (myMovieClip != null){ ?????
Views:
1,704
Posted By
Marsoups
hey mate, check this thread it also has...
hey mate,
check this thread it also has some useful, similar related infos...
http://www.actionscript.org/forums/showthread.php3?t=168507
Forum:
ActionScript 3.0
04-30-2008, 12:13 PM
Replies:
3
Play the timeline in another movie
Views:
724
Posted By
Marsoups
Well I think the problem is that you are trying...
Well I think the problem is that you are trying to play these movieclips in the wrong scope... (event scope is different from main)..
Try to see if you can 'see' the movieclips from within this...
Forum:
ActionScript 3.0
04-29-2008, 10:40 AM
Replies:
10
Can you pass variable from within function?
Views:
1,240
Posted By
Marsoups
there must be something wrong with the way you're...
there must be something wrong with the way you're handling the override, perhaps the wrong parameters or an override is not possible for the function you're attempting to override. Are the parameters...
Forum:
ActionScript 3.0
04-29-2008, 08:10 AM
Replies:
4
Loading an external movieclip and communicating between them
Views:
933
Posted By
Marsoups
well I'm pretty surprised that nobody knows the...
well I'm pretty surprised that nobody knows the answer to this haha... I feel like an expert in AS 3.0 now :shock:
the solution, the only one i could find and works is when you get the event, to...
Forum:
ActionScript 3.0
04-29-2008, 02:00 AM
Replies:
4
Loading an external movieclip and communicating between them
Views:
933
Posted By
Marsoups
hey sorry... make it this... Note that if...
hey sorry... make it this...
Note that if you call 'stage' from mc2 it appears to be the loader itself.... So that hasn't really answered my question...
Forum:
ActionScript 3.0
04-29-2008, 12:48 AM
Replies:
4
Loading an external movieclip and communicating between them
Views:
933
Posted By
Marsoups
Loading an external movieclip and communicating between them
I'm having difficulty getting a movieclip loaded with the loader to communicate with the movieclip that loaded it..
Let's just say we load an mc called mc2 somewhere onto the stage.
Now on the...
Forum:
ActionScript 3.0
04-28-2008, 12:42 AM
Replies:
6
Socket Connection gets dropped in Internet Explorer
Views:
957
Posted By
Marsoups
ok i tried this in firefox and i get a security...
ok i tried this in firefox and i get a security violation error being generated :
Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation:...
Forum:
ActionScript 3.0
04-28-2008, 12:39 AM
Replies:
14
AS3 getting textfield to move with parent.
Views:
3,299
Posted By
Marsoups
You will have to refer to the instance name on...
You will have to refer to the instance name on the timeline when you call updateTextfield. Also make sure the instance name is consistant on all keyframes...
Forum:
ActionScript 3.0
04-28-2008, 12:21 AM
Replies:
14
AS3 getting textfield to move with parent.
Views:
3,299
Posted By
Marsoups
well, some of the point of using flash is having...
well, some of the point of using flash is having a visual interface to design and create animations like this...
It's just unfortunate that AS 3.0 has complicated that matter even further...
Forum:
ActionScript 3.0
04-27-2008, 11:59 PM
Replies:
14
AS3 getting textfield to move with parent.
Views:
3,299
Posted By
Marsoups
yeah that's a downpoint in AS3.0 it gets really...
yeah that's a downpoint in AS3.0 it gets really tricky.. In AS 2.0 you could set this every time there is a keyframe on the timeline, however in AS 3.0 this is not as clear and there is a lag between...
Forum:
ActionScript 3.0
04-27-2008, 11:49 PM
Replies:
8
Ways to check for MC instances in AS3
Views:
1,056
Posted By
Marsoups
high fives evdog, seems to work and returns null...
high fives evdog, seems to work and returns null if object doesn't exist..
cheers!
Forum:
ActionScript 3.0
04-27-2008, 11:40 PM
Replies:
6
Socket Connection gets dropped in Internet Explorer
Views:
957
Posted By
Marsoups
Shouldn't be any problems... Maybe there...
Shouldn't be any problems... Maybe there something wrong with your IE
Forum:
ActionScript 3.0
04-27-2008, 11:38 PM
Replies:
14
AS3 getting textfield to move with parent.
Views:
3,299
Posted By
Marsoups
You might have tohave a command on each keyframe...
You might have tohave a command on each keyframe on the timeline to recreate the textfield.. Give that a go...
Keyframes often reset instances but I'm not sure if it will reinitialize the actual...
Forum:
ActionScript 3.0
04-27-2008, 10:53 PM
Replies:
8
Ways to check for MC instances in AS3
Views:
1,056
Posted By
Marsoups
Unfortunately that not work either... still...
Unfortunately that not work either... still crashes it...
Guess there's no way to take this approach unless you know exactly what is on the stage ,eh...
Forum:
ActionScript 3.0
04-24-2008, 11:16 AM
Replies:
8
Ways to check for MC instances in AS3
Views:
1,056
Posted By
Marsoups
cheers, however if the display object AND...
cheers, however if the display object AND references to that object doesn't exist , it brings up this error :
1120: Access of undefined property test2.
:eek:
It only really checks to see if...
Forum:
ActionScript 3.0
04-24-2008, 09:07 AM
Replies:
8
Ways to check for MC instances in AS3
Views:
1,056
Posted By
Marsoups
no that doesn't work -- contains is a keyword for...
no that doesn't work -- contains is a keyword for sorting through xml's..
anybody with any ideas ?
Forum:
ActionScript 3.0
04-24-2008, 04:50 AM
Replies:
8
Ways to check for MC instances in AS3
Views:
1,056
Posted By
Marsoups
Ways to check for MC instances in AS3
hey all,
wondering if anybody has good ideas here..
In AS2.0 it was simple, you just wrote
if(mc_clip) { // do whatever };
However, in AS3.0 if you attempt the same thing it spits the...
Forum:
ActionScript 2.0
03-13-2008, 03:51 AM
Replies:
2
Strange 'swapdepths' functionality
Views:
608
Posted By
Marsoups
Nobody has any thoughts on this I see... wow.....
Nobody has any thoughts on this I see... wow.. surprised nobody has encountered this issue...
Well, I did find that if you scrub in the timeline with keyframes, having changed the depth of a movie...
Forum:
ActionScript 2.0
03-13-2008, 03:46 AM
Replies:
24
calling a function from an onMotionFinished event handler
Views:
2,411
Posted By
Marsoups
I have a similar problem to this... I also get...
I have a similar problem to this... I also get the error message
"there is no method with the name 'Proxy' so I'm thinking this must be another version of delegate class ?
Anybody have any...
Forum:
ActionScript 2.0
03-05-2008, 09:24 AM
Replies:
2
Strange 'swapdepths' functionality
Views:
608
Posted By
Marsoups
Strange 'swapdepths' functionality
Hello,
I'm wondering if any of you have experienced this.
If you have two movies in a timeline, perhaps duplicate some movieclip, say (as in my example), then set the depth of movie1 to a...
Forum:
ActionScript 2.0
02-28-2008, 05:51 AM
Replies:
1
Using eval to call a variable function name
Views:
1,035
Posted By
Marsoups
Aaah no worries I did a bit of a search on here...
Aaah no worries I did a bit of a search on here and found the solution !
Simply put
:D thanks
Forum:
ActionScript 2.0
02-28-2008, 05:46 AM
Replies:
1
Using eval to call a variable function name
Views:
1,035
Posted By
Marsoups
Using eval to call a variable function name
Hey AS'ers..
I'd appreciate if somebody could help me here, hopefully somebody knows the terminology.
I've got a class that extends Movieclip. Now I set a variable in the class from the parent...
Showing results 1 to 50 of 50
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
04:25 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
.