RE: [Flashcoders] Running a Timer in more than one instance of thesame DisplayObject?

2006-12-07 Thread Sascha
Thanks Michael but the timer is instantiated and started at runtime, not in the constructor. I've tried it and both approaches don't work. However I have located the source of the problem now (I believe): I'm adding several of the Custom Bitmap Objects at runtime and as it is not decided from sta

[Flashcoders] another webservice difficulty

2006-12-07 Thread learner
Hello all, I am facing an issue with webservice. When do ctrl+enter and test the fla, I get the successfull result form webservice and could get all the data. But when I open the independent swf, or open it in browser , Its not working. I am not getting any result from webservice. I do not

Re: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Marlon Harrison
Yes I'm pulling an html file for the iframe, but I'm not sure that would work for this purpose. The call to the ad server gets js back; a document.write() command. I tried putting at call into a js command, but that doesn't seem to work. Here's an example of the code: Your reload function modifi

[Flashcoders] MovieClip , button events

2006-12-07 Thread mudit tuli
Hi I have a movie clip 'mc1' inside another movieclip 'mc' is it possible to generate events like roloover events for both of these ? I have tried this but if I always only get the events of the outermost movie clip. And if there is no support for this in flash. And also isn't it a great pain to

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread greg h
I am not at all knowledgeable about 3D. So I offer the following observations only as an observer looking in. Adobe already has 3D in Acrobat. Six weeks ago at MAX there was a sneak peek of an Acrobat 3D / Flash mashup. Here is the description off of FlashMagazine.com/1336.htm

Re: [Flashcoders] Call iframe (firefox, safari)

2006-12-07 Thread Ricardo Camarinha
Obrigado Zé Maria, Já tinha visot este link, mas esse método que é o habitual já tinha usado, sem resultados (escepto explorer). há um problema ou falha qualquer com estes dois browser que fazem com que isto, só, não funcione. Abraço On Dec 7, 2006, at 7:07 PM, José Maria Barros wrote:

Re: [Flashcoders] Mac Projector won't go fullscreen

2006-12-07 Thread Bill Napier
That's weird. I'll be doing this soon too. So, this won't work? //1 //2 fscommand("fullscreen","false"); //3 fscommand("fullscreen","true"); It would be worth it, to elimate the flicker. ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] Mac Projector won't go fullscreen

2006-12-07 Thread Bill Abel
Found a work around in a Google Flash Group. Basically, you make the fullscreen call in frame one, then turn it off in frame 2, and call it again in frame 3. It flickers when launched, but it works. http://groups.google.com/group/macromedia.flash/browse_thread/thread/ beb8c01c67e0501a/4589

Re: [Flashcoders] Mac Projector won't go fullscreen

2006-12-07 Thread Bill Abel
I'm using a projector not Flash Player. A projector is a stand-alone application that has the player embedded. On Dec 7, 2006, at 1:02 PM, T. Michael Keesey wrote: Just out of curiosity, if you're using FP9, then why are you using fscommand instead of ExternalInterface? On 12/7/06, Bill A

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Scott Hyndman
I ran the source locally, and the framerate is printed to standard out. Try it yourself. Scott On 07/12/06, Scott Hyndman <[EMAIL PROTECTED]> wrote: I ran the source locally, and the framerate is printed to standard out. Try it yourself. Scott On 7-Dec-06, at 5:19 PM, Christian Giordano wrote

[Flashcoders] Horizontal List - cellrenderer?

2006-12-07 Thread Jonathan Berry
Hello all, I have googled this and searched the mailing list archives to no avail (only found something on the built-in flex component). Can anyone direct me to a tutorial or page on constructing horizontal list components with images? Thanks so much in advance. -- Jonathan Berry, M.A. IT Consult

Re: [Flashcoders] RE: Class seemingly left out of compile

2006-12-07 Thread Ron Wheeler
You might clear the cache. You might also check to see if any other swf has the same class. If flash has a copy of a class from any swf it uses it for all instances. Ron Ian Thomas wrote: Hm. Can't think of anything obvious. Worth checking/recompiling all involved movies (shared libraries

