[Flashcoders] asp + flash

2006-02-14 Thread Mayur Bais
I having the following Problem ..i would be really thankful if some one here can help me with this. the asp for me is just not working... i have this code in my flash file var result_lv:LoadVars = new LoadVars(); var send_lv:LoadVars = new LoadVars(); login.clickHandler = function(evt:Object)

Re: [Flashcoders] flv video encoding for flash 7

2006-02-14 Thread Fabio Sonnati
I think its sorenson let we know what you used to encode your video and related settings. Fabio Sonnati http://flashvideo.progettosinergia.com - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, February 15, 2006 7:07 AM Subject: [Flashcoders] flv video encoding for f

[Flashcoders] flv video encoding for flash 7

2006-02-14 Thread grant
I have a quicktime that I need to encode to an flv and have had very poor results (pixelation/noise) using flash 7 sorenson. I found this site : http://www.creativedigitalgroup.com the quaility of video on there looks very good, is it my source material that is too hard to encode and produce a

Re: [FlashCoders] scrollRect

2006-02-14 Thread JesterXL
Ah, the joy of alpha software... sorry about that. :: goes to fix :: Remind me to do this again when Flex 2 is released. There is a bug with flash.display.Loader, and Adobe is already aware of it (Tile Loader will load every other image). Additionally, the html-template is not included (Subv

Re: [Flashcoders] vardump an object in ActionScript?

2006-02-14 Thread judah
Hi Josh, You can check out this Enumerator class at this dudes website www.judahfrangipane.com. Heard he's a weirdo tho. Josh McDonald wrote: Hi, I'm wondering if there's any way to just dump out all there is to know about an object in ActionScript similar to PHP's vardump()? It's easily don

Re: [FlashCoders] scrollRect

2006-02-14 Thread Sascha Balkau
JesterXL, I'd be interested in see this engine running but the demos on your site seem not to work anymore with the latest Flash 8.5 alpha player. If I import the project into Flex Builder and try to run it , it tells me that some errors exist but it doesn't show me where the errors are. Would

Re: [Flashcoders] htmlText + rollover

2006-02-14 Thread JesterXL
This might help: http://www.ifbin.com/news/2006/02/flex-2-mouseword-by-ralf-bokelberg.html - Original Message - From: "Marc Hoffman" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, February 14, 2006 6:25 PM Subject: RE: [Flashcoders] htmlText + rollover I haven't done

Re: [FlashCoders] scrollRect

2006-02-14 Thread JesterXL
I oringally wrote this in Flash 8, and ported to Flash 8.5. There is no reason it couldn't go back. http://www.jessewarden.com/archives/2006/01/diesel_battlefi.html - Original Message - From: "Dimitrios Bendilas" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 14, 2006 4:55 PM Subject

RE: [FlashCoders] scrollRect

2006-02-14 Thread Thomas Wester
You want to use bitmap caching in combination with scrollRect. Use movieclip.cacheAsBitmap = true Also any bitmaps you use should be smoothed. So make sure your jpg is set to allow smoothing in the library. If you are dynamically loading jpg's read this. If not read it anyway :) http://www.kaoura

Re: [Flashcoders] Flex Pricing

2006-02-14 Thread Troy Rollins
On Feb 14, 2006, at 6:25 PM, Chris Velevitch wrote: 2.) When will an AS3 capable player be released publicly? As I understand, it should be released by the middle of the year. I wonder how soon a Mac compatible beta of the builder will be around. -- Troy RPSystems, Ltd. http://www.rpsyst

RE: [Flashcoders] htmlText + rollover

2006-02-14 Thread Marc Hoffman
I haven't done this before, but seems to me that you could locate the coordinates of a specific string in a text field, create an invisible movie clip that overlays the text, and assign a rollOver function to the clip. Anybody have experience with this? Last time I had to do it, we just made al

Re: [Flashcoders] Flex Pricing

2006-02-14 Thread Chris Velevitch
On 2/15/06, Wade Arnold <[EMAIL PROTECTED]> wrote: > 1.) When should you start developing client application in flex 2.0? We > have clients that are interested in using flex rather that Java > Webstart for current applications. Is Flex 2.0 ready for us to start > developing for production use? What

RE: [Flashcoders] htmlText + rollover

2006-02-14 Thread Damian Taggart
You can't do it. Asfunction ONLY works with click events. Sorry, Damian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tarjinder Kumar Sent: Tuesday, February 14, 2006 12:49 AM To: Flashcoders mailing list Subject: [Flashcoders] htmlText + rollover Hi,

