Franto,
You may have a look also to KinesicFusion at www.kinesissoftware.com...
It saves me several times ;-)
Julien.
franto a écrit :
Thanks Campbell and John for your help
sure, i've tried recovery software, today i will try another 2 softs,
because 1st one, has predefined file types,
flashextensions.com has screen tutorials using eclipse
Fredrik Lantz wrote:
Hi
I am intrested in trying to develop with eclipse, does anyone have any good
links to provide for seting things up.
Happy for all help i can get.
//Fredrik
Julien, is it decompiler? or what?
On 12/20/05, Julien Vignali [EMAIL PROTECTED] wrote:
Franto,
You may have a look also to KinesicFusion at www.kinesissoftware.com...
It saves me several times ;-)
Julien.
franto a écrit :
Thanks Campbell and John for your help
sure, i've tried
Yes it's a decompiler... Browse to your SWF file in the file explorer,
and choose Decompile SWF in the right-click context menu. It should
recreate your repository structure of .as files and a actionscript 1
dump in a xml-like .RVML file.
Anyway, each time I tried to recover .as files with all
I need a proxy able to load images from remote servers and return them
as SWF files. The SWF files also have to be in version 4 (you guessed
it, Flash Lite...). Oh, and I have to use ASP.NET.
The only tool I've found this far is ActiveSWF ( http://activeswf.com )
that seems to do the job. Is
Hi Nick,
Im 99% sure of the answer to this but I'll ask anyway:
Is it possible to have any interaction between the Windows desktop
and a
flash movie? i.e. drag an object from Windows and drop into the flash
movie?
You'll need a third party projector building tool for this. Not sure
if
Hi,
Is it possible to dynamically set the height of the CreateTextField ?
Here's my need.
I import datas from a file and generate textfields on fly
Some datas can have a lot of rows and some of them just 2 or 3 rows.
So I would like to adjust for each textfield the height value to get all the
Hi Franto,
i got ASV as well, and i will try it, Sothink decompiles classes to
correct folder structure, hopefully ASV will does it in same way...
Yes, ASV can save class AS with correct folder structure.
If there's any problem with the decompile, if possible, please send me your
SWF(s) and
You have to set up a local connection object in each swf movie with
different names
They are one way communications classes so you cannot talk in both
directions via just one.
So add another one to your other file.
Cheers
alan
--
This email and any files transmitted with it are
Sorry... had no intention of sending this 3 times... actually... I
only sent it once... Must be a hick-up in the list I guess...
So yeah... Still looking for input on this...
Serge
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
Thanks, I ve seen this property after posting the question..
Just a quick question (sorry for my ignorance).
Behind this texfield, I have a MovieClip (it's a rectangle), and I would
like to adjust the height depending the textfield height (and I would like
to preserve my size font).
Right now,
i just have this, but it's implemented in AS3
http://www.franto.com/blog2/as3-cloth-simulation-verlet-algorithm
On 12/20/05, Serge Jespers [EMAIL PROTECTED] wrote:
Sorry... had no intention of sending this 3 times... actually... I
only sent it once... Must be a hick-up in the list I guess...
Jose Maria Barros wrote:
Hello! Im trying to do a portfolio gallery with a grid and small
thumbnails with xml.
I ve been doing some tutorials to help me..but this thing doesnt work.
[snip]
The xml file is made correctly and the path for the images is
link=imagens/somepic.jpg
The problem
Really? I'm working on a project where most of my data is to be
supplied via webservices and it will most certainly be more than 2-3
methods.
I'm putting together a serviceLocator class (singleton) that takes
care of all my webservice calls. You're not using the MX 04 web
service connector are
ups..sorry..forgot..well...it doesnt download the thumbnails..here is
the code in the debugger
Variable _level0.picHolder = [object #6, class 'XMLNode'] {
foto thmb=imagens/img3.jpg main=imagens/img3.jpg /
}
Variable _level0.thumbHolder = [movieclip:_level0.thumbnails.thumbnail8]
Variable
Can I provide array like access to a custom collection object?
E.g.
Class MyClass
{
private var myArray:Array;
public function getArray():Array
{
return this.myArray;
}
}
This would allow access to the array items as so:
var
looks like your xml and your code dont match.
the debugger says your xmlnode has attributes thmb and main, your code
says 'swf' and 'link'
?
maybe thats it.
martin
Jose Maria Barros wrote:
ups..sorry..forgot..well...it doesnt download the thumbnails..here is
the code in the debugger
How do I enabled custom tab indexes? the following example doesnt seem
to work for me
user_movie.user_input.inputText.tabIndex = 1;
pass_movie.pass_input.inputText.tabIndex = 2;
tabEnabled = true ?
---
erixtekila
http://blog.v-i-a.net/
Dan Thomas wrote:
Can I provide array like access to a custom collection object?
E.g.
Class MyClass
{
private var myArray:Array;
public function getArray():Array
{
return this.myArray;
}
}
[snip]
How can I change it so I can achieve
http://www.storyabout.net/typedrawing
This is an application that uses bulging text in a static manner.
It might give you an idea..
2005/12/20, rishi [EMAIL PROTECTED]:
Hi
I have been trying to achieve text warp , with all the technologies and
the skillset I possess, but to no success. I
Hi list,
I'm creating a 2D football stadium in Flash (4 views) which will be
populated with avatars/users from a .NET webservice.
The football stadium is illustrated - it's not 3D. The avatars are simple
animated MovieClips.
Every section of the stadium has a stand with a certain number of
it's hard to say, i think it depens of your 4 views :)
can it be matematically told that you can assign ID to every seat by
some math formulas?
or you want just create your views after you will find a good way to
populate them? (sorry for my english :)
On 12/20/05, Jan Huzelius [EMAIL
Thanks very much Morten
DannyT
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Morten
Barklund Shockwaved
Sent: 20 December 2005 13:15
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Array like access to custom class?
Dan Thomas wrote:
Can I
Hi franto,
Thanks for your reply. Dude, your english is not that bad :)
The current idea I'm working on is to get the Flash designer to place
an empty MovieClip on every seat of the stadium and name this empty
clip with a unique ID (Tier1_Block1_Stand1_Row1_SeatNumber1). Pretty
much as you
Just a suggestion...
Are your users choosing their seat or are you populating your stadium in
a orderly fashion? One way or the other, when they register you
attribute them their seat and store that info (the seat id) in a
BD...And when they return to the stadium, just pullout the seat...
On Dec 20, 2005, at 5:58 AM, franto wrote:
i just have this, but it's implemented in AS3
http://www.franto.com/blog2/as3-cloth-simulation-verlet-algorithm
That's interesting. Only thing is that cloth doesn't stretch (unless
it's spandex or something). :) Aside: a particle spring system is
Yeah, the users are allowed to choose their seat.
And I can loop trough the avatar object and pull out his seatNumber but we
need a good way to link that seatID in the db with the one onstage.
Thanks
Jan
On 20/12/05, Éric Thibault [EMAIL PROTECTED] wrote:
Just a suggestion...
Are your
Instead, use Flash Remoting to return an array.
Jason Merrill | E-Learning Solutions | icfconsulting.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Corban Baxter
Sent: Monday, December 19, 2005 6:06 PM
To:
Hey all,
I've seen a few examples of a scenic landscape that is scrolled to view
more by the mouse cursor and can't seem to find any references to them a la
google. Does anyone have a clue where to find these sources or have an
example handy?
I've just gotten pinned by my boss to have
someClass.elem(0) = myObj;
Nope - of course not. elem is a function - you can't use it that way.
You can do anything you like, though. Create your own function for instance:
someClass.setElem(0, myObj);
Or a general addElem, that doesn't take a position argument but just
pushes to the end:
OK!
The empty MC (or component) placed on every seat representation by your
Flash designer could have a load image fonction to place the avatar (jpg
image outside your flash?) inside itself and scalled to fit?
1. the user logs in to your system
2. you tell the MC corresponding to his
Looks like you're running into the character limit of URL strings. I second
Jason's recommendation of remoting. Either that or use coldfusion to write
XML files.
Mike
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
You could try using flashVars instead of appending the parameters to the end
of the URL. I don't think flashVars has a limit. May be less hassle than
switching to Remoting.
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16417
Cheers,
Ian
On 12/19/05, Corban Baxter [EMAIL
Hi Eric,
Thanks for thinking out loud! :)
Or are the seats reservé once a user registers (logged in or not)?
Yes. Apparently, once they register they get a seat and they can't change
seats. they can reserve a seat though (expires after 24hrs)
The reason why we've chosen to place the empty
BTW, what's BD short for?
On 20/12/05, Jan Huzelius [EMAIL PROTECTED] wrote:
Hi Eric,
Thanks for thinking out loud! :)
Or are the seats reservé once a user registers (logged in or not)?
Yes. Apparently, once they register they get a seat and they can't change
seats. they can reserve a
Surely all you need to do is just name the placeholder MovieClip instances
appropriately?
So if the database returns a seat identifier, then access a clip named
seat_someID with:
var seatClip:MovieClip=myTimeline[seat_+seatID];
where we assume seatID is a string returned from the database (e.g.
If all the seats (manualy placed empty MC) have an id identifier, just
use that id to store inside your DB! It's a direct connection between
your user (databasewise) and that particular seat!
then use myStadium[MyUserSeat].DoFonctionX(params); //(if your empty MC
contains that particular
Cool!
Thanks Ian, and Eric for your suggestions!
Cheers,
Jan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Really? I'm working on a project where most of my data is to be
supplied via webservices and it will most certainly be more than 2-3
methods.
I have got it fixed, i think it was a timing issue when I added a
setInterval( this, flightRequest, 1000 ); it works to trigger the 3-4
methods in
Hi Corban,
If you're looking for books I recommend the following:
1) Flash Remoting - The definitive guide (Tom Muck) (oldie but goodie)
2) Flash MX Professional 2004 for Server Geeks (Nate Weiss) -
Demystifies quite a lot of things
Otherwise checkout the tutorials on these sites for more:
OK..ive found it..i forgot to put the this in the thumbHolder Variable...
On 12/20/05, Jose Maria Barros [EMAIL PROTECTED] wrote:
Heelo---well ive made some progress, but the problem is that it
only shows one thumbnail of the xml grid--..can anyone help me?
///XML
myPhoto = new XML();
Ok..sorry to bother...but i have one question...its possible to insert
this code in a movie clip? because ive tried.. putting _root in
all..but it didnt worked. Ive wanted to put this in other movie
because i wanted to this code load after and animation
Thanks...
On 12/20/05, Jose Maria
I'm asking this more out of curiosity than necessity, but the responses
to this thread may help be avoid some headaches in the future.
Been using xfactorstudio's Xpath classes with great success. However, I
have found an odd thing - sometimes I have to cast what I thought was
already string, to
if (System.capabilities.playerType == External)
{
//do something
}
Hope the above helps.
cp
: Cole Peterson
: ZAAZ, Inc
: Interactive developer
: [EMAIL PROTECTED]
: t 206.341.9885 x4867
: www.zaaz.com
--
Message: 14
Hi,
Hopefully an easy one for
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Hello all,
I'm looking for some information regarding licensing and how to apply
some anti-piracy measures for Flash.
I was recently approached to build a rather robust enterprise
application and I'd like to protect the code from redistribution
without consent.
Is flash remoting a server side app I need like cfm or is it native in the
flash player?
Corban Baxter | rich media designer | www.funimation.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johan Lopes
Sent: Tuesday, December
The Remoting Gateway is built into the ColdFusion application server. You use
the Remoting components on the Flash side.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corban Baxter
Sent: Tuesday, December 20, 2005 12:50 PM
To: Flashcoders mailing
Hi Jason,
I've noticed simliar behavior but I think it's just in how you are using
it. Generally I think Xpath will return an array of XMLNode types
unless you grab a small enough piece of information. If you look in the
class files you can also use selectNodesAsString. This will force all
Hi Jason,
AFAIK, XPath.selectNodes() returns an Array.
snippet from the docs
/**
10 *selectNodes
11 *
12 *returns an array of nodes that match the given XPath
13 *expression using the the XMLNode (context) as the
14 *starting
Hmm. I now see what you mean. Maybe when you pass the value without
casting it in the raw, some V2 components such as textArea etc, does
an auto cast toString and therefore can deal with it but the
MediaPlayback component is expecting a proper String and doesn't no
what to grab it if you pass
Remoting are AS2 classes you import and use in Flash, as well as the gateway
built into ColdFusion MX 7.
Jason Merrill | E-Learning Solutions | icfconsulting.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Corban
Very Interesting - thank you. I've had a hard time finding this kind of
documentation. At least some that is readable. The w3c pages are
pretty over-spec'd and impossible to me for the most part. Interesting
to have to open the class files to find out what you can do. Thanks
again!
Jason
Does anyone have any links on stuff Not to do in flash that maybe
cause the plugin to slow down or halt. Maybe even some best practices
when working on large projects?
Thanks!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
AFAIK, XPath.selectNodes() returns an Array.
How do you use Xpath to return node values then?
Jason Merrill | E-Learning Solutions | icfconsulting.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Johan Lopes
Sent:
Ralph,
FYI - As per your suggestion, selectNodesAsString does not work. If I
use that, I still have to cast it to String first.
Jason Merrill | E-Learning Solutions | icfconsulting.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On
Maybe something like this may help?
myText=XMLNode((XPath.selectNodes(myxml,myNodePath/mynode())[0])).nodeValue;
Mike Boutin
Merrill, Jason wrote:
AFAIK, XPath.selectNodes() returns an Array.
How do you use Xpath to return node values then?
Jason Merrill | E-Learning
LOL. That's a great title for a Flash book. Quick, let's contact a publisher :)
/Johan
On 12/20/05, Mike Boutin [EMAIL PROTECTED] wrote:
Does anyone have any links on stuff Not to do in flash that maybe
cause the plugin to slow down or halt. Maybe even some best practices
when working on
Hi H,
If you're asking about client-side AS3 in Flex 2 I highly recommend you
try it out. It's the best way to get a sense of it. Download Flex 2 from
here:
http://labs.macromedia.com
The help is remarkably good - even amazing for an alpha.
I'm not a Flex 2/MXML expert but you can:
1.
Hi all.
Is it possible to draw a dotted line between two points or do I have to
custom something with a function?
I have the nead for plain, dotted, double-dotted...
Thanks a lot.
--
===
Éric Thibault
Programmeur analyste
Réseau
Has anyone played with OpenLaszo as well as Flex? Does flex allow you
to compile a stand-alone swf file such as OpenLaszlo does?
Thanks!
Mike Boutin
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
If you're working on large projects:
A while back, I think it was Ryan Matsikas (I hope I spelled his
surname right) that said something really profound and which I try to
apply to every Flash project I work on:
Just because Flash/ActionScript is getting more and more powerful and
potent with
I belive both the Flashcoders Flashnewbie have 2 threads on this in the
archives; good stuff.
Thing to keep in mind is there are don'ts and there are optimizations
which are 2 different things.
- Original Message -
From: Johan Lopes [EMAIL PROTECTED]
To: Flashcoders mailing list
Flex 1.5 and 2 allow you to compile stand alone SWF's. Flex 1.5, however,
requires the Flex server to be installed on the box where the SWF is
deployed to.
- Original Message -
From: Mike Boutin [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent:
Hi Eric,
I think Aled Ulhmanns's animation package does this:
http://www.alex-uhlmann.de/flash/animationpackage/
Also, I recall an old article on MMs dev site about this:
http://www.macromedia.com/devnet/flash/articles/adv_draw_methods.html
HTH,
/Johan
On 12/20/05, Éric Thibault [EMAIL
Yes, I have come across this as well and always use:
String(XPath.selectNodes(temp_xml,myPath/text())[0])
Doug Coning
Software Developer
FORUM Solutions, LLC
-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Mike Boutin
Sent: Tuesday,
Can I provide array like access to a custom collection object?
The easiest way would be to extend Array. Then you start with all the
functionality of the Array object, and you can add or remove functionality
as needed.
ryanm
___
Flashcoders
Doesnt XPath.selectNodes(myxml, pathtocontent/text()); return the text
value as well?
Doug Coning wrote:
Could it be because the Xpath may return either a string or an array
depending on how you structure your query?
I agree that if there was a selectText type method where you pass in an
Mike Boutin wrote:
Doesnt XPath.selectNodes(myxml, pathtocontent/text()); return the text
value as well?
The documentation says, that selectNodes *always* returns an array of
XMLNode-objects - and it does. Always.
The text()-syntax is only used to get the XMLNode representing a text
node -
A while back, I think it was Ryan Matsikas (I hope I spelled his
surname right) that said something really profound and which I try to
apply to every Flash project I work on:
Mattes, thanks... ;-)
It's really not that profound, it's just that when all you have is a
hammer, everything
Man I wish I understood l33t speak. Jason thanks but all this lingo is a bit
over my head. I understand the AS2 Classes but gateway in Coldfusion MX 7. What
is a gateway?
Oh and to all that helped thanks. They FlashVars=etc... worked for this
project. When I get more time I am going to try
Mattes, thanks... ;-)
Doh!
/Johan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Doesnt XPath.selectNodes(myxml, pathtocontent/text()); return the
text
value as well?
Sure, but I don't think that works on attribute values (as in my example
in my post).
Jason Merrill | E-Learning Solutions | icfconsulting.com
NOTICE:
This message is for the designated recipient
Just think of the Remoting Gateway as just the part of the ColdFusion Server
software that allows remoting to happen on the server from a Flash file, that's
all you really need to know. I mean you need to use the remoting components to
connect to the gateway, but that's pretty simple and there
Actually, the person who told you to use just autosize has it wrong. If you
set a textfield to autosize, it will expand the right edge to fit the text,
so unless you're putting linebreaks in your text manually, it won't adjust
the height of the textfield.
There's a kludge workaround for making
Work is ON-SITE AND PART TIME in gorgeous Tucson, AZ. NO TELECOMMUTE.
GUI PROGRAMMER
Looking for a coder with quality OOP principles, understands layout
management and a sense of design. Code will be written in Flash
ActionScript. ActionScript experience is a major plus, but more
important
Not to confuse things but has anyone looked at JSON? I'm not a
programmer (all the time ;) but I was wondering if it would have any
relevance here since it returns data in flash's native format
(ecmascript)
http://en.wikipedia.org/wiki/JSON
Parser here:
I've used a number of different auto-documentation generators before,
but not with actionscript. I was wondering what everyone was using, if
AS2Doc was the defacto standard, or if there are others that are as good or
better for documenting actionscript. I'm tasked with writing a coding and
I've used Natural Docs for ActionScript documentation in the past
http://naturaldocs.org/
Brooks
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Im having a wierd problem with using .split on an array. I create an
array 3 frames before in the same timeline like so:
_root.cat_colors = new Array();
_root.cat_colors[0] = bob,john,betty;
Then 2 frames down the timeline I run a loop like so:
for (i=0; i_root.cat_colors.length; i++) {
Yeah, I've already gone and posted with the university. Perhaps I should
say that its on a part-time project basis? I'm not really expecting
anyone on this list to be available, but just in case.
Chris
Merrill, Jason wrote:
On-site only and PART time? I sure hope you find someone! :)
I tried it like you said, putting them in different frames, and it works
fine for me.
Frame 1:
_root.cat_colors = new Array();
_root.cat_colors[0] = bob,john,betty;
Frame 3:
for (i=0; i_root.cat_colors.length; i++) {
trace(String: +_root.cat_colors[i]);
var tempColor:Array =
Just took your code and plonked it in a new .fla and it works for me. Is
anything else happening in the movie or any included movies?
See it here: http://www.adrianlynch.co.uk/temp/colours.fla
Ade
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mike
Boutin
The movie the script is in gets loaded into another movie. I can trace
out _root.cat_color[0] etc... with no problems, even doing so in the for
loop outputs proper values for _root.cat_colors[i]. If i trace out
tempColor.length after the split, it always comes back undefined, thus
the loop
Thanks Adrian, your code works exactly like mine should but for some
reason mine doesnt get the same results (though its the same code) ;)
Mike Boutin
Adrian Lynch wrote:
Just took your code and plonked it in a new .fla and it works for me. Is
anything else happening in the movie or any
AS2API (via Ant) and Doxygen.
Jim Kremens
On 12/20/05, Johan Lopes [EMAIL PROTECTED] wrote:
I've used Natural Docs too but I highly recommend Doxygen.
I've used it on 3 commercial projects with great success.
Although it doesn't officially support AS2, it works!
Unlike other packages,
Hi Everyone,
I've got a bit of an issue with Flash 8 at the moment.
Basically I have a single frame movie with a number of movieclips on the
stage that are dragged from the library.
The library movieclips have all been extended using the same custom class
via their linkage properties.
My
I've been using AS2DOC which works pretty well so far. It creates both
traditional HTML/DOC files as well as Flash Help files as MXP extensions
you can install into Flash.
Someone on the list mentioned development on it has stopped a while back
tho.
JOR
No, unfortunately not this time. It's a windows 2003 server where I have
no rights to install the php engine.
If there's no free/opensource alternatives I guess I have to try out
ActiveSWF.
/Nisse
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of A3D
I'm attaching 2 different mc's, both menuItem class bound. No
problem. Check what happens in your fla when you attach dynamically?
On 21 Dec 2005, at 02:04, Kevin McCormick (iStyle) wrote:
Hi Everyone,
I've got a bit of an issue with Flash 8 at the moment.
Basically I have a single frame
90 matches
Mail list logo