RE: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Seth Vanbooven
Without seeing you code, here are my thoughts. I assume you're pulling in an actually HTML page with the IFRAME correct? If that is the case you can just change up that JS function like so: document.getElementById(id).src = document.getElementById(id).src; That way it will just reload the curre

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Christian Giordano
Scott Hyndman wrote: Oh, that was the Ruby version. I just tried the Java version and I'm getting about 2000 fps. 4x faster doesn't "REALLY suck" in my book. And what would you expect? Java's pretty speedy. 4x faster? well, it's also 11 times smaller :) where do u read 2000 frs? My eyes, that

Re: [Flashcoders] RE: Class seemingly left out of compile

2006-12-07 Thread Ian Thomas
Hm. Can't think of anything obvious. Worth checking/recompiling all involved movies (shared libraries as well), that's all. Ian On 12/7/06, Matthew Ganz <[EMAIL PROTECTED]> wrote: bingo! there's an import statement in my submovie and in the container movie. i removed it from my submovie and r

Re: [Flashcoders] RE: Class seemingly left out of compile

2006-12-07 Thread Matthew Ganz
bingo! there's an import statement in my submovie and in the container movie. i removed it from my submovie and recompiled both swfs but it's still not showing my updated trace statements. am i missing something? thanks!! - Original Message - From: "Ian Thomas" <[EMAIL PROTECTED]> T

RE: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Seth Vanbooven
Yes. The .src will get you want you want. The document.location.href will only work accurately in some browsers. Here is a break down. http://www.quirksmode.org/js/iframe.html -- As for the square brackets vs parentheses it has to do with how you access the object. If you're using NAME in

Re: [Flashcoders] RE: Class seemingly left out of compile

2006-12-07 Thread Ian Thomas
It's not in a submovie loaded into a containing movie, is it? And also compiled into the containing movie? Because the Flash Player will use the first version of the class it loads, and ignore any other versions; so if your updated class is in the submovie, nothing will apparently change... HTH,

Re: [Flashcoders] RE: Class seemingly left out of compile

2006-12-07 Thread Matthew Ganz
yes, i am importing the class into my project; i'm not dynamically building a reference to it. and per the other response yesterday, yes, i'm also deleting the ASO files. i've run into previous problems with my CVS account in unix. it seems that every time i create a new directory in my proje

[Flashcoders] RE: Class seemingly left out of compile

2006-12-07 Thread Marcus van Malsen
Have you definitely imported the class in to your project? If you're dynamically building a reference to your class by say findClass("fullQualifiedClassName") then your class may not be compiled. Or maybe you have excluded it? ___ Flashcoders@cha

Re: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Marlon Harrison
Seth Thanks alot for that code, I hope I'm almost there. I have one more problem. The data coming for the ads is actually javascript; a document.write() command to be exact. When I use your code, the javascript code appears in the ad areas. How would I change the code to have it render that co

[Flashcoders] Zinc 2.5 Alternative

2006-12-07 Thread Elena Blanco
hello I know you guys discussed this topic many times in the past, but I can't seem to find any reference to it. What do you recommend as an alternative of Zinc 2.5? Is there a better product out there. Than you SO much in advance for your answer Elena __

Re: [Flashcoders] passing parameters to function on context menu