[FlashCoders] scrollRect

2006-02-14 Thread Dimitrios Bendilas
Hi all, I'm trying to make a very basic prototype to test parallax movement with Flash 8. Is movieclip.scrollRect what I should be using? I tried this: var bg:MovieClip = _root.attachMovie("bg", "bg", 2); var y:Number = 0; _root.onEnterFrame = function():Void { bg.scrollRect = {x:0, y:y--, wid

Re: [Flashcoders] Flex Pricing

2006-02-14 Thread Wade Arnold
Everyone has stated that flex 2.0 is amazing! From the examples I have seen I am also very impressed. We have always tried to implement java concepts in flash and run into problems. YEA FLEX! However can anyone answer these questions? 1.) When should you start developing client application in

Re: [Flashcoders] Guy's FileSystem Dll

2006-02-14 Thread John Grden
XPPro turns out, it was a mistake ;( It's working now. It was because of something small I'd changed etc...we're all fine here...now. Thanks J ;) On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote: > > what OS are you running? > > On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote: > > > > Yeah,

Re: [Flashcoders] Guy's FileSystem Dll

2006-02-14 Thread Johannes Nel
what OS are you running? On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote: > > Yeah, it seems that that's not the case. I get this mesage when running > regsvr32: > > "FileSystem.dll was loaded, but the DllRegisterServer entry piont was not > found. This file can not be registered" > > On 2/14/0

Re: [Flashcoders] flash 8 basic

2006-02-14 Thread Charles Parcell
< http://www.macromedia.com/cfusion/store/index.cfm?store=OLS-US&view=ols_prod&category=/Software/Development/StandAlones/FlashP#view=ols_prod&loc=en_us&store=OLS-US&categoryOID=1148234&distributionOID=103&category=/Software/Development/StandAlones/FlashP > Charles P On 2/14/06, Pat <[EMAIL PRO

RE: [Flashcoders] SSL and Flash in IE6

2006-02-14 Thread Mark Llobrera
Bob- You may want to check this posting: http://www.blog.lessrain.com/?p=276. As I understand it, if the server is returning no-cache headers for the data you're trying to load it may fail in IE. I say may because I've only run into this problem when loading XML data over SSL in IE, not a plain

[Flashcoders] flash 8 basic

2006-02-14 Thread Pat
does adobe even 'sell' flash 8 basic? i am searching around and find references to it but found nowhere to purchase it... want it for students..academic version.. Thanks Pat ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

[Flashcoders] SSL and Flash in IE6

2006-02-14 Thread Robert Leisle
Hello group, I've run searches in the archives, google and other groups and am unable to find a cause for this: I've built a very simple Flash MX (6) test swf file, uploaded it to an http server. Its only task is to load a small data file (.txt) from another server (same domain) through https,

Re: [Flashcoders] Working with Dynamic Text...

2006-02-14 Thread sarah
What code are you using to change the dynamic text box? > I bet you are using Flash 8 and that the Dynamic text has Auto Kern > checked > ON. Try turning Auto Kern OFF. I have had this problem as well. > > Charles P. > > > > On 2/14/06, Juan Anzaldo <[EMAIL PROTECTED]> wrote: >> >> Hi, I have a pr

Re: [Flashcoders] Guy's FileSystem Dll

2006-02-14 Thread John Grden
Yeah, it seems that that's not the case. I get this mesage when running regsvr32: "FileSystem.dll was loaded, but the DllRegisterServer entry piont was not found. This file can not be registered" On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote: > > i assume the mxp runs it, but you might hav

Re: [Flashcoders] Working with Dynamic Text...

2006-02-14 Thread Charles Parcell
I bet you are using Flash 8 and that the Dynamic text has Auto Kern checked ON. Try turning Auto Kern OFF. I have had this problem as well. Charles P. On 2/14/06, Juan Anzaldo <[EMAIL PROTECTED]> wrote: > > Hi, I have a problem with a galerie. > > the movie has a thumbnails section, I want to p

[Flashcoders] Flash Mailer

2006-02-14 Thread Tom A. Haschenburger
I have a flash mailer and here are the headers for it when it comes into my hotmail inbox. I have the same mailer on two different sites hosted by the same company. One of the mailers stopped working and I'm trying to figure out why. I always get them fixed by changing the way I mail and then it

[Flashcoders] Working with Dynamic Text...

2006-02-14 Thread Juan Anzaldo
Hi, I have a problem with a galerie. the movie has a thumbnails section, I want to put a dynamic text in each thumb in the rollOver event that get a small title from an array. But when a test my movie it doesn´t appears, when I change the text to static text it appears correctly (but isn´t dyman

Re: [Flashcoders] Guy's FileSystem Dll

2006-02-14 Thread Johannes Nel
i assume the mxp runs it, but you might have a dependency issue that regsvr32 will bring to the light. maybe its one of 'em dll's that don't require it (not COM based) On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote: > > well, would you think I would have to use regsvr32 since Flash doesn't > req

Re: [Flashcoders] Guy's FileSystem Dll

2006-02-14 Thread John Grden
well, would you think I would have to use regsvr32 since Flash doesn't require it? Or maybe the extenstion manager runs it for you - do you happen to know? I'll give er' a shot anyway to find out Thanks Johannes On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote: > > the way to insatll dll's on

Re: [Flashcoders] Guy's FileSystem Dll

2006-02-14 Thread Johannes Nel
the way to insatll dll's on nt manually is to use regsvr32 from command line and point to the path where the dll is. if you want to unintsall it use "regsvr32 u path" if the dll can not be registered due to dependencies that are missing that will give you a fair idea. On 2/14/06, John Grden <[EMAI

[Flashcoders] Guy's FileSystem Dll

2006-02-14 Thread John Grden
has anyone experienced any problems or issues with including Guy's dll with their MXP? It was working great until I tested the install out on my own machine. The dll is there, but now none of the methods (except version()) execute. The first time I did the install, the dll was copied to the wron

Re: [Flashcoders] addEventListener - MovieClip wants to pass event to containing class

2006-02-14 Thread Steve Warren
Thanks for the tips Moses! I'm gonna download and check out CallbackDispatcher 2.0 now... Where are you from? I'm living in NJ, working in Manhattan. -steve On 2/12/06, Moses Gunesch <[EMAIL PROTECTED]> wrote: > > Steve - > > Yes there are 2 things available for this. MM added that > functiona

RE: [Flashcoders] regex needed

2006-02-14 Thread matti bar zeev
Ok, So I suggest you ask them in that case. Best of luck. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Flashcoders mailing list Sent: Tuesday, February 14, 2006 16:17 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] regex needed

Re: [Flashcoders] regex needed

2006-02-14 Thread Jim Kremens
"You are working on flex, right? no other way, as far as I know, to use RegExp but to use it with flex. so... you must be familiar with addcChild (). if not - check it out on the Help panel." Not true. Joey Lott's and Pavils Jurjans' RegExp class is just AS2 and will of course work with Flash. J

Re: [Flashcoders] adding tiny decimals to _x

2006-02-14 Thread Zeh Fernando
Just discovered this. I have a character moving across the screen at a very slow rate. His complete journey should be around 20 minutes, making every frame increment at 0.02565278. However, adding this to _x isn't even registred, meaning adding 0.02565278 to 0 (as _x) means _x w

RE: [Flashcoders] adding tiny decimals to _x

2006-02-14 Thread Tor.Kristensen
Calculate the x as a function of the time elapsed Basically, just as a Tween would. t ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought t

[Flashcoders] adding tiny decimals to _x

2006-02-14 Thread Andreas Rønning
Just discovered this. I have a character moving across the screen at a very slow rate. His complete journey should be around 20 minutes, making every frame increment at 0.02565278. However, adding this to _x isn't even registred, meaning adding 0.02565278 to 0 (as _x) means _x w

[Flashcoders] Stream Audio Still Playing in IE

2006-02-14 Thread John Giotta
I remember this being a problem way back in the day but I thought it was fixed in a player revision. I was demoing a Video player to a manager yesterday and when he clicked the back browser button the audio from the FLV stream was still being heard. Only after he clicked anywhere else on the page

[Flashcoders] Re: Programatically adding getters and setters

2006-02-14 Thread Simen Brekken
Flapflap sans-facon.net> writes: > > Object.addProperty > http://livedocs.macromedia.com/flash/8/main/2579.html That's what you get for not reading the docs good enough :) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] image saving

2006-02-14 Thread Devendran I
What version of flash your using for this. syam s <[EMAIL PROTECTED]> wrote: sir .. i draw an image in flash using action script( using create emplty movieclip).but i want to save this image as jpeg on a button click(server side). give proper advise. syam s konni --

RE: [Flashcoders] Set volume of flash video?

2006-02-14 Thread Mendelsohn, Michael
Thanks for the reply, Jim. That was so obvious that I missed it. - MM var __sound:Sound = new Sound(__myVideoContainer); __sound.setVolume(0); The "myVideo" clip contained a video (with sound) that I imported to the timeline. Send me e-mail if you want the .FLA

Re: [Flashcoders] Rotating a mc around a custom pivotpoint

2006-02-14 Thread Bart Wttewaall
Darron Schall's class didn't work out for me since mixing prototypes gave me a lot of syntax errors. Here's the code I built from Robert Penner's Vector3D.rotateZ() method. I hope someone finds it usefull. var mc:MovieClip; // mc on stage var position:Object = {x:mc._x, y:mc._y}; var pivot:Object

[Flashcoders] Strange animation behavior

2006-02-14 Thread T. van Zantvoort
Hi Guys, I have a strange problem. I have several buttons on my canvas which I named b1_btn untill b9_btn. In actionscript I have made the OnRelease call to them through a For loop (also a RollOver and RollOut). On release the movie should continue (play) and the buttons should tween to a differe

[Flashcoders] Embedding Japanese Fonts for Font Symbol and createTextField Usage

2006-02-14 Thread lars
hi all. i'm using createTextField together with a font symbol to create a dynamic list of textfields. this works fine as long i'm not trying to use a unicode font like arial ms unicode for it. is there some option somewhere to say what to embedd for the font symbol, something i can tick "japanese a

RE: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-14 Thread Dominic Fee
Hi Moses Thanks for getting back to me, and cheers for the download. Im based in Leeds in the UK. Yes please put me on the beta team, id be more than happy Cheers, Dom dominic.fee(at)darka.co.uk or this address -Original Message- From: Moses Gunesch [mailto:[EMAIL PROTECTED] Sent: 13 F

Re: [Flashcoders] Programatically adding getters and setters

2006-02-14 Thread Flapflap
Object.addProperty http://livedocs.macromedia.com/flash/8/main/2579.html ;-) -- Flapflap ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brou

[Flashcoders] Programatically adding getters and setters

2006-02-14 Thread Simen Brekken
Does anyone know if getters and setters can be created/modified/deleted at runtime? I'd like to do something similar to: myObject.get_value = Delegate.create(this, getSomethingFunction); -- Regards, Simen Brekken ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] regex needed

2006-02-14 Thread Michael Stuhr
matti bar zeev schrieb: You are working on flex, right? oops, nope ?! no other way, as far as I know, to use RegExp but to use it with flex. so... you must be familiar with addcChild (). if not - check it out on the Help panel. Weird, I don't get any errors. are you sure the error come from thi

Re: [Flashcoders] Arp, cairngorm, flex2

2006-02-14 Thread Alisdair Mills
cairngorm is written specifically for flex 2 development. basically Arp and Cairngorm are there to make your life (as a developer) easier... which can never become obsolete :) cheers, Al On 14 Feb 2006, at 09:14, j.c.wichman wrote: Hi, Seeing the recent discussions/questions on this list a

RE: [Flashcoders] regex needed

2006-02-14 Thread matti bar zeev
You are working on flex, right? no other way, as far as I know, to use RegExp but to use it with flex. so... you must be familiar with addcChild (). if not - check it out on the Help panel. Weird, I don't get any errors. are you sure the error come from this lines of code? -Original Message--

Re: [Flashcoders] regex needed

2006-02-14 Thread Michael Stuhr
matti bar zeev schrieb: How about this? import RegExp; var a:String = "äur*?ß123.png"; var goodname:RegExp = new RegExp ("[^a-z0-9\\.]", "gi"); var return_str:String = a.replace(goodname, "_"); var output_txt:TextField = new TextField (); output_txt.text = return_str; ad

[Flashcoders] Arp, cairngorm, flex2

2006-02-14 Thread j.c.wichman
Hi, Seeing the recent discussions/questions on this list about which frameworks to use and such, I was wondering if these frameworks apply to Flex2 development as well, or does flex 2 own's 'framework' cover all that which was not available in flash, which could have been the reason these other fra

RE: [Flashcoders] regex needed

2006-02-14 Thread matti bar zeev
How about this? import RegExp; var a:String = "äur*?ß123.png"; var goodname:RegExp = new RegExp ("[^a-z0-9\\.]", "gi"); var return_str:String = a.replace(goodname, "_"); var output_txt:TextField = new TextField (); output_txt.text = return_str; addChild (output_txt)