RE: [Flashcoders] BitmapData and Streaming Video

2005-12-15 Thread Lori Hutchek
[previous message] Hey Lori, does it happen with progressive downloaded FLV's or true FCS streamed video? I've been able to do it with progressive's without a problem. [/previous message] It's FCS video that I'm having a problem with. The app I'm building runs off of both cd and web. And the

[Flashcoders] Help with flv to mp3 conversion

2005-12-15 Thread Prem Jayamohan
Hi, I am working on an application needs audio recording feature. It is something like we record our voice through microphone and we want to store the output in MP3 format. So we decided to use Flash communication server. As we thought that is the only way in flash through which we can do

Re: [Flashcoders] alpha -= 10 = wtf

2005-12-15 Thread Cedric Muller
as a side note, this is the exact same thing happening with Gradients ... a gradient's ratios can range from 0 to 255, hence giving this *not so precise and clean gradient* impression ... just as a side note cedric Has this been discussed? Flash player 8 trace(this._alpha); this._alpha

Re: [Flashcoders] alpha -= 10 = wtf

2005-12-15 Thread Cedric Muller
Floats are exact outside a computer, in the computer world, for performance purposes, Float will never be exact Cedric how come floats arent exact? jk will floats be exact in AS3? or will future versions of flash support big ints? judah John Dowdell wrote: Jason Rayles wrote: Has

Re: [Flashcoders] alpha -= 10 = wtf

2005-12-15 Thread Cedric Muller
yep but then if you try to assign this newly found 90 value to this._alpha, you won't find back your 90 if you trace it again ;) trace(this._alpha); trace(this._alpha-10); Output: 100 90 On 12/15/05, Judah Frangipane [EMAIL PROTECTED] wrote: how come floats arent exact? jk will floats be

Re: [FlashCoders] game slowing down - eventListener

2005-12-15 Thread Hans Wichman
Have you tried opening the taskmanager to see if your memory is hogging? The game im working on slows down as well, but this is simply becoz im printin debug info to a textfield (will be replaced with xray ;)) and this takes longer to update as the contents get bigger. A game should not slow

RE: [Flashcoders] Problem with delay tween on some instance...

2005-12-15 Thread Martin Klasson
Hi Moses. I am SORRY for breaking the trust, it was not my intention or purpose. But the email you sent to me privately, along with the 1.1-files, you didn't mention that it was a private beta. So I thought it was the new stable Fuse-kit. I would think that version 1.1 should contain ONLY the

Re: [FlashCoders] game slowing down - eventListener

2005-12-15 Thread Dimitrios Bendilas
Hello Hans, I've been testing the game with the taskmanager open for several hours. I'm not using a textfield to debug anything at the moment. The memory is going up, but not consistently. The game has many backgrounds and tilesets (complete themes) but I use only one of each theoughout my

Re: [Flashcoders] Who wants MIDI in the Flash Player?

2005-12-15 Thread Jason Cunliffe
John Were you able to get a sense from the whole list of (a) which specific MIDI (or MIDI-like) features implementations are most desired; and (b) how much they'd be willing to pay for this in player size? - *** MIDI in

Re: [FlashCoders] game slowing down - eventListener

2005-12-15 Thread Hans Wichman
Hi, using the delegates itself should not lead to problems i think, at least i did some tests with this and garbage collection, and i didnt need to do anything special to delete delegates or something. One instance where problems might occur is for example fwhere you use Key.addListener

[Flashcoders] ****************** Unicode Input ***************************

2005-12-15 Thread Devendran I
Hi all, We can Display Unicode Characters in dynamic and Input text field. Is it possible to get unicodeInput in a input text? Consider this. You are having One input text box. By selecting a language, your Key press should be displayed as choosen language(in input text). If u

Re: [FlashCoders] game slowing down - eventListener

2005-12-15 Thread Dimitrios Bendilas
Thank you for the suggestions Hans. I'm pretty sure I've taken care of all listeners and intervals and destroy them before I delete an object. The memory when it's running slower 6-7MBs more than when running fast. (46MB - 52MB) I've tried digging in with xray before, I guess I'll do it again.

Re: [Flashcoders] ****************** Unicode Input ***************************

2005-12-15 Thread [EMAIL PROTECTED]
nice ascii work on the subject! Devendran I wrote: Hi all, We can Display Unicode Characters in dynamic and Input text field. Is it possible to get unicodeInput in a input text? Consider this. You are having One input text box. By selecting a language, your Key press should be