2006-12-07 Thread Marc Hoffman
Not sure why you'd need to pass parameters, since the context menu is established by your code and doesn't allow sub-menus (from what I've read). Whatever parameter you need to pass, I assume it's a result of something else happening in the movie, so why not store it in a variable in the movie

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
YES< please send it over when you can! Thanks Trevor! On 12/7/06, Trevor Burton <[EMAIL PROTECTED]> wrote: Ar you still looking for this? I wrote a 3D implementation a while ago from Conrad Parker's pseudocode - if you're still looking I'll scare It up for you. T -Original Message- F

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Scott Hyndman
Oh, that was the Ruby version. I just tried the Java version and I'm getting about 2000 fps. 4x faster doesn't "REALLY suck" in my book. And what would you expect? Java's pretty speedy. Scott On 07/12/06, Scott Hyndman <[EMAIL PROTECTED]> wrote: I can't comment on someone else's code, but even

RE: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread Trevor Burton
Ar you still looking for this? I wrote a 3D implementation a while ago from Conrad Parker's pseudocode - if you're still looking I'll scare It up for you. T -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: 07 December 2006 18:19 To: Flashc

[Flashcoders] passing parameters to function on context menu

2006-12-07 Thread Fratiman Vladut
Hi! I have this code: var cm:ContextMenu = new ContextMenu(); cm.hideBuiltInItems(); cm.customItems.push(new ContextMenuItem("My menu", _test)); my_dg["menu"] = cm;//my_dg is an data grid component How i can pass parameters to function _test ___ Flashco

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Scott Hyndman
I can't comment on someone else's code, but even in that example I was getting 500 fps on my 4 year old computer. Doesn't seem too bad to me. Scott On 07/12/06, Christian Giordano <[EMAIL PROTECTED]> wrote: > I recently completed a project using LWJGL (http://www.lwjgl.org) and it > was bliste

Re: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Marlon Harrison
So the correct code to use is .src, and not .location? Also I've seen some code where the parentheses are brackets instead. Is there a difference? On 12/7/06, Seth Vanbooven <[EMAIL PROTECTED]> wrote: As you've stated, set up your ads as IFRAME's and give them unique ID's. Then, create a Java

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Christian Giordano
> I recently completed a project using LWJGL (http://www.lwjgl.org) and it was blistering fast. In fact, I'm going to be open-sourcing it sometime today if you're interested. It was a game, but I wrote lots of code that could be applied anywhere, including tweening and shape primitive drawing too

[Flashcoders] Re: mCom component set with MTASC

2006-12-07 Thread vipin chandran
Anybody who has got any experience using the mCom component with MTASC, please do help me. Please see my problem in the below mail thread. Regards Vipin On 12/7/06, vipin chandran <[EMAIL PROTECTED]> wrote: Hello, Can anybody please respond to the issue i am facing here? On 12/7/06, vipin ch

Re: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Mick G
Sorry - I was assuming all banners were SWFs - in which case you could use localconnection to run a loadMovie in the banners you want to change (loading another SWF to the root level of each swf). On 12/7/06, Seth Vanbooven <[EMAIL PROTECTED]> wrote: As you've stated, set up your ads as IFRAME'

RE: [Flashcoders] (no subject)

2006-12-07 Thread Steven Sacks | BLITZ
ComboBoxes draw their dropdowns on the _root. If you lock the root in a nested clip, they'll draw their dropdowns there. This is why you're getting z-index problems. Second, if you're having an issue where _height is not returning the true _height, then store the original height in a variable an

[Flashcoders] (no subject)

2006-12-07 Thread Devine, Rich (Techlink Resources)
Hello all, This is my first post to the forums, so please forgive and feel free to send constructive criticisms regarding any protocols I may have accidentally missed. I have a rather complex (at least for me) issue that I am running into with the combo box component. I dynamically create sever

Re: [Flashcoders] Call iframe (firefox, safari)

2006-12-07 Thread José Maria Barros
Olá Ricardo...ve la se este link pode ajudar te... http://www.ozzu.com/ftopic30013.html On 12/7/06, Ricardo Camarinha <[EMAIL PROTECTED]> wrote: How can I call and iframe with flash buttons??? I've tried the normal process getURL("page.html" , "content"), but in firefox and safari it keeps o

Re: [Flashcoders] Running a Timer in more than one instance of the same DisplayObject?

2006-12-07 Thread slangeberg
I believe at one time that the following would create a static variable on your class, not an instance variable, but don't know if that's changed: protected var _timer:Timer = new Timer(); -Scott On 12/7/06, T. Michael Keesey <[EMAIL PROTECTED]> wrote: Are you initializing the timer at co

Re: [Flashcoders] Mac Projector won't go fullscreen

2006-12-07 Thread T. Michael Keesey
Just out of curiosity, if you're using FP9, then why are you using fscommand instead of ExternalInterface? On 12/7/06, Bill Abel <[EMAIL PROTECTED]> wrote: My projector won't go fullscreen on all macs. It works on some, and not on others. I think it works on machines with version 9 installed. I

Re: [Flashcoders] Running a Timer in more than one instance of the same DisplayObject?

2006-12-07 Thread T. Michael Keesey
Are you initializing the timer at compile-time or in the constructor? That is, are you doing this: protected var _timer:Timer = new Timer(); ... or this?: public function MyBitmapClass() { super(); _timer = new Timer(); //... } //... protected var _timer:Timer; I've had some trouble w

RE: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Seth Vanbooven
As you've stated, set up your ads as IFRAME's and give them unique ID's. Then, create a JavaScript like below to change the SRC of the IFRAME's and call that function from your FLA. function reloadAds() { document.getElementById('adframe1').src = uri1; document.getElementById('adf

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
awesome, that page implemented the javascript version of it ;) Thanks Matthais! On 12/7/06, Matthias Dittgen <[EMAIL PROTECTED]> wrote: you could start probably start here: http://www.vergenet.net/~conrad/boids/ http://www.vergenet.net/~conrad/boids/pseudocode.html Have fun, Matthias

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
thanks Jim, yeah, that link to red3d.com was my starting point and I had scene posts about the adobe tests with as2/as3 versions. I was hoping someone knew if those were posted somewhere as I couldn't locate a link. I'll email someone over there and see what I can scare up! thanks Jim On 12/7/

Re: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Marlon Harrison
I'm sorry I guess I'm not explaining things clearly. I don't need the banners to communitcate with each other. I need to setup some solution, I'm sure with the help of javascript, that will trigger the defined ad units on teh page to refresh, independent of the entire page reloading. For example,

Re: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Mick G
I'm not sure how 247realmedia works but I know eyeblaster have some custom code that lets you communicate from one banner to another via their extension. You might want to check with them. Otherwise look into localconnection... http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16243 http

[Flashcoders] Re: mCom component set with MTASC

2006-12-07 Thread vipin chandran
Hello, Can anybody please respond to the issue i am facing here? On 12/7/06, vipin chandran <[EMAIL PROTECTED]> wrote: Hello All, I am migrating to mCom component set for a project which is an MTASC project. The mCom component work well when i use with MM compiler. But when i use MTASC, it

[Flashcoders] Mac Projector won't go fullscreen

2006-12-07 Thread Bill Abel
My projector won't go fullscreen on all macs. It works on some, and not on others. I think it works on machines with version 9 installed. I don't know why that would affect it since it is "stand-alone". I've searched all the forums and found someone having the problem just a few months ag

[Flashcoders] Running a Timer in more than one instance of the same DisplayObject?

2006-12-07 Thread Sascha
Hi List, I have an advanced AS3 problem with that I'm stuck ... I'm extending the Bitmap Class to create a custom bitmap object that uses a Timer to trigger a function that scrolls the bitmap's BitmapData. This works fine as long as there is only one instance of the custom bitmap on the screen bu

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread Jim Armstrong
John Grden wrote: I've seen several entries about people who've toyed with it, but no posts with actual code. has anyone done the 3D conversion? any links to 2d or 3d source would be much appreciated ;) If memory serves, the Flash player team has a Boids test (written by Jethro Villegas) in bo

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
Yeah thanks Mike - I found a guy in Japan that listed his applets as free, and asked for the source. I'll let you know if that comes through. If you found the as1 version, would you be willing to share? On 12/7/06, Mike Mountain <[EMAIL PROTECTED]> wrote: Hi John I did an AS1 version ages ag

Re: [Flashcoders] loading external files with a mac projector on cd-rom

2006-12-07 Thread Bill Abel
The problem was the .DS_store was removed... However, I still couldn't get the path worked out to access the ISO data from the Mac projector on a Hybrid disc. I just put a copy of the shared data on both the ISO and Mac volumes... -b On Dec 7, 2006, at 4:53 AM, Derek Stottlemyer wrote:

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread Matthias Dittgen
you could start probably start here: http://www.vergenet.net/~conrad/boids/ http://www.vergenet.net/~conrad/boids/pseudocode.html Have fun, Matthias ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http:/

RE: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread Mike Mountain
Hi John I did an AS1 version ages ago - but I don't even know if I still have the source - your best bet would probably to look for a Java or Processing version then convert that Cheers M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Jo

Re: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Marlon Harrison
Hi again Sorry for omitting that info. The ads are served through 247realmedia's OAS. The ads are typically swfs or jpegs, but they're not loaded into the flash area. The ad units exist in the page; a banner, leaderboard, and island. I have complete control over the coding of the page. I just n

[Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
I've seen several entries about people who've toyed with it, but no posts with actual code. has anyone done the 3D conversion? any links to 2d or 3d source would be much appreciated ;) thanks very much, oh and \m/ -- [ JPG ] ___ Flashcoders@chatty

RE: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Merrill, Jason
As an exe, sure, doesn't matter what you use to make it. Director would be a good choice if there is interactivity, but if there is no interactivity, you could export a movie sequence from a high-end 3-D app. Depends on what you want to do with the 3D model(s). Jason Merrill Bank of America Lea

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread lincoln
Jason, could you describe your point of view here? For my instance, I'm running a visualization as an exe off the desktop (independent of the browser). Would director be worthwhile to look into for this instance, as I would be using it for a very specific usage? -lincoln On Dec 7, 2006,

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Scott Hyndman
:) Some people still think that. Many professors at my school use command-line mail clients. It's insanity! On 07/12/06, hank williams <[EMAIL PROTECTED]> wrote: This sounds to me like the unix guys who, way back in the day thought the gui was just a waste and the command line ruled. I am not s

Re: [Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Alias™
If you could provide more info about how the ads are served, that would help people to answer your question. Are you serving these ads from doubleclick/tangozebra/atlas/eyeblaster/other? Are they swfs/gifs/jpegs/all of the above? Do you have full control of the page? HTH, Alias On 07/12/06, Marl

[Flashcoders] Need to reload page ads on Flash event clicks.

2006-12-07 Thread Marlon Harrison
I have a page with a fairly detailed Flash app embedded. There are also 3 ad units on this page. I'd like to setup the swf to force the three ad units to refresh when a user navigates through to a new section of the flash app. I assumed I'd need to setup iframes around the adds, then call some js

Re: [Flashcoders] Call iframe (firefox, safari)

2006-12-07 Thread Ricardo Camarinha
How can I call and iframe with flash buttons??? I've tried the normal process getURL("page.html" , "content"), but in firefox and safari it keeps opening in a new window. Thanks Ricardo On Dec 7, 2006, at 3:06 PM, Ricardo Camarinha wrote: How can I call and iframe with flash buttons???

Re: [Flashcoders] Switch case problem...

2006-12-07 Thread José Maria Barros
Yes Stef Xit helped me...thank you very much!! On 12/6/06, Stef X <[EMAIL PROTECTED]> wrote: Hi, Just put a gotoAndStop in your goFrame function instead of a gotoAndPlay and redo a Switch case to call the good janela like this : function goLink() { trace (linkName); _root.myClip

RE: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Merrill, Jason
>>I have no idea what Quartz is, but Director is a quality >>package with excellent scripting capabilities and accelerated 3D. Director does not run in the Flash player. A huge disadvantage in practicality for large and/or controlled audiences IMO. Jason Merrill Bank of America Learning & Orga

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Scott Hyndman
I vote for Java/OpenGL. Skip on Processing -- it's way too limiting unless you drop their IDE and directly import the related jars. I recently completed a project using LWJGL (http://www.lwjgl.org) and it was blistering fast. In fact, I'm going to be open-sourcing it sometime today if you're inter

[Flashcoders] Call Iframe

2006-12-07 Thread Ricardo Camarinha
How can I call and iframe with flash buttons??? Thank you Ricardo ___ 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

[Flashcoders] RE: Tabbing highlight

2006-12-07 Thread Ned Perry
RE Tabbing highlight issue I'm getting the tab highlight on some of my movieclips without tabbing to them. It occurs occasionally on the onRelease event on the movieclip. I'm doing a lot of setting of tabEnabled to false or true on lots of movieclips, as well as resetting the tabIndexes of these

RE: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Danny Kodicek
> Which makes me ask: if you're developing a visualization > product that requires intense graphical animation with > quality scripting abilitieswhat products are out their to > do this? Flash is close > but is there something that provides more quartz-like animations? I have no idea

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread lincoln
While I understand where Eric is coming from, I agree with Jason. I'm developing a vizualization tool that was initially comp'd out using quartz composer, as it wraps up core animation, openGL, quicktime and a variety of other nice osx packages. Core animation with openGL alone allows you

[Flashcoders] _accProps not recognized by compiler

2006-12-07 Thread Jim Robson
I'm using Flash Pro 8, and the compiler isn't recognizing _accProps for a button instance. I'm not having any trouble setting _accProps properties for a movie clip, but the following code returns an error when attempt to publish. Any idea what would cause this? Code and error message are pasted bel

[Flashcoders] yet another webservice difficulty

2006-12-07 Thread learner
Hello all, I am facing an issue with webservice. When do ctrl+enter and test the fla, I get the successfull result form webservice and could get all the data. But when I open the independent swf, or open it in browser , Its not working. I am not getting any result from webservice. I do not ge

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Ian Thomas
I think if Flash is to stay alive in the longterm, then it definitely needs to consider 3D. And hardware acceleration for the 2D stuff, where available. Ian On 12/7/06, Merrill, Jason <[EMAIL PROTECTED]> wrote: 3D is useful for all kinds of things - besides the obvious one: games, there is al

RE: [Flashcoders] Attaching bitmap data to arbitary coords

2006-12-07 Thread Mike Mountain
Without going into the complexities of what I'm trying to do, just assume that's a no go for now... I just want to know if it's possible or not in order to avoid trying to bodge it. A related issue is if I bitmapData.draw(mc) then I can only draw in the parts of the mc that are below left of the r

RE: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread Merrill, Jason
>>> I'm not too keen on seeing 3D interfaces and >>spinning/whirling items >>> anytime soon. That includes product items for the most part too. 3D is useful for all kinds of things - besides the obvious one: games, there is also product training, product promotions (you said you weren't keen on

Re[2]: [Flashcoders] problem with function access into class

2006-12-07 Thread Fratiman Vladut
Hello eka, Wednesday, December 6, 2006, 11:09:00 PM, you wrote: > Hello :) > Your code is cut ??? where is the declaration of the xml etc ? > You can try to use mx.utils.Delegate to create a proxy between the onLoad > event of the reference and a method in your class with the scope of the > cur

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread hank williams
This sounds to me like the unix guys who, way back in the day thought the gui was just a waste and the command line ruled. I am not saying every interface needs 3d, but 3d will be an important part of ui's in the future. Take, for example, apple's time machine ui in the upcoming version of OSX.

Re[2]: [Flashcoders] Errors in some cases...

2006-12-07 Thread R�kos Attila
JMB> Crap..i have the IE 7...so..thats the problem...can i have the ie installed JMB> as well? for test purposes? Look at this: http://www.microsoft.com/downloads/details.aspx?FamilyID=21EABB90-958F-4B64-B5F1-73D0A413C8EF&displaylang=en ___ Flashcoder

Re: [Flashcoders] Errors in some cases...

2006-12-07 Thread José Maria Barros
Crap..i have the IE 7...so..thats the problem...can i have the ie installed as well? for test purposes? On 12/7/06, Rákos Attila <[EMAIL PROTECTED]> wrote: I confirm that it doesn't work on IE6. Propably your pngfix.js is responsible for the problem, because I saved the page to local drive, c

[Flashcoders] OT Don't reply to an old thread when you're creating a new thread!

2006-12-07 Thread Sam Thorne
Hi All, Just a suggestion, but perhaps people posting new threads could do so using a "new" email rather than a reply to an old thread and changing the subject. I don't know about you, but for me replying to an old thread and changing the subject results in broken message threading when I

Re: [Flashcoders] Errors in some cases...

2006-12-07 Thread R�kos Attila
I confirm that it doesn't work on IE6. Propably your pngfix.js is responsible for the problem, because I saved the page to local drive, cut out this pngfix.js line and everything worked perfectly (except the transparent PNG of course :)) Attila ___ F

Re: [Flashcoders] Flash on the beach

2006-12-07 Thread James Marsden
http://www.bit-101.com/blog/?p=922 :D James Marsden wrote: What a ing great conference! I feel very spoilt that it was here on my doorstep. I heard many of the speakers proclaim it was the best conference they'd attended, so thank you very much to John Davey. I look forward to it next

Re: [Flashcoders] Flash on the beach

2006-12-07 Thread Zárate
I've uploaded some videos here: Nicolas Cannasse talking about MTASC and haXe: http://video.google.co.uk/videoplay?docid=8660508438825593209&hl=en-GB Edwin van Rijkom talking about Screenweaver HX: http://video.google.co.uk/videoplay?docid=-571025989353761&hl=en-GB Jon Harris talking about

[Flashcoders] Errors in some cases...

2006-12-07 Thread José Maria Barros
Hi...ive done a website for a bar..and some people cant press the "Entrar" button...they cant open it...its strange..and some people cant see anything in the main site.. Can someone plz see and give me a hint of what may be? http://www.justbeloungelx.com Many thanks... José Maria Barros _

Re: [Flashcoders] Flash on the beach

2006-12-07 Thread dario
Is present a videostream of each speaker? Dario On 12/7/06, James Marsden <[EMAIL PROTECTED]> wrote: What a ing great conference! I feel very spoilt that it was here on my doorstep. I heard many of the speakers proclaim it was the best conference they'd attended, so thank you very much t

RE: [Flashcoders] Attaching bitmap data to arbitary coords

2006-12-07 Thread Danny Kodicek
> var w=200 > var h=200 > holder=this.createEmptyMovieClip("bmp1", > this.getNextHighestDepth()); var bmpData1:BitmapData = new > BitmapData(w, h, true, 0x); > bmp1.attachBitmap(bmpData1, 2, "auto", true); > > This will attach the bitmapdata so it's top left is situated > at the reg

[Flashcoders] Flash on the beach

2006-12-07 Thread James Marsden
What a ing great conference! I feel very spoilt that it was here on my doorstep. I heard many of the speakers proclaim it was the best conference they'd attended, so thank you very much to John Davey. I look forward to it next year, and encourage everyone to consider the trip to our ace li

RE: [Flashcoders] loading external files with a mac projector on cd-rom

2006-12-07 Thread Derek Stottlemyer
Hello Bill, //Mac var path="slides:" On Mac, folders are separated by a ":" not a "/". I usually have a folderSep variable which I set depending on the platform. i.e. var folderSep="/"; if (isMac){ // However you want to tell if it is a Mac. folderSep=":"; } var path="slides"+folderSep;

Re: [Flashcoders] webservice delay

2006-12-07 Thread learner
please note that i have tiggered the webservice call with parameters later in the same function as: wsConn_search.params =[ search parameters ] wsConn_search.trigger(); // sorry for not mentioning in the previos mail Regards PS On 12/7/06, learner <[EMAIL PROTECTED]> wrote: Sorry for now p

Re: [Flashcoders] webservice delay

2006-12-07 Thread learner
Sorry for now providing the soruce code Here it is: The animation shows up on the second call to webservice but first call it directlly shows up the result.. public function searchdaigrams() { var wsConn_search = new WebServiceConnector(); wsConn_search.WSDLURL = _global.serviceURL ws

[Flashcoders] Attaching bitmap data to arbitary coords

2006-12-07 Thread Mike Mountain
Consider the following, Flash 8: var w=200 var h=200 holder=this.createEmptyMovieClip("bmp1", this.getNextHighestDepth()); var bmpData1:BitmapData = new BitmapData(w, h, true, 0x); bmp1.attachBitmap(bmpData1, 2, "auto", true); This will attach the bitmapdata so it's top left is situated a

[Flashcoders] OT: Flash coder position available in Paris... URGENT

2006-12-07 Thread Cyril Bouaziz
Fellow coders, It’s been several years since I haven’t post to this list… Fitst let me apologize by advance for this quite off topic message but some of you might be interested. I stopped development for managing projects. A bit frustrating but a necessity sometimes ;) One of my friends is despe

Re: [Flashcoders] hints for arabic (rtl) text

2006-12-07 Thread Matthias Dittgen
flashrtl was my starting point in the first mail of this thread! At our project, we left out the arabic version at the moment, so I'll come back later to that topic again, I guess. Meanwhile: Thanks to all, who answered!!! Regards, Matthias ___ Flashcod

[Flashcoders] mCom component set with MTASC

2006-12-07 Thread vipin chandran
Hello All, I am migrating to mCom component set for a project which is an MTASC project. The mCom component work well when i use with MM compiler. But when i use MTASC, it asks for classes so that it can compile them. I have the source for mCom components in 'com' package. Even if i give -cp