Wow, thanks Robert, these are excellent!
JG
On 6/6/06, Robert Taylor [EMAIL PROTECTED] wrote:
The link didn't come out correct. Let's try that again.
http://www.flashextensions.com/index.php?page=free
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
and thanks for updating the wiki with the link ;) I just went out there, and
bam, there it was ;)
On 6/7/06, John Grden [EMAIL PROTECTED] wrote:
Wow, thanks Robert, these are excellent!
JG
On 6/6/06, Robert Taylor [EMAIL PROTECTED] wrote:
The link didn't come out correct. Let's try that
Hi Mike,
You can easily achieve this with the EventDispatcher Delegate classes
like this:
import mx.events.EventDispatcher;
class cMyMenu{
// let's declare static vars for menu states/options
public static var OPTION1_EVENT:String = onOption1;
public static var OPTION2_EVENT:String =
You don't need any special hash class for this; since you're using
string keys, you can simply use the Object class, like so:
class ChannelInput {
private handlerMap:Object = null;
function ChannelInput() {
handlerMap = new Object();
}
public function addKey(key:String,
Hi,
Yeah they have moved to Mplayer's location. You would be able to download
the latest source code instead of getting CVS access. Once you have source
code you can follow Soenk's ffmpeg tutorial to build FFMPEG..
http://soenkerohde.com/tutorials/ffmpeg
-abdul
On 6/7/06, Ian Tilley [EMAIL
Hi there,
I made a custom RectBorder class (in fact it does nothing, it uses a
MovieClip). The borders are drawn as intended but it has a side effect: all
components backgrounds (except List and Tree!) become white whereas I set them
to another color.
This is how I set the background color
Hi John,
Have you sorted this yet? Someone else here might have a better clue
of what's going on, but as there's no posts yet...
Your code samples don't include enough to work out the low res
picture example (have you got an online example of that happening?)
or do not include the button
Can anyone recommend a good application or website for UML modelling of an
AS2.0 application.
I have taken a look at gmodeler and downloaded an application called Enterprise
Architect, but can anyone recommend anything else I should look at.
Thanks,
Hi All,
I need help
I trying to develop some small app that read a Parameters list from a XML file
and then if succeded, read other XML files as specified by the Parameters file
and only after these files were read and succeed the app would start, what is
usually get with something like
ArgoUML . Open Source from tigris.org.
Stephen Ford wrote:
Can anyone recommend a good application or website for UML modelling of an
AS2.0 application.
I have taken a look at gmodeler and downloaded an application called Enterprise Architect, but can anyone recommend anything else I should
Better way is you can use the recursion, If your XML files follows same tags.
As below:-
..
1.. var myParameters:XML = new XML();
2.. myParametersignoreWhite = true;
3.. myParameters.onLoad = function(success)
Cant seem to find ffmpeg
Any ideas or a link to it?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier
Look for Satsuki Decoders... Theres an FFMpeg decoder included with his
pack.
Lee
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of dan
Sent: 07 June 2006 13:08
To: 'Flashcoders mailing list'
Subject: RE: [Flashcoders] 3GP to flv
Cant seem to find
Hey thanks Jim - I'll try this out. Looks like there is a
decode(string) function in Actionscript 3.0, so hopefully this issue
will go away when the 9 player gains wide acceptance. Thanks for the
link.
Jason Merrill
Bank of America
Learning Technology Solutions
-Original
If you are on windows, you can install Tortoise SVN and checkout the FFMPEG
code from here:
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
This is command, which you can execute from command prompt
I just tested and it works. Please let me know, if you face any problems.
-abdul
Jim - I tried out your static class and it works great for my problem -
thanks!
Jason Merrill
Bank of America
Learning Technology Solutions
-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Jim Cheng
Sent: Tuesday, June 06, 2006
HI,
I am facing a problem with accessibility of my application.
I have a movie clip on stage. It's accessibility name is movie Clip 1 and
it has a simple code on press event of it.
This works fine.
But when I load an image on it:
mc1.loadMovie(cat.jpg);
Screen reader reads it
ok .. some of these solutions occurred to me, but are these solution the
best OO design pratices ?
Because depending on how deep this process goes it would be hard to detect
or explict to some one else what your app does,
I was expecting that would be possible, but I don´t know how to build
Yeah, it is odd. This has been driving me nuts.
Here is example code Im using connecting to a sample service.
var service = new talkback();
service.returnString(This is a sample string);
SERVICE CLASS
import com.LuminicBox.Log.*;
import mx.remoting.*;
import mx.rpc.*;
import
Could it be security sandbox thingy?
On 6/7/06, Sam [EMAIL PROTECTED] wrote:
Yeah, it is odd. This has been driving me nuts.
Here is example code Im using connecting to a sample service.
var service = new talkback();
service.returnString(This is a sample string);
SERVICE CLASS
import
Thanks Julien, you confirmed what i thought to be the best programming
practice.
Mike
On 07/06/06, Julien Vignali [EMAIL PROTECTED] wrote:
Hi Mike,
You can easily achieve this with the EventDispatcher Delegate classes
like this:
import mx.events.EventDispatcher;
class cMyMenu{
//
When you load an image into a MC with loadmovie, you are effectively
destroying that MC, so load the image into a subclip
On Jun 7, 2006, at 9:05 AM, vivek wrote:
HI,
I am facing a problem with accessibility of my application.
I have a movie clip on stage. It's accessibility name is
I don't know what does that mean? Could you elaborate?
I have the same problem when testing the same exact service on
localhost also
Could it be security sandbox thingy?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or
http://www.codealloy.com/umlconverter.htm
2006/6/7, Ron Wheeler [EMAIL PROTECTED]:
ArgoUML . Open Source from tigris.org.
Stephen Ford wrote:
Can anyone recommend a good application or website for UML modelling of
an AS2.0 application.
I have taken a look at gmodeler and downloaded an
As far as I know, Gmodeler and EA are cool for AS 2.0. EA even allows you
roundtrip, i.e. if you change your AS2 code, it would update the diagrams...
So, you have been using the right tools, just believe in those and stick
with them :)
-abdul
On 6/7/06, jcanistrum [EMAIL PROTECTED] wrote:
The product abdul Qabiz is referring too when he says EA is Enterprise
Architect by Sparx Systems.
http://www.sparxsystems.com/
We use EA... it's a beautiful tool with support for AS3.
On 6/7/06, Abdul Qabiz [EMAIL PROTECTED] wrote:
As far as I know, Gmodeler and EA are cool for AS 2.0. EA
I would suggest to keep the loading of the parameter file simple and
create a ParameterFilesLoader class that would handle a queue of urls to
load in an array.
The class would eventually dispatch state events that your main class
would listen to, and show appropriate message to the user and
I never really understood how making an anonymous object and it's properties
into a dynamic class suddenly made it object oriented. Singleton especially
seems to be a vice for that type of thing.
The reason you would abstract the FlashVars is to 1) avoid naming conflicts
and 2) to make changes
Oops, I didn't read your full article. You solve those problems with
your extend
FlashVars suggestion! Singleton still doesn't make sense in this situation.
If you make the class a static that automatically parses _level0 you'll be
set (FlashVars will never be found anywhere but _level0 and
http://www.codealloy.com/umlconverter.htm
Doesn't work anymore.
---
erixtekila
http://blog.v-i-a.net/
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
Why not let flash do the work for you?
function convertEntities(p_str:String):String {
var x:XML = new XML(p_str);
x.parseXML();
return x.firstChild.firstChild.nodeValue;
}
var xmlStr:String = 'itemThis is the quot;String I want in quotesquot;
please help./item';
Ian,
That does help, (alot actually). I'm still an oo newb so, I really appreicate
the help and the simple-approach sample code. I wasn't sure how to deal with
the lack of hashMap.
Thanks everyone for help with this, I greatly appreciate it. I'll take a stab
at converting the java to AS
I'd actually love to see some sample code of something like you
describe. I'm an OOP newb myslef.
On 6/7/06, Julien Vignali [EMAIL PROTECTED] wrote:
I would suggest to keep the loading of the parameter file simple and
create a ParameterFilesLoader class that would handle a queue of urls to
Does anyone know of a quick way to disable (completely remove) the
themeColor of a radio button component? The selected radio button deposits
a green circle (I believe due to themeColor, such as haloGreen/etc) in
subsequent frames. I need to get rid of the green circle residues. Help
appreciated
Thanks Ryan, that's what I was looking for. So this must be a failing
of XFactorstudio's Xpath classes - and Flash's xml.parseXML() or
nodeValue does the decoding automatically? Or does anyone know a way to
get Xfactorstudios Xpath classes to decode entities?
Jason Merrill
Bank of America
ok ..
I will make a good review on mx.utils.Delegate and mx.events.EventDispatcher,
try to draft a very simple skeleton and post back later on .. thanks
2006/6/7, Julien Vignali [EMAIL PROTECTED]:
I would suggest to keep the loading of the parameter file simple and
create a
OK, not sure I can explain this. The following code is inside the MC to be
repositioned. Notice the AS targets the button named contact.
_root.contact.onRelease = function() {
endX = -500;
endY = -200;
};
}
Fine. But what if I want to move the AS out of the actual MC and
if I understand it correctly, one way would be to use attachMovie like
var myMC = this.attachMovie( MC, newName, this.getNextHighestDepth()) ;
myMC.onRelease = function()
{
this.endX = -500;
this.endY = -200;
}
2006/6/7, Tony Watkins [EMAIL PROTECTED]:
OK, not sure I can explain
Hi everyone. I have a Problem with this code and I've been testing it
for hours. I don't know much about Flash Develop. It tells everything's
right, but Macromedia Flash Pro 8 traces it Undeffined. Could anyone
tell me wath's the problem.
Thanks
Private var contador:Number;
public function
Hello All,
I have an intense situation right now, and I must come up with an answer
ASAP.
I wrote a map viewer application for my client, in which my viewer can
load .swf Vector Maps from a predetermined directory on the server.
From within my viewer, the users can perform drill-down queries, by
When you are using
siguiente_btn.onPress = function (){
if ( this.contador
this in this context is seguiente_btn and not your app
I think one solution could be to refer to siguiente_btn attaching from the
library, with something like
var contador: Number = 0 ;
var nextBtn =
anyone out there have any experience with using the mCom component set
from Metalliq? Just looking for some feedback...performance issues,
comparison with v2, wierdness, extending, etc.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription
I think, not sure, it is not possible to avoid having them cached.
I think you could use some kind of server side app ( asp, php, jsp ) to
retrieve the correct map name with loadvars or better with xml and the load
the map into your loader, so nobody could see the url where it comes from
As for the caching issue, here is a php script that I used on a recent site
that did the trick:
==
?php
$filename = $_GET['filename'];
header('Content-type: application/x-shockwave-flash');header(Expires: Thu,
01 Jan 1970 00:00:00 GMT, -1 );
One way is to use the _url property, which will point to the .swf's
location on the file system, then just have each map check if it's
residing at the proper url. If it is allow the map to be view and if
not don't display anything.
-Original Message-
From: [EMAIL PROTECTED]
The components themselves are great. They are lightweight, generally easy to
skin, and the API is very compatible with the v2 components that MM ships.
With that said; the company that acquired the set, Metaliq, does not appear
to be interested in documenting or supporting them. I have sent
escape() is for url encoding, which is not the same as xml encoding. Though
it would work ok, since all the relevent XML special chars would be also
escaped there.
Flash's XML object does not support ![CDATA[]]. When you load XML
containing CDATA, it simply XML-encodes the contents.
If
and I found more in the manual about sandBox
sandboxType (security.sandboxType property)public static
sandboxType : String [read-only]
Indicates the type of security sandbox in which the calling SWF file is
operating.
System.security.sandboxType has one of the following values:
■remote: This
I surely can't be the only one experiencing this, could I?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
You could hold the swfs in a database (or in some datastore only
accessible to the server), then serve out the swfs through Java or PHP
(or any other serverside language). Authenticate each map request with
a username / password in the query string. If you wanted to prevent
that username /
yeah, theri sample app on the homepage has a note on the bottom that
says the app was built with eariler versions of the components, and
the set was being updated, but i didnt see anything on the site
regarding updates.
On 6/7/06, Steve Polk [EMAIL PROTECTED] wrote:
The components themselves
This is a problematic area for sure. It's technically impossible to
completely protect the data in a swf from being cached and decompiled. If
you do use the _url property, it is entirely possible for someone to
decompile and rewrite the viewer swf to send back whatever they want
instead of the
i think he means sumthin like this:
inside your button:
on (release)
{
_root.myMC.endX = -500;
_root.myMC.endY = -200;
}
assuming myMC is the movieclip you are talking about
On 07/06/06, jcanistrum [EMAIL PROTECTED] wrote:
if I understand it correctly, one way would be to use
Well, I can make the themeColor for the radios white or black or whatever,
but still, how do I completely remove the themeColor so it is transparent?
Anyone know something about how to do this? Much appreciated, if so.
-Original Message-
From: Gresh, Lois [mailto:[EMAIL PROTECTED]
using this. within a function construct such as
siguiente_btn.onPress = function (){
if (this.contador=this.cant)
{
means you are talking about the variables beloging to siguiente_btn not to
its parent.
if its located on the root u can do this:
siguiente_btn.onPress = function (){
if
Seems the only solution is to handcode the radio buttons, as in the old
days, to get rid of the need to totally void the themeColor to transparent.
-Original Message-
From: Gresh, Lois [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 2:01 PM
To: 'Flashcoders mailing list'
Mental block here:
Is it possible to load a jpg with a linkage identifier from the library
into a MC on the stage?
attachBitmap and attachMovie don't seem to do it.
Thanks,
- Michael M.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription
Yes - Flash 8 only. You can't do it with attachMovie unless it's inside
a MovieClip symbol as far as I know. In Flash 8, you can do this:
import flash.display.BitmapData;
var myGraphic:String = MyGraphicLinkageID;
var myBitmapData:BitmapData = BitmapData.loadBitmap(myGraphic);
var mc:MovieClip
I've been disappointed with the MCOM components. Alot of that has to do
with the lack of documentation and support. They match the V2 API's in
many cases, but in the cases where they don't its not always easy to
figure out how to make them work the way you want since the methods and
Ooops - replied to the wrong thread.
Yes - Flash 8 only. You can't do it with attachMovie unless it's inside
a MovieClip symbol as far as I know. In Flash 8, you can do this:
import flash.display.BitmapData;
var myGraphic:String = MyGraphicLinkageID; var myBitmapData:BitmapData
=
I'm trying to use v2 media components to make a player for an mp3 that
has no background and is of a specified size and will respond to
external events. I tried two things: a media playback component, and a
media display plus associated media controller, but both have problems.
There is a
Oops - wrong thread - sorry.
Jason Merrill
Bank of America
Learning Technology Solutions
-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Merrill, Jason
Sent: Wednesday, June 07, 2006 2:47 PM
To: Flashcoders mailing list
Subject:
myRadioButton.drawFocus = undefined;
Derek Vadneau
- Original Message -
From: Gresh, Lois [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Wednesday, June 07, 2006 2:24 PM
Subject: RE: [Flashcoders] remove haloGreen - haloBlue- haloOrange
Thanks a million - works perfectly!
-Original Message-
From: Derek Vadneau [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 3:05 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] remove haloGreen - haloBlue- haloOrange
myRadioButton.drawFocus = undefined;
I have checked the archives and couldn't find much, but I wanted to do a
sanity check to make sure I wasn't loosing my mind.
I, for some crack smoking reason, seem to remember reading that WMP10
had Flash overlay support. Am i completely off here or is there a
setting that I'm missing.
I
Steve,
Some people on this list use mCom and a few of the developers (including
myself) are also on the list, if you aren't having luck with Metaliq's
response's to your issues feel free to ask here. Also there is a google
group for mCom that a few users are on, and some of the issues/bugs have
Sorry to double post, but I replyed to Steve's (different Steve) thread with
the same title. Check it out.
On 6/7/06, Rich Rodecker [EMAIL PROTECTED] wrote:
yeah, theri sample app on the homepage has a note on the bottom that
says the app was built with eariler versions of the components, and
Don't use on (release) {}, use btn.onRelease = function() {} in the frame.
Putting on (action) {} methods on button and movieclip instances is for
designers who don't know how to code.
When you assign button actions to movieclips or buttons, unless you use
this, it's going to refer to the
exactly as I told before
try to use vars to reference to object as much as possible and use this o
point to the current clip, if is _root fine, but if you move to another one
it still works
var myButton = this.attachMovie( buttonMCinLibrary, newName,
this.getNextHighestDepth()) ;
Crack is wack.
- Whitney J. Houston
I've never heard that before.
On 6/7/06, Christian [EMAIL PROTECTED] wrote:
I have checked the archives and couldn't find much, but I wanted to do a
sanity check to make sure I wasn't loosing my mind.
I, for some crack smoking reason, seem to remember
Thanks everybody, I shall go through all the suggestions, and try to
implement something that will work for all parties concerned. I guess
it is truly a balance between security and usability.
That Player 9 solution sounds wonderful! - That's how we deliver some of
our Jpegs (in a Binary data
Can anyone suggest why a condition would be false for a test on a movie
clip using instanceof MovieClip?
I have a function that includes the line:
if (graphicClip.highlighting instanceof MovieClip)
graphicClip.highlighting._visible = false;
If I precede the line with trace(typeof
Testing... Please disregard...
Haven't got any email since 6/2... :(
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig
I bought them and my experience is very similar. EXTREMELY
disappointed. The skinning is good but the lack of documentation and
support is appalling. The documentation has holes all throughout it.
I've never gotten a response from the support ticket system. Even
when I wrote asking for a
Could someone please email these .mxps to me so I can do a visual inspection?
;-)
Mike
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought
Hello All,
I am a huge advocate of declaring all my Vars, and 99% of all my
Applications, are comprised of ClassFiles extending MovieClips - this
way, I can use the AS 2.0 methods of programming, and keep my Apps as
clean as possible.
Now in my Root Timeline, I initialize all my MovieClips
Thanks for the info Ryan, that should prove useful in the future.
-Steve
--
*Ryan Matsikas* wrote :
Some people on this list use mCom and a few of the developers (including
myself) are also on the list, if you aren't having luck with
Quite frankly the vendor has destroyed any value the product may have.
http://67.104.17.194/complaint/view/57077332/c/47x9hr
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
I'm working on a XML slideshow application:
http://fuzzylogical.com/clients/rei/slideshow/v5/ss_swfObject.html
Using SWFObject, I'm easily able to pass the variable tripPath to the
swf using flashvars.
script type=text/javascript
// ![CDATA[
var
If the images are in the same dir as the xml, I would think that you
could just add it to your image path when you store the path of the
image in your image var (image[i]).
// something like this:
image[i] = tripPath +
xmlNode.childNodes[i].childNodes[0].firstChild.nodeValue;
-Original
I have a single dynamic text field (pText) I'd like to dynamically
change the width of. It is multiline with a border, and other options are off.
When I execute the following actionscript:
trace('w1:'+pText._width);
pText._width=200;
trace('w2:'+pText._width);
the trace output is:
w1:400
I'm working on a project where I am suddenly getting this error
The class or interface [***] could not be loaded.
for each class in the project.. Clearing the ASO is not helping..
anyone have further troubleshooting tips?
___
alrighty then, good thing i asked. the only reason i was considering
them was because of their smaller footprint, since I feel like there's
just too much bloat to ue the v2 comps on a regular web site (as
opposed to an application).
there's always the bit components, i guess.
On 6/7/06,
Hey fellow Flashcoders,
I'm a founder of Bunchball - we provide multi-player gaming services to
communities and social networks. We have partners integrating our services
and going live soon, so we're pretty excited.
We're looking for new multi-player Flash games to run on our platform. If
you
Isnt that the default?
On 6/7/06 7:22 PM, eric dolecki [EMAIL PROTECTED] wrote:
It would be cool to have:
StageAlign.CENTER - so the stage would be centered horizontally AND
vertically...
- e.dolecki
___
Flashcoders@chattyfig.figleaf.com
Heya,
I have an swf with form components on it, that is embedded inside another swf.
I want to be able to tab between the form elements, but when I hit tab, the
focus jumps to an element in the outer movie, rather than the embedded movie.
The focus doesn't ever return to my form, it stays on
resetting back to default - yes
On 6/7/06, Derek Vadneau [EMAIL PROTECTED] wrote:
Are you talking about being able to set the alignment back to the default
setting?
Stage.align = '';
Unless I've misunderstood. Can you elaborate?
Derek Vadneau
-Original Message-
From: [EMAIL
I would like to know if I can change the stage background color at runtime
by code.
I have solved by using a movieclip with an opaque background but I'm curious
about this due now I need to use a real big mc.
Thanks!
- F
___
I havn't tried this but you could try adding a _lockroot to the swf.
On 6/8/06, Ryan Sabir [EMAIL PROTECTED] wrote:
Heya,
I have an swf with form components on it, that is embedded inside another
swf. I want to be able to tab between the form elements, but when I hit tab,
the focus jumps to
You could also set your wmode to transparent in the object/embed tag and
use javascript to change the background of a containing DIV (Not that this
is elegant but should work).
On 6/8/06, Fernando Castillo [EMAIL PROTECTED] wrote:
I would like to know if I can change the stage background color
Oops! I did forget to specify that this question is about EXE files.
Thanks!
On 6/8/06, [EMAIL PROTECTED] wrote:
You could also set your wmode to transparent in the object/embed tag and
use javascript to change the background of a containing DIV (Not that this
is elegant but should work).
On
Hi guys,
We found somebody. Thanks for your responses.
Scott
On 6/5/06, Scott Hyndman [EMAIL PROTECTED] wrote:
Hi there,
A company that I often deal with requires a bit of Flash help. This
mainly involved the tweaking of some pre-existing Flash animations.
Easy stuff like adding logos,
Thanks Jason!
It turns out that when I use loadMovieNum on the target Movie Clip, it
embeds without a problem - but this function is really a 500 pound
gorilla IMO. Everything on the stage gets deleted, and I'm back to the
same blank screen that I would have had if I didn't even use a
Doh!
If you're having trouble managing the size of the MC you're using as a
'fake' background, you could always just use a manageable size and use:
MC._width = Stage.width;
MC._width = Stage.height;
Make sure you run that onResize if you're allowing people to resize the
window of the
94 matches
Mail list logo