RE: [Flashcoders] ****************** UnicodeInput ***************************

2005-12-15 Thread Adrian Lynch
It'll be the start of a trend! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 15 December 2005 12:42 To: Flashcoders mailing list Subject: Re: [Flashcoders] ** UnicodeInput *** nice ascii

RE: [Flashcoders] alpha -= 10 = wtf

2005-12-15 Thread Merrill, Jason
Thanks, Macromedia! What is a Macromedia? Jason Merrill | E-Learning Solutions | icfconsulting.com NOTICE: This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender

Re: [Flashcoders] ****************** Unicode Input ***************************

2005-12-15 Thread Mike Lyda
umm.. it kind of sounds like you want Flash to automatically map the characters to the keypress? i.e. if someone with an English keyboard/system, types into your input field the characters will show up as Chinese? ... it might be possible to have them actually typing into an offscreen/hidden

[Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Merrill, Jason
Recently, my company purchased the Adobe Video Suite for me because of some digital video editing work I am doing with clients. We bought the suite because I needed Premiere, as well as the Photoshop update and Audition. I also was glad to get After Effects 6.5 and know that some Flash

[Flashcoders] Re: alpha -= 10 = wtf

2005-12-15 Thread Daniel Freeman
Judah, See: http://en.wikipedia.org/wiki/Floating_point#Problems_with_floating-point Send instant messages to your online friends http://au.messenger.yahoo.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Installing Central

2005-12-15 Thread Daniel Freeman
(A little OT, apologies, but the Central mailing list mysteriously vanished some months ago) I can't install Central anymore? (MacOS 10.4.2) I get a download error. Is it just me? Can other people install Central? If you've got a computer that doesn't already have Central installed, try

Re: [Flashcoders] Installing Central

2005-12-15 Thread Johan Lopes
Hi Daniel, I'm using a Win PC and clicked on your link and the installation went fine. Cool central apps, by the way :) All the best, /Johan On 12/15/05, Daniel Freeman [EMAIL PROTECTED] wrote: (A little OT, apologies, but the Central mailing list mysteriously vanished some months ago) I

Re: [Flashcoders] alpha -= 10 = wtf

2005-12-15 Thread Daniel Cascais
Thanks, Macromedia! What is a Macromedia? http://en.wikipedia.org/wiki/Macromedia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Zeh Fernando
My question is, I would like to know what kinds of things I could utilize After Effects for (BESIDES nifty effects in digital video clips, obviously), for my Flash work - just some ideas from those of you who know it and use it for effects in their Flash projects. Nothing. Nifty effects in

RE: [Flashcoders] alpha -= 10 = wtf

2005-12-15 Thread Merrill, Jason
Thanks, Macromedia! What is a Macromedia? http://en.wikipedia.org/wiki/Macromedia Dude, seriously? I was joking. LOL. Jason Merrill | E-Learning Solutions | icfconsulting.com NOTICE: This message is for the designated recipient only and may contain privileged or confidential

RE: [Flashcoders] alpha -= 10 = wtf

2005-12-15 Thread Richard
Thanks DanielOT but very interesting -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Cascais Sent: Thursday, 15 December 2005 9:30 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] alpha -= 10 = wtf Thanks, Macromedia! What is a

[Flashcoders] onload(Success:Boolean) - what's it mean?

2005-12-15 Thread Miles Thompson
I'm fetching data via a PHP script, if I leave the test for success out, the data is there, and can be processed. If I test for success, the processing code never executes. What can I be doing wrong? Here's a code fragment, all the appropriate values for varSender have been assigned. (You

Re: [Flashcoders] onload(Success:Boolean) - what's it mean?

2005-12-15 Thread eric dolecki
Just a quick observation: your onLoad should appear in code above the actual sendAndLoad function. On 12/15/05, Miles Thompson [EMAIL PROTECTED] wrote: I'm fetching data via a PHP script, if I leave the test for success out, the data is there, and can be processed. If I test for success, the

RE: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Merrill, Jason
Nothing. Zeh, I don't 100% believe you. :) I know After Effects is for motion effects, and primarily for video, but I could have sworn people have used it for image sequences for movie clip effects in Flash movies. For example, there is a neat effect you can do with Photoshop where you

Re: [FlashCoders] game slowing down - eventListener

2005-12-15 Thread Dimitrios Bendilas
Hi Cedric, Thanks for answering. This is a puzzle game, so tiles do not dissapear outside the stage. They are removed with removeMovieClip when necessary. There are 20-35 tiles on the stage at the same time. Each tile is a movieclip with 10 different frames and each frame has another movieclip

RE: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Merrill, Jason
For example, this site used After Effects to create PNG sequences to bring into Flash for neat visual animation effects (some of it demo'ed within the site itself) http://www.advanceflash.com/#sec=0 That's what I'm talking about. Jason Merrill | E-Learning Solutions | icfconsulting.com

Re: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Count Schemula
You can do motion type stuff, but you are restricted more or less to the same types of tricks you'd use with Photoshop due to file size constraints. After Effects is pretty much just Photoshop with a timeline. For more elaborate effects, you will more than likely be better off creating video in

Re: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Weyert de Boer
http://www.advanceflash.com/#sec=0 That's what I'm talking about. On my screen that site really shakes terrible, I think it's some sort of banding effect. Really annoying. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Merrill, Jason
Count, Zeh, I do appreciate you replying. But I think I should have been more clear in my original e-mail. I AM just talking about motion effects for Flash, nothing else. I realize After Effects does just that. I'm asking what kinds of motion effects have been done for Flash projects using After

RE: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Merrill, Jason
Hmmm, that's odd, not for me. Other than the lack of contrast and very small buttons, that site appears very fluid and nicely done from what I see in Firefox with the Flash 8 player. Anyway, besides the point of the discussion... Jason Merrill | E-Learning Solutions | icfconsulting.com

Re: [Flashcoders] removemovieclip failure

2005-12-15 Thread Devendran I
HI, If the Movie is already existing one (Not created by Script), U have to use swapDepths to change the depth then remove it. Becose there is some problem with Depths. Instance having depth -1 and some higher depths wouldn't be removed correctly. So follow this code var evt =

RE: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Merrill, Jason
Thanks Ryan - that's exactly what I'm talking about. BTW - Kigot - a bit over the top with the interface, but really nice site and it looks like great looking After Effects effects. Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL

Re: [Flashcoders] onload(Success:Boolean) - what's it mean?

2005-12-15 Thread Devendran I
Yes, onLoad Function will carry both success and failiure information of loading a page. If target file exists onLoad will carry true in that argument otherwise it will carry false. Its better practice to code with onLoad(success) u can use any Name instead of success.Its a argument passed by

Re: [Flashcoders] alpha -= 10 = wtf

2005-12-15 Thread Daniel Cascais
Me to :| ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Zeh Fernando
Nothing. Zeh, I don't 100% believe you. :) I know After Effects is for motion effects, and primarily for video, but I could have sworn people have used it for image sequences for movie clip effects in Flash movies. For example, there is a neat effect you can do with Photoshop where you

Re: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Weyert de Boer
Yeahm After Effects is really nice. It's not for nothing used in mutliple movies, especially the 3D support in AE is nice. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] OT: After Effects and Flash

2005-12-15 Thread Merrill, Jason
Thanks Zeh, really helpful. Esp. the info on Javascripting for effects. Personally, to me png animation sequences in Flash are not videos per se, but I guess you could look at it that way too. I can see where we diverged in the discussion. Thanks for the info. Sorry for the long ot/rant, but

Re: [Flashcoders] onload(Success:Boolean) - what's it mean?

2005-12-15 Thread Miles Thompson
Eric, OK - repositioned it below and had to adjust some braces. (Thought I had traced flow of logic correctly, but had not.) It's now working with success! Thanks - Miles At 10:01 AM 12/15/2005, you wrote: Just a quick observation: your onLoad should appear in code above the actual

Re: [Flashcoders] removemovieclip failure

2005-12-15 Thread Sam Shrefler
I also came accross where my movie was remaining in memory for 1 additional frametherefore, i setup an onEnterFrame event after i ran removeMovieClip and after that ran, everything was removed Sam On 12/15/05, Devendran I [EMAIL PROTECTED] wrote: HI, If the Movie is already

Re: [FlashCoders] game slowing down - eventListener

2005-12-15 Thread Dimitrios Bendilas
Anyone else has anything to suggest? Has anyone experienced memory build up with the use of Delegates or Proxy (with parameter support)? Thank you Dimitrios - Original Message - From: Cedric Muller [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com

Re: [FlashCoders] game slowing down - eventListener

2005-12-15 Thread John Grden
Hey Dimitrios, I know this might be covering something you already understand, but thought to say it outloud just in case. An object lives as long as there is reference to it in memory. So, in this scenario below obj lives on even though I've tried to delete the original reference to it (tt is

[Flashcoders] Debugger positioning onLoad / sendAndLoad

2005-12-15 Thread Miles Thompson
Eric Dolecki is probably wondering why there's such a klutz on the list. Don't blame him, I was positioning my sendAndLoad() ahead of the onLoad(), for this reason. If organized this way: varReceiver.onLoad( success:boolean) and code ...

Re: [Flashcoders] Debugger positioning onLoad / sendAndLoad

2005-12-15 Thread eric dolecki
There is no such thing as a klutz :) We are all beautiful people. edolecki On 12/15/05, Miles Thompson [EMAIL PROTECTED] wrote: Eric Dolecki is probably wondering why there's such a klutz on the list. Don't blame him, I was positioning my sendAndLoad() ahead of the onLoad(), for this reason.

[Flashcoders] Adjusting standard v2 components

2005-12-15 Thread Ben Smeets
Sorry if this has been handled before. But I was wondering how to adjust (not 'create own') the v2 components CODE wise? I figured out how to adjust the looks etc. But what if I wanted to tweak some code inside e.g. Button Class? I lokked around and found like 4 places where the component classes

Re: [Flashcoders] Adjusting standard v2 components

2005-12-15 Thread Devendran I
HI you can acheive this through component.setStyle() and Component.cellRenderer(). U can do anything with these Two combination. For more help refer Macromedia Help. Regards Devendran.I Ben Smeets [EMAIL PROTECTED] wrote: Sorry if this has been handled before. But I was wondering how to

Re: [Flashcoders] Adjusting standard v2 components

2005-12-15 Thread Paul BH
Devendran, there are actually a lot of situations where that doesnt help you any - eg changing the way a button skin is drawn... Ben, this is how you should go about doin what you need to do: If you really want to change something in the codebase, you need to be using the non-compiled clips,

[Flashcoders] double byte character sets

2005-12-15 Thread nik crosina
Hi there ... Another interesting Q: Has anybody worked with Flash and double byte (e.g. chinese) characters sets? Or is that a non issue in Flash. We are having to convert a Director application into a fully unicoded Flash version (the missing unicdoe implementation of Director being the main

[Flashcoders] Cache busting

2005-12-15 Thread Troy Rollins
I'd like to do some basic cache busting, like this: // if(System.capabilities.playerType == External){ myXML.load(tabs.xm); } else { myXML.load(tabs.xml?cachebuster= + getTimer()); } Can I use something like this with loadMovie, as well as getURL, and XML.load? -- Troy

[Flashcoders] anchors in dynamic textfield?

2005-12-15 Thread Ben Deroo
Hi, Bit of a problem: I have a dynamic textfield which loads about 10 pages of text externally. Textfield is formatted as html text. In the 10 pages, there are a few dozen titles, definitions of words ... These titles are all formatted in bold type btitle1/b. Is there a way in actionscript to

Re: [Flashcoders] double byte character sets

2005-12-15 Thread Morten Barklund Shockwaved
nik crosina wrote: Has anybody worked with Flash and double byte (e.g. chinese) characters sets? Or is that a non issue in Flash. We are having to convert a Director application into a fully unicoded Flash version (the missing unicdoe implementation of Director being the main reason for this).

[Flashcoders] RE: Serious Problem with Big Loads... HELP ME , please... HELP ME

2005-12-15 Thread Julián Atienza
I found this: http://www.swfkit.com/forum/thread_1_255.html I was not sure if i was going crazy, but now i found another guy with the same problem that i had... I still can't beleave that Flash goes Frozen and stop all scripts during a load of a external swf of 5Mb... i thought

RE: [Flashcoders] Cache busting

2005-12-15 Thread Ryan Potter
Take a look at this. http://www.communitymx.com/abstract.cfm?cid=827EA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Rollins Sent: Thursday, December 15, 2005 10:04 AM To: Flashcoders mailing list Subject: [Flashcoders] Cache busting I'd like to

[Flashcoders] ScrollPane / Combo box issue

2005-12-15 Thread tech
Hello, I've ran across a V2 scrollpane issue in one of the projects I'm working on. - I am attaching/removing pre-built movieclips from the library. - Each movieclip contains a combination of components - Problem occurs when I remove a movieclip that contains

RE: [Flashcoders] onload(Success:Boolean) - what's it mean?

2005-12-15 Thread Andreas Weber
Just a quick observation: your onLoad should appear in code above the actual sendAndLoad function. Does it - readability apart - really matter? Let's run a little test and make a really small and fast load: a textfile that just contains the string x=small And in the .fla: lv = new

[Flashcoders] RE: Serious Problem with Big Loads... HELP ME , please... HELP ME

2005-12-15 Thread Julián Atienza
Finally i have discovered one thing... I had a big map (in size and height and widht) ... i've tried to delete the contents... and the problem still persist (even if the swf to load is only 1,7 Mb) ... Now i know that the problem resides in the widht and height of the

Re: [Flashcoders] Cache busting

2005-12-15 Thread Troy Rollins
On Dec 15, 2005, at 12:47 PM, Ryan Potter wrote: Take a look at this. http://www.communitymx.com/abstract.cfm?cid=827EA That's a keeper. Thanks for the link. -- Troy RPSystems, Ltd. http://www.rpsystems.net ___ Flashcoders mailing list

RE: [Flashcoders] Help with flv to mp3 conversion

2005-12-15 Thread Abdul Qabiz
Hi Prem- As you can see that thread, different approaches have been discussed. I can think of following: Macromedia(Adobe) Flash Media Server 2.0 can connect to WebServices and CFC easily, so you can go with following approach... What you can do: - Record Voice and it would be saved as FLV..

RE: [Flashcoders] anchors in dynamic textfield?

2005-12-15 Thread Abdul Qabiz
Hi, No there are no anchors in Flash TextField. But I think, this could be done with scroll/maxscroll properties of TextField, but its not trivial to make..might require some logic... Why don't you think to solve this using different approach? Like when someone click on titles, show the

Re: [Flashcoders] anchors in dynamic textfield?

2005-12-15 Thread Mike Britton
In the past I've simulated anchors with a ScrollPane using its vPosition property and duplicated clips inside the ScrollPane. However I agree it would be nice if TextArea had the ability to anchor. You could use asfunction to control the textArea's vPosition based on a variable you pass in. The

Re: [Flashcoders] anchors in dynamic textfield?

2005-12-15 Thread Miles Thompson
No, no anchors in dynamic Textfield. I was hoping for the same thing. What you could do is have a sidebar, or footnote (footbar?), and load the explanations / definitions in there when they are clicked on, using asfunction(). That might be better, as the user's place in the file is not lost.

Re: [Flashcoders] onload(Success:Boolean) - what's it mean?

2005-12-15 Thread Ian Thomas
HI Andreas, I have definitely had issues where declaring the two in the wrong order has meant that the onLoad doesn't get called. Can't remember specifics - but there are definitely cases where it's a problem. (From what I remember, executing within Zinc and loading from the local file system

RE: [Flashcoders] Adjusting standard v2 components

2005-12-15 Thread Ben Smeets
Great tx, i will check out how far i can go with the cellrenderer. Cheers, Ben From: [EMAIL PROTECTED] on behalf of Devendran I Sent: Thu 12/15/2005 5:04 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Adjusting standard v2 components HI you

[Flashcoders] Accorion Question

2005-12-15 Thread coker todd
Can someone help me with this, I'm trying to fire an event using the MM Accordion Component, when a header is clicked I need an event along with sliding the pane. Any help, Please. Thanks. Kai __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

[Flashcoders] Help - working on repulsion code

2005-12-15 Thread Erez Kikin-Gil
Hi I am looking to make a small repulsion code. One way I was thinking is to say that if the x or y position of myMovieclip is equal to what is not myMovie clip Than the myMovieclip should move. The thing is that I am not sure how to write this Any ideas? Erez

[Flashcoders] Crossdomain data exchange

2005-12-15 Thread Roman Blöth
Hello flashcoders, this thing is driving me mad... My swf (published for flash player 7 under Flash MX) just can't load data from another domain. In our intranet the computers all have fully qualified domain names. On main.ourweb.net the swf is running (embedded in a HTML page, of course).

Re: [Flashcoders] Crossdomain data exchange

2005-12-15 Thread Chris Hill
I'd say your best bet is to use Charles to debug the interaction to make sure that the domains that you're calling are doing what you expect: Charles: http://www.xk72.com/charles/index.php Tutorial (shameless self-plug) http://ubergeek.tv/article.php?pid=92 Record the session, and you can

RE: [Flashcoders] onload(Success:Boolean) - what's it mean?

2005-12-15 Thread Andreas Weber
Good to know - thanks for the pointer! Andreas Weber -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: Donnerstag, 15. Dezember 2005 20:43 To: Flashcoders mailing list Subject: Re: [Flashcoders] onload(Success:Boolean) - what's it mean?

[Flashcoders] Assign an ASFunction with inline image?

2005-12-15 Thread Marc Hoffman
I have some text read in from xml that includes an inline image. I can pad the image and a few words after it with an a href = 'asfunction,arg'.../a. The function is successfully called when I click on the text. When I click on the image I get nothing, although the hand cursor shows for the

Re: [Flashcoders] Accorion Question

2005-12-15 Thread Ryan Matsikas
It fires a change event.. is that not what you want? On 12/15/05, coker todd [EMAIL PROTECTED] wrote: Can someone help me with this, I'm trying to fire an event using the MM Accordion Component, when a header is clicked I need an event along with sliding the pane. Any help, Please. Thanks.

Re: [Flashcoders] BitmapData and Streaming Video

2005-12-15 Thread John Grden
on this current project, I found that timing was an issue and I ended up delaying the method that refreshes the draw by 25 millisenconds. Not sure exactly *why* that worked, but I had the impression that the FLVPlayer needed to be ready to go before I made that call. Iknow that's not a great

Re: [Flashcoders] LocalConnection Undefined

2005-12-15 Thread Jeff Mastropietro
Solution found, I simply bumped up the publish settings to ActionScript 2.0. I didn't really have any reason to use 1.0. Jeff Jeff Mastropietro wrote: I'm trying to use the LocalConnection class in some flash movies I'm building. Nothing complex, and I'm starting with the example from the

Re: [Flashcoders] Accorion Question

2005-12-15 Thread Santhakumar K
In Help It is available in the compenet language reference Usage 1: *var listenerObject:Object *= new Object();*listenerObject*.change = function(*eventObject:Object*) {*// Insert your code here.* };accordionInstance.addEventListener(change, *listenerObject*); Usage 2: on (change) {*//

Re: [Flashcoders] ****************** Unicode Input ***************************

2005-12-15 Thread 8ball Developer
All you have to do is to do a key board mapping depending on the language the user selects. The mapping is something like this: key code=0065 output=0410/ This is Russian key mapping. There is much more to this and I don't want to make it sound simple but it is doable and I've done it. I just

[Flashcoders] Video on mobile devices

2005-12-15 Thread 8ball Developer
Hi All, I'm very new to developing for mobile devices. I'm wondering which devices support flash and flash streaming if any. I'm trying to build something like http://www.mobitv.com/ to deliver video to cellphones. Is this even possible with Flash? Any feedback is much appreciated. Thanks

[Flashcoders] Never Mind (was: Assign an ASFunction with inline image?)

2005-12-15 Thread Marc Hoffman
not sure why, but when I tried it again it started working for me just to pad the image with a href = 'asfunction:arg'.../a. At 01:31 PM 12/15/2005, you wrote: I have some text read in from xml that includes an inline image. I can pad the image and a few words after it with an a href =

Re: [Flashcoders] Getting the size of a SWF from ASP ?

2005-12-15 Thread Josh Shelby
he wants the height and width...not the file size. here ya go: http://www.4guysfromrolla.com/webtech/tips/t102001-1.shtml On 12/15/05, Jared Freeze [EMAIL PROTECTED] wrote: Dim fs,f,flen Set fs = Server.CreateObject(Scripting.FileSystemObject) Set f =

Re: [Flashcoders] ****************** Unicode Input ***************************

2005-12-15 Thread Janis Radins
I guess it's as simple as using unicode font. Best of all use device fonts. 2005/12/16, Devendran I [EMAIL PROTECTED]: Any how Thank you guys.. I'll do it. If u Know any other Simple way to get Unicode input please let me know. Thanks, Regards, Devendran.I 8ball