[Flashcoders] How to secure actionscript code from reverseengineering

2006-08-09 Thread The Helmsman
Greetings! Due to this day its impossible to hide AS inside SWF files or protect it, so non of the decompilers can't find it. There was good discussion on the subject some times ago on FlashKit. Here is a link to a thread: http://board.flashkit.com/board/showthread.php?t=632535 Actually there is

RE: [Flashcoders] LoadMovie library

2006-08-09 Thread Bart Albrecht
Hi Naz, I tried that but it also didn't help because I need to put some mc of my main.swf between some library assets on the stage. And I don't find a solution where I can get my movieclips away of the library container to some movieclip on the main.swf. I also tried swapDepths, but that also didn

Re: [Flashcoders] Accessing a Flash frame label

2006-08-09 Thread SWF Coder
Frame labels does NOT become numeric when published to SWF! to access frame labels from html, make sure that the frame label type is set to "Anchor" not to the defualt "Name", then you can access it using the HTML anchor style (i.e. http://www.mydomain.com/myMovie.swf#here where "here" is the fram

Re: [Flashcoders] How to secure actionscript code from reverse engineering

2006-08-09 Thread SWF Coder
I used both ASO (www.genable.com) and secureswf (www.kindisoft.com) and they worked great for me. While i experienced several problems with swfencrypt. But i never had a chance to test MT's Obfu (www.mtasc.org) I hope that helps. --- Santhakumar K <[EMAIL PROTECTED]> wrote: > flashcoders, > we

[Flashcoders] AS3 Reflection API?

2006-08-09 Thread SWF Coder
Hi, >From what have been discovered of the SWF9 Format (www.osflash.org/flash9) ... shouldn’t there be a reflection API? Since the new Action Tags now holds all these tables (lists) about the code. Have anyone come across anything like that? Thanks.

Re: [Flashcoders] Uncompress a gzipped file

2006-08-09 Thread Max
It seems your right, I tried removing the header info already, but it looks more complex than I thought. I can actually see the original filename in the header. After all that experimenting with a hex editor I forgot to actually check the file itself. Why is it every time I post on a forum or mail

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Giles Taylor
I would have thought (i.e. I've not tried it) that once the image is in the textfield that users could just select/delete it as though it where just another piece of text??? Giles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 08 Aug

[Flashcoders] Insert elements into an area dinamically

2006-08-09 Thread Ricardo Sánchez
Ok, I'll try to explain myself as best as possible. First take a look at this: http://www.pillandpillow.com/msfCongo/mainEng.html As you can see the main interface is a map of Congo composed of pictures and comments distributed to form the shape of the country. What I want to do is something si

[Flashcoders] Ralph Groenen

2006-08-09 Thread ralphgroenen
Dynamic progress bar HI, How to create 1 progress bar, for 1 site. So that every external load progress is shown by that progress bar. Now im using different progress bars 4 each file. and i just want 2 use 1. Or im a wrong and is it better 2 use different progress bars. Regards Groenen ww

[Flashcoders] shared library

2006-08-09 Thread dan
Where can I find doc's on how to use shared library? 10x dan ___ 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

[Flashcoders] shared library

2006-08-09 Thread dan
Hi people Where can one find docs on how to setup and use a shared library? 10x in advance dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders B

RE: [Flashcoders] Cairngorm 2.0 tutorials

2006-08-09 Thread Matti Bar-Zeev
Thnx again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramon Miguel M. Tayag Sent: Wednesday, August 09, 2006 9:47 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Cairngorm 2.0 tutorials Still broken, try this: http://tinyurl.com/fqldz On

[Flashcoders] Serious MTASC/Flashdevelop compile issue

2006-08-09 Thread Andreas Rønning
http://andreas.rayon.no/mtasc_compileerror.jpg Basically, out of nowhere, MTASC started giving me errors on stuff like commas and periods in strings, comments and errors like "invalid character 0xF8". Anyone know what could cause this? I've got multiple projects that compile just fine, just

Re: [Flashcoders] Serious MTASC/Flashdevelop compile issue

2006-08-09 Thread Nicolas Cannasse
> http://andreas.rayon.no/mtasc_compileerror.jpg > > Basically, out of nowhere, MTASC started giving me errors on stuff like > commas and periods in strings, comments and errors like "invalid > character 0xF8". Looks like you forgot to close a string with ' a few lines before. Nicolas

Re: [Flashcoders] Serious MTASC/Flashdevelop compile issue

2006-08-09 Thread Andreas Rønning
Oh my freaking god. Found it. Thanks man heh.. I just didnt think the kind of error feedback i was getting would be indicative of it, and since strings are colored blue.. well. Okay, i can breathe again ;) thanks. - A Nicolas Cannasse wrote: http://andreas.rayon.no/mtasc_compileerror.jpg Ba

RE: [Flashcoders] png load queue

2006-08-09 Thread Merrill, Jason
>>the load it is super choppy (especially on a mac). >> >>I am loading in sequence up to 100 png files - if that makes a difference. Well, that's a lot of data - how large is each file? It seems even a regular HTML page will slow down on 100 image files... or how slow is slow? Jason Merrill B

Re: [Flashcoders] Help...cant unload the xml menu...!!

2006-08-09 Thread Jose Maria Barros
Ok...ive found the source of the problem...the xml file must be in the same floder as the swf..cant reside inside a folder...maybe because of permissions... Thanks On 8/1/06, Jose Maria Barros <[EMAIL PROTECTED]> wrote: Hi Arul, Well...i tested..and the problem still there...maybe its because

Re: [Flashcoders] Serious MTASC/Flashdevelop compile issue

2006-08-09 Thread John Grden
I'm so glad I'm not the only one who goes through stuff like that ;) On 8/9/06, Andreas Rønning <[EMAIL PROTECTED]> wrote: Oh my freaking god. Found it. Thanks man heh.. I just didnt think the kind of error feedback i was getting would be indicative of it, and since strings are colored blue.. w

[Flashcoders] Calling functions in sequence

2006-08-09 Thread Matt Comstock
I am a newbie to flash and I did search flashcoders prior to asking this question. My issue is that I have two function that I am trying to call when a user selects a cell in a datagrid. One function loads a flv file and the other loads an associated XML file. These functions work perfectly if I

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Merrill, Jason
>>I would have thought (i.e. I've not tried it) that once the image is in >>the textfield that users could just select/delete it as though it where >>just another piece of text??? Nope - well, kind of, that's only partially true. You cannot select the picture itself, but if you select the space c

RE: [Flashcoders] png load queue

2006-08-09 Thread Howard Nager
Slow was sloow. But it turned out more to do with my debug window than anything else. However, I have 24 frames of a 360 spin of a product (x 4+ png each)...and as each frame loads I draw it to the screen. That seems to be the issue now. Drawing each multilayed frame causes a hicup in whatev

Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread John Grden
Sorry if you guys already covered this, but is it possible to use SWF's instead of bitmaps? the image tag supports loading of SWF's, and I would think you *could* (meaning, I've not tried it) include onRelease method that handles the removal of said SWF? On 8/9/06, Merrill, Jason <[EMAIL PROTECT

Re: [Flashcoders] Calling functions in sequence

2006-08-09 Thread eric dolecki
this is AS3: http://www.senocular.com/flash/actionscript.php?file=ActionScript_3.0/com/senocular/events/Sequence.as On 8/9/06, Matt Comstock <[EMAIL PROTECTED]> wrote: I am a newbie to flash and I did search flashcoders prior to asking this question. My issue is that I have two function that

Re: [Flashcoders] Calling functions in sequence

2006-08-09 Thread Matt Comstock
Thank you. What would I have to change to make is AS2 compatible? On 8/9/06, eric dolecki <[EMAIL PROTECTED]> wrote: this is AS3: http://www.senocular.com/flash/actionscript.php?file=ActionScript_3.0/com/senocular/events/Sequence.as On 8/9/06, Matt Comstock <[EMAIL PROTECTED]> wrote: > > I

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Merrill, Jason
No, the end user will not have capabilities to create .swfs. They are going to be inserting images. Even still, how would you insert a .swf with an IMG tag? I haven't heard of that before. Good to know if you can. Jason Merrill Bank of America Learning & Organization Effectiveness - Technolo

Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Marcelo Volmaro
In the editor i made, i place the image as a movieclip container that loads the actual image. Then, i simply attached rollover-rollout events to make the image "editable"... On Wed, 09 Aug 2006 09:53:42 -0300, Merrill, Jason <[EMAIL PROTECTED]> wrote: I would have thought (i.e. I've not

Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread julien castelain
hi, maybe i'm OT here but, if you had an mc in the library that had the 'export for actionscript' setting enabled it can be used in an HTML file like an image see http://nwebb.co.uk/nw_htmlsite/index.php?page=browse_tutorial&tutorial=imagesxml1&part=1 maybe you could use that approach? cheers O

Re: [Flashcoders] png load queue

2006-08-09 Thread Mick G
Have you tried using JPGs instead of PNGs just to see if there's a difference there? I had an animation that was almost twice as fast when I used JPGs instead of PNGs. Either way, it sounds like a lot of data you're loading - perhaps it's just on your local machine it's slow because it's loading t

[Flashcoders] flash and sessions

2006-08-09 Thread Matthew Ganz
hi. does anyone have any experience using flash and sessions? specifically, i'm trying to get flash to read the jsession id from the http header. thanks. -- matt. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

[Flashcoders] RE: Scrollpane Issue

2006-08-09 Thread Randy Tinfow
Thanks, Bart. That didn't work, but the problem went away when we set the textfield's selectable property to false. Randy Tinfow IMAGE PLANT >Have you tried setting your max position like this? myScrollpane.vPosition = myScrollpane.maxVPosition;< >>The text displays correctly, but when scrollin

Re: Re: [Flashcoders] Calling functions in sequence

2006-08-09 Thread eric dolecki
Well, take it out of the package declaration, and then rewrite the class a bit using the AS2 EventDispatcher, etc. If you need help with that, I might be around later today. On 8/9/06, Matt Comstock <[EMAIL PROTECTED]> wrote: Thank you. What would I have to change to make is AS2 compatible? O

Re: [Flashcoders] Calling functions in sequence

2006-08-09 Thread Mick G
You could call the second function from the first (and have a paramater so it only runs the second function if you send the paramater). function funct1(runNext){ //do something if(runNext){ funct2(); } } function funct2(){ //do whatever } to call only the first function: funct1(); to call

Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Marcelo Volmaro
You can use any image type that can be loaded by flash. If you use src="test.swf"> the player will load the swf file as an image. Also as i mentioned previously, you can use and the player will show that library item (that of course must be a movieclip with a linkage id). If that movieclip

Re: [Flashcoders] Calling functions in sequence

2006-08-09 Thread Andreas Rønning
I might be mistaken, but: function doAll(){ func1(); func2(); func3(); func4(); } func2 is called once func1 is done, not before or during. In this way, happily start loading your flv and xml file "at the same time". If you want the xml file to load once the flv

[Flashcoders] Complex Objects via Web services: SOAP (C# .NET)

2006-08-09 Thread Merrill, Jason
This is an old thread I started back in May which I am following up on with a question. Muzak had replied to me with this: >>If you'll be using webservices that you can control (which it sounds like is the >>case), don't send XML back and forth. >>When using webservices, you can send Array of Obj

[Flashcoders] Re: quotes in XML

2006-08-09 Thread Elie Zananiri
Hi, I tried the thing, but I get the same problem as when I was using urlencode($string). Flash grabs the string and automatically decodes it, so when I put it in the XML constructor, I get an invalid XML string. About using the XML object directly instead of LoadVars, I don't think it would w

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Merrill, Jason
OK - follow me here for a fun mental exercise: I think the major issue I'm running into with this is the TextFormat class relies on the text field's visual formatting described by the Flash Players internal style profiles. And since the TextFormat class does not support an tag, I cannot use Text

Re: [Flashcoders] how to set the root directory - swf vs html?

2006-08-09 Thread quinrou .
cool thx! On 8/8/06, Merrill, Jason <[EMAIL PROTECTED]> wrote: >>swfFolder = _level0._url.substring(0,_level0._url.lastIndexOf("/")) + "/"; That looks familiar. ;) Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions >>-Original Message- >>F

Re: [Flashcoders] HTML in XML

2006-08-09 Thread Geoff Stearns
you just need to put the html content inside a cdata tag: On Aug 8, 2006, at 4:15 PM, Burns, John D wrote: I'm having a very weird problem and I'm hoping it's something simple that I'm overlooking. I have an xml document similar to this: Body of the news article. http://www.google.com";>Go

[Flashcoders] Flash cant add up!!

2006-08-09 Thread mike cann
Okay, i may be going crazy but slap this on frame one of a flash file and observe the output: // var incrementNum:Number = 0; var oldNum:Number = 0; var resultNum:Number =0; onEnterFrame = function(){gogo();

Re: [Flashcoders] how to set the root directory - swf vs html?

2006-08-09 Thread Keith Salisbury
Not sure, but this "might" help... BASE - ( . or base directory or URL) Specifies the base directory or URL used to resolve all relative path statements in the Flash Player movie. This attribute is helpful when your Flash Player movies are kept in a different directory from your other files. Use

RE: [Flashcoders] Calling functions in sequence

2006-08-09 Thread Mike Mountain
You can also store references to functions in an array and call them from the array. FuncArr= [] FuncArr[0]=func0 FuncArr[1]=func1 // call func 1 FuncArr[1]() // call a load of funcs in sequence Var len=FuncArr.length For(var i=0; i -Original Message- > From: [EMAIL PROTECTED] > [mail

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Giles Taylor
I know you are trying to avoid it, but I think the only way to go is to get those counters counting and insert the raw code into the textfields htmlText property. And, yes it really does suck!! (don't get me started on superscript and subscript ;) Giles -Original Message- From: [EMAIL PR

Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Marcelo Volmaro
To insert an image you need to process the text as "text". So you first need to get the html text (textfield.htmlText), insert the image using string functions and then re-insert the text into the textfield. Because you know where the cursor is in the textfield "text" but not in the "html"

[Flashcoders] compile AS2 projects for flash player 8 using flex builder...

2006-08-09 Thread Winston Lee
Is it possible to compile AS2 projects for flash player 8 using flex builder 2? Cheers ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] Flash cant add up!!

2006-08-09 Thread Michael Kneib
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_13989 Am Mi, 9.08.2006, 16:46, schrieb mike cann: > Okay, i may be going crazy but slap this on frame one of a flash file and > observe the output: > >... > > so the res value continues on like that being 0.0996 r

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Merrill, Jason
>>To insert an image you need to process the text as "text". So you first Yes, I understand that, :) but in doing that: "since writing to the text property of a TextField object destroys any custom formatting associated with the field (i.e. the interal style profiles), [you] have to use the TextF

Re: [Flashcoders] Flash cant add up!!

2006-08-09 Thread mike cann
oaky great cheers :D On 09/08/06, Michael Kneib <[EMAIL PROTECTED]> wrote: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_13989 Am Mi, 9.08.2006, 16:46, schrieb mike cann: > Okay, i may be going crazy but slap this on frame one of a flash file and > observe the output: > >...

[Flashcoders] need help in XML and flash

2006-08-09 Thread Rutul Patel
hi people, i have big question, I have to write XML file from flash, now i m confuse that which scripting language i use. so if anybody can tell me about that i really appreciate that, -- Regards, Rutul Patel ___ Flashcoders@chattyfig.figleaf.com To c

Re: [Flashcoders] Re: quotes in XML

2006-08-09 Thread Mike Britton
Are you using remoting? Check out AMFPHP: http://www.amfphp.org/ You don't need to use the XML object to send your POST, just to receive it. Create your XML object after you get your result back. var my_xml = new XML();my_xml.onLoad = function(success){if (success){trace( this);}}my_xml.load("y

RE: [Flashcoders] Flash cant add up!!

2006-08-09 Thread Blumenthal, Peter
It's a simple rounding error between floating point and binary numbers, and apparent in most (all?) programming languages. Here's a good explanation from the Python manuakl: http://docs.python.org/tut/node16.html Peter Blumenthal Software Development Manager Pearson Education 80 Strand, London

[Flashcoders] HTML in XML

2006-08-09 Thread Lucy Thomson
Yep use cdata tags, except I think you have 2 nodes there, so open and close them within each one. They basically tell flash to treat everything defined between them as html, so your symbols < and > don't mess up the xml format. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI

RE: [Flashcoders] HTML in XML

2006-08-09 Thread Ryan Potter
Another way that works pretty well is to do a join on the child nodes. So your trace would look like this: trace(newsNode.childNodes[i].childNodes.join("")); As long as your html is xml compliant ( instead of ) it will work just fine. -Original Message- From: [EMAIL PROTECTED] [mailto

[Flashcoders] New Flash based website

2006-08-09 Thread Tom Jackson
Hello people, I recently finished a new portfolio site for my own work and is entirely flash based using all manner of xml , mysql and other fancy techie geekery, would love it if you wouldn't mind checking it out, see what you think :) http://www.freshcut.org is the url Cheers, Tom ___

Re: [Flashcoders] shared library

2006-08-09 Thread jordan robinson
Dan, with a google search I pulled these up, there is also documentation in the flash help panel. The only issue I have with using shared libraries is that the path to the shared file is very difficult to make dynamic if even possible. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Giles Taylor
Yes, but you should be writing to the .htmlText property not the .text property as that will then keep all the styling in place via html code. You have to take out all the html, amend it (using html) and then re-assign it all to the textfield. Giles -Original Message- From: [EMAIL PROTECT

RE: [Flashcoders] Complex Objects via Web services: SOAP (C# .NET)

2006-08-09 Thread Palmer, Jim
I personally do not trust passing ANY complex objects between languages via SOAP/WSDL. If you absolutely have to use plain-text XML web service transports like SOAP and WSDL I would try to use the smallest and most optimal packet. That leads to honestly using something more along the lines of X

[Flashcoders] Why in the world my class is tracing false?!?!

2006-08-09 Thread Michel Scoz
Hi all... now i dont get it... I have a class in AS2 that parses a XML and returns an array of it, but I dont get why in this !@&¨%!@&¨%! it returns false when loaded!! I have this var... public var loaded:Boolean; In class Constructor I have this... this.loaded = false; Then Ii do in my FLA

Re: [Flashcoders] Why in the world my class is tracing false?!?!

2006-08-09 Thread Michel Scoz
By the way My previous checkLoad function is wrong... this one is ok: function checkLoad(dx, oldVal, newVal) { if(newVal) { trace(xml_file.loaded); trace(xml); xml = xml_file.getXML(); trace(xml); trace(xml_file.loaded); } } - Original Message - From: "Michel Scoz" <[EMAIL PRO

Re: [Flashcoders] Why in the world my class is tracing false?!?!

2006-08-09 Thread jord
Try setting your onLoad property before you execute the load() method. jord -- Original Message -- From: "Michel Scoz" <[EMAIL PROTECTED]> Reply-To: Flashcoders mailing list Date: Wed, 9 Aug 2006 13:36:12 -0300 >Hi all... now i dont get it... >I have a

RE: [Flashcoders] Complex Objects via Web services: SOAP (C# .NET)

2006-08-09 Thread Merrill, Jason
But Flash Remoting for .NET requires both an install on the server AND a hefty price tag, right? Not sure that's gonna fly. How does OpenAMF work? Does that require any server-side install? Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions

RE: [Flashcoders] Complex Objects via Web services: SOAP (C# .NET)

2006-08-09 Thread Merrill, Jason
By the way, forgot to say thanks for the detailed post Jim! Found out some more. This technote explains some things on complex objects and Webservices, and it appears most of the problems with Complex objects happen with ColdFusion and Axis servers, not .NET, so I have hope: http://www.adobe.

Re: [Flashcoders] Why in the world my class is tracing false?!?!

2006-08-09 Thread Michel Scoz
That's a negative... Doing this... this._xml.onLoad = Delegate.create(this, dataLoaded); this._xml.load(file); and then tracing in the dataLoaded function like this... the second trace still returns undefined. populateArray(this._xml, this.xml_result); trace(this.loaded); this.loaded = true;

[Flashcoders] crossdomain

2006-08-09 Thread jcanistrum
hi All, I´m new to security domain questions I´doing an small test to load content into one loader component, the test is runnig in a local machine but try to load an swf from my web site http://www.mvirtual.com.br/flashker/banners/banner0.swf' if you try in the browser it loads fine in web si

[Flashcoders] AS3: Stage.scaleMode, Stage.stageWidth and Stage.stageHeight

2006-08-09 Thread Chris McFadyen aka Grayson Carlyle
First question: Can Stage.stageWidth and Stage.stageHeight not be modified by AS? Documentation would suggest otherwise, but setting them has no effect. Second question: Does Stage.scaleMode = StageScaleMode.NO_SCALE work as intended? Documentation states "Specifies that the size of the Flash a

RE: [Flashcoders] Complex Objects via Web services: SOAP (C# .NET)

2006-08-09 Thread Merrill, Jason
FYI We have this working now. It seems it was all things that needed to change on the C# end. It was the way he was creating the object - he needed to make it a public variable. We were also getting a URL error message when we tried to call the SaveProject() method he created and that was beca

Re: [Flashcoders] Why in the world my class is tracing false?!?!

2006-08-09 Thread jord
Your watch() method is acting as an interceptor. You are actually checking for a value before it has actually been changed. It will not change until you return from the watch command with a value of true. You should be using a broadcaster/listener to monitor your parseXML object. jord -

Re: [Flashcoders] crossdomain

2006-08-09 Thread Vishal Kapur
crossdomain.xml is not used when loading one swf into another. Have you added the path to your local swf to the Global Settings manager as a trusted local swf? See: http://www.adobe.com/devnet/flash/articles/fplayer8_security_04.html for details. -- Vishal On 8/9/06, jcanistrum <[EMAIL PROTECT

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow onquestion

2006-08-09 Thread Merrill, Jason
>>You have to take out all the html, amend it (using html) and then >>re-assign it all to the textfield. Ok, but even doing that, you would have to use something like Selection.getCaretIndex() to know where in the Textfield you are so you can insert the tag in the right place, but that wouldn't s

Re: [Flashcoders] Why in the world my class is tracing false?!?!

2006-08-09 Thread Michel Scoz
I still dont understand what happens that when I change a class attribute to true, and it traces false Like I mentioned earlier... And even if I check this class attribute in an EnterFrame event, it will trace as undefined forever - Original Message - From: "jord" <[EMAIL PROTECTED]

Re: [Flashcoders] crossdomain

2006-08-09 Thread jcanistrum
I´m reading but I fell I´m going to have problems since I´d like to have and app running as an .exe in the desktop loading these banners inside and the way it was shown there the settings would have to be set for each manchine the runs, is that true ? 2006/8/9, Vishal Kapur <[EMAIL PROTECTED]>:

Re: [Flashcoders] Why in the world my class is tracing false?!?!

2006-08-09 Thread jord
It's tracing false because it has never really changed. Your setting the attribute triggers the watch() method before it gets set. Depending on how you exit from watch() will determine if your property gets set or not. That is why it is tracing false. Your enterframe is probably not seeing it

Re: [Flashcoders] New Flash based website

2006-08-09 Thread ::: curdiss
sweet work man~ i love the tweening action! (zeh's mc_tween2.as ?) one comment should your default state go directly to your news section? cheers & keep it up! curt On 8/9/06, Tom Jackson <[EMAIL PROTECTED]> wrote: Hello people, I recently finished a new portfolio site for my own work a

[Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Subba Chalamalasetty
Hi, I have rollovers for textinput boxes.When i use the onRollOver,i could get the rollover text(movie clip), but when i click the text input,I am not able to enter data in the textinput.I wrote a small tooltip class and can somebody please help me to get the focus on textinput.i.e when i click on

Re: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Fred Fredchen
I had a Homepage www.kaff-community.de.vu send this mail to all people. Thanks... -- Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl ___ Flashcoders@chattyfig.figleaf.com To change

RE: [Flashcoders] message

2006-08-09 Thread Subba Chalamalasetty
I had sent this message to the mailing list and I am not able to understand the language in your site. Can you please forward to everyone? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fred Fredchen Sent: Wednesday, August 09, 2006 2:43 PM To:

Re: [Flashcoders] New Flash based website

2006-08-09 Thread James Marsden
Nice - at first I thought the nav was a little counter-intuitive, but after a bit of playing, realised what you were up to. It's cool. I have to say it looks a bit overly 'inspired' by www.plat4m.com though J > sweet work man~ i love the tweening action! (zeh's mc_tween2.as ?) > > one comment.

Re: [Flashcoders] Accessing a Flash frame label

2006-08-09 Thread Jeff Hindman
Thanks! Worked like a charm ... I was looking at a Javascript/ColdFusion code solution. This is much easier ...:) --Jeff On 8/9/06, SWF Coder <[EMAIL PROTECTED]> wrote: Frame labels does NOT become numeric when published to SWF! to access frame labels from html, make sure that the frame labe

Re: [Flashcoders] New Flash based website

2006-08-09 Thread John Grden
very nice work Tom, I dig the tunes and the site is very clean - what'd you use for the tweens? did you use an animation package? On 8/9/06, Tom Jackson <[EMAIL PROTECTED]> wrote: Hello people, I recently finished a new portfolio site for my own work and is entirely flash based using all manne

Re: [Flashcoders] crossdomain

2006-08-09 Thread Vishal Kapur
Yes, this would need to be configured for every machine where you intend to run the local swf. If you have some sort of install script, you could create a FlashPlayerTrust configuration file to set the trusted paths (the link in my previous email has details on where that needs to go, etc). -- V

Re: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Chris Hill
You're overwriting the onPress event on your text field. You need to save your old onPress event before overwriting it, and make sure that it is called: class test { private var txt:TextInput; private function test() { } private function onLoad() { //save the onPres

[Flashcoders] FlashRelief TableMaker

2006-08-09 Thread Merrill, Jason
Anyone have any experiences - good or bad - with FlashRelief and their TableMaker Component? Anyone know where they are located? http://www.flashrelief.com Looks pretty nice for $25. Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions _

Re: [Flashcoders] Uncompress a gzipped file

2006-08-09 Thread Max
I still haven't figured it out, but I found some things. I wrote a small class that removes the header and the crc32/length stuff at the end. Only the remaining data still can't be uncompressed. So I looked at data compressed with compress() and instantly noticed that it always begins with a shor

RE: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Subba Chalamalasetty
Hi Chris, I tried using Delegate and i am still having the same problem. I used your code and tried to save the onpress handler,but didn't work import mx.utils.Delegate; class test { private var txt:TextInput; private var oldOnPress:Function; private var tt:ToolTip; private functi

RE: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Subba Chalamalasetty
Hey Chris, I forgot to mention a strange/weired problem with these rollovers. I wasn't using onRelease in my old code i.e txt.onRollOut = function() { tt.removeTip(); } It never worked for the 1st time.But if I click a 'dynamic text'box and come back click on the textinput, it used to w

Re: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Chris Hill
This: txt.onRollOut = txt.onPress = Delegate.create(this,txtPress); Should be this: txt.onRollOut = txt.onPress = Delegate.create(this,txtOut); According to the code given. See if that works, Chris Subba Chalamalasetty wrote: Hi Chris, I tried using Delegate and i am still ha

Re: [Flashcoders] New Flash based website

2006-08-09 Thread Aaron Buchanan
Hi Tom, I like the site, environmental are clean and the site responds quickly. A couple suggestions I have are: use javascript to resize the swf's object height attribute, so that when your user opens a section that will increase your stage height beyond the window height, your user will be able

RE: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Subba Chalamalasetty
I tried this also...still same problem.. Subba -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hill Sent: Wednesday, August 09, 2006 4:52 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Tooltip rollovers for textinput..help plss This:

RE: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Subba Chalamalasetty
I did change it when using it for the first time...I noticed the function names are different and changed them so that they are same. I also tried this txt.onRollOver = txt.onPress = Delegate.create(this, txtOver); txt.onRollOut = txt.onPress = Delegate.create(this,txtPress); private function t

Re: [Flashcoders] New Flash based website

2006-08-09 Thread Jim Kremens
Hi, Not to be a buzzkill, and I think it's a cool site, but sitechecks are frowned upon in a list this large. See: http://www.osflash.org/flashcoders/etiquette Jim Kremens ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or s

Re: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Chris Hill
wow, ok, I've spent way too much time on this so I have to get back to work. But here's what my last hour showed me: txt has no onPress, onRelease, etc. You cannot determine if the TextField inside a TextInput is rolled over or out. There are no onRollOver/onRollOut methods to use. You can dete

Re: [Flashcoders] New Flash based website

2006-08-09 Thread Tom Jackson
Really sorry about the sitecheck Jim I wasn't aware of this rule, but I am now and it wont happen again :) thanks for the comments guys much appreciated, some good suggestions too, the tweens are just the built in mx.easing classes there's a decent tutorial on actionscript.org about the easing cl

[Flashcoders] Flasher-L?

2006-08-09 Thread Josh Santangelo
Reading Tom Jackson's thread, I was directed to the etiquette page here: http://www.osflash.org/flashcoders/etiquette It mentions a Flasher-L mailing list, but that link is dead. Does that actually exist? Just curious. -josh ___ Flashcoders@chattyfig

Re: [Flashcoders] New Flash based website

2006-08-09 Thread Anthony Lee
use javascript to resize the swf's object height attribute, so that when your user opens a section that will increase your stage height beyond the window height, Hi Aaron, I noticed a site doing that just this morning. Switching the swf attributes from Javascript doesn't mess with the applic

Re: [Flashcoders] flash and sessions

2006-08-09 Thread Anthony Lee
does anyone have any experience using flash and sessions? specifically, i'm trying to get flash to read the jsession id from the http header. You can just push it into flash from the object tag when the page is written: myFlash.swf?jsession_id=woof Turns up in Flash at: _root.jsession T

RE: [Flashcoders] New Flash based website

2006-08-09 Thread Bjorn Schultheiss
There's a better way to do it. Have you seen swfObject? Insert the swf into the html with noscale and showall, then you are not limited to a stage size. Have a listener set up in js for onResize and pass it into flash via swfObject. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technol

Re: [Flashcoders] Uncompress a gzipped file

2006-08-09 Thread Max
Shouldn't there be more interest in this? Flash's compress() and uncompress() features use DEFLATE, which is the same algorithim used in zip files and png images. Imagine compressing XML files to a tiny fraction of their original size and decompressing them within flash! The uses are endless, espe

Re: [Flashcoders] LoadMovie library

2006-08-09 Thread Anthony Lee
Bart, I don't find a solution where I can get my movieclips away of the library container to some movieclip on the main.swf. I think if you look at the technotes you'll find that it can't be done. That doesn't mean you can't use loaded movie library assets. You just have to access them from

Re: [Flashcoders] png load queue

2006-08-09 Thread Anthony Lee
How are you loading them? What queue are you using? Tony player is performing very very slowly I am loading in sequence up to 100 png files - if that makes a difference. Any idea why this may be happenening? ___ Flashcoders@chattyfig.figleaf.

[Flashcoders] problem with scaling externally loaded SWFs using loadClip

2006-08-09 Thread Kapil Mohan
Hey Gurus, I am builidng a player in Flash MX 2004 which will show externally loaded SWFs to the user. One SWF at a time. The user is going to have back-next type navigation controls. Thats all. Simple. But I am facing a wierd problem in loading external SWFs. I want to be able to resize the e

  1   2   >