[Flashcoders] Flash Player Active X and Plugin ...

2006-10-05 Thread Stephen Ford
Can someone explain (or point to a URL) the difference between Flash Player Installer Active X and Flash Player Installer Plugin ??? Thanks.___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Flash Player Active X and Plugin ...

2006-10-05 Thread Bjorn Schultheiss
I think ActiveX is for IE and plugin is Mozilla, I think Regards, Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Ford Sent: Thursday, 5 October 2006 4:07 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders]

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Gaia-Tek
Hi Jason, That was the initial understanding with which I entered the project, now they don't want to do that because of the server load and bandwidth if 200 learners access the course simultaneously... They want the learner to download the course in one go (a smaller swf hopefully), and then

[Flashcoders] geometry // oval around text

2006-10-05 Thread Matthias Dittgen
Hello, I need a tipp for drawing an oval around a dynamic textfield with variable line numbers and variable width? Perhaps, someone can point me to a good tutorial dealing with such geometry questions. The drawOval methods I am using have width and height as parameters, but of course I can't use

SV: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Johan Karlsson
If you load external images when they are to be displayed the will not put weight on the until that is current. And if someone chooses to end the course prematurely images used later in the course won't hit the bandwidth at all. And finally when an image is loaded once, it should be in the

RE: [Flashcoders] geometry // oval around text

2006-10-05 Thread Danny Kodicek
Hello, I need a tipp for drawing an oval around a dynamic textfield with variable line numbers and variable width? Perhaps, someone can point me to a good tutorial dealing with such geometry questions. The drawOval methods I am using have width and height as parameters, but of course I

Re: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Peter O'Brien
How can a swf generate a swf? I've been asked about the subject of dynamically creating a bunch of swfs. I guess mtasc, swfmill and perhaps ant tasks - tho i know next to nothing about ant tasks. Another way would be to use jsfl. but how can a swf generate swfs?

[Flashcoders] setting global TextInput Styles v2

2006-10-05 Thread Michael Stuhr
how do i set global textinput styles for the v2 components if i want a different focusIn and focusOut style ? micha ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

SV: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Johan Karlsson
Simple put: it can't! It can't create anything outside the running player on its own. It needs a 3rd party projector generator like Zinc or some kind of serverside technology to create new files... /Johan -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Marc Hoffman
It's late, and I may not be thinking clearly, but it seems to me that the effect on server load and bandwidth is going to be the same whether those 200 learners download the whole swf in one go or they download it as they work their way through the course (well, I guess if they're going to

Re: [Flashcoders] geometry // oval around text

2006-10-05 Thread Matthias Dittgen
Hello Danny, thank you, that sounds great. I'll take a closer look at your formulas. I also thought of a nearing solution that uses the ratio of textfieldWidth and textfieldHeight. I was drawing different rectangles on a paper in front of me and surrounding them with ovals. :-) I don't want a

RE: [Flashcoders] Flash Player 9 FullScreen Mode

2006-10-05 Thread Mike Mountain
Doesn't work in win ie 6.0.2 for me -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Radley Marx Sent: 05 October 2006 05:24 To: Flashcoders mailing list Subject: Re: [Flashcoders] Flash Player 9 FullScreen Mode bwah ha ha ha ha.

[Flashcoders] Flash based desktop mate

2006-10-05 Thread Shane Casey
Hey all, I'm looking into the possibility of building a desktop buddy type application in Flash. Basically it would need to be a full-screen projector file but with a transparent background that would allow the user to interact with other windows etc. Any ideas?

Re: [Flashcoders] Rendering flash 8 to video

2006-10-05 Thread Count Schemula
It's cheating, but I think there is a Director 30 day trial. Not a long term solution, but, will get you through an immediate need. A lot cheaper than Director ;) -- count_schemula a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a

[Flashcoders] Unsubscribe me please

2006-10-05 Thread Everett Bryant
Unsubscribe me please - Original Message From: Serge Jespers [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, October 1, 2006 3:39:32 AM Subject: Re: [Flashcoders] jsp - Flash Did you already have a look at Flash Remoting:

Re: [Flashcoders] Unsubscribe me please

2006-10-05 Thread Count Schemula
On 10/5/06, Everett Bryant [EMAIL PROTECTED] wrote: Unsubscribe me please No. -- count_schemula a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] Unsubscribe me please

2006-10-05 Thread Miguel Angel Sánchez
LOL Count Schemula escribió: On 10/5/06, Everett Bryant [EMAIL PROTECTED] wrote: Unsubscribe me please No. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] AMFPHP - gateway.php

2006-10-05 Thread iestyn lloyd
Hi List, A quick question for any AMFPHP users: Within Gateway.php, I need to detect which function is being called. Does anyone know if this is possible with some PHP? I need to make a nasty hack.. any advice appreciated..! Cheers iestyn ___

Re: [Flashcoders] Unsubscribe me please

2006-10-05 Thread Micky Hulse
Miguel Angel Sánchez wrote: LOL Count Schemula escribió: On 10/5/06, Everett Bryant [EMAIL PROTECTED] wrote: Unsubscribe me please No. Hehe, funny. Esp. after a few beers. :) -- Wishlist: http://snipurl.com/vrs9 Switch: http://browsehappy.com/ BCC?: http://snipurl.com/w6f8

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Merrill, Jason
they don't want to do that because of the server load and bandwidth if 200 learners access the course simultaneously... They want the learner to download the course in one go Wow, that isn't very good reasoning on their part, and quite obtuse if they supposedly know much about webservers. If

RE: [Flashcoders] Flash Player Active X and Plugin ...

2006-10-05 Thread Merrill, Jason
ActiveX is for IE and the Plugin is for Netscape and other Mozilla browsers like Firefox. Jason Merrill Bank of America Learning Organization Effectiveness - Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of

[Flashcoders] [JOB] Web Designer / Developer - Delft, The Netherlands - Full Time-contract

2006-10-05 Thread [EMAIL PROTECTED]
Web Designer / Developer Location: Delft, The Netherlands XD designers is looking for a Web Designer with developer skills. - High level graphic and webdesign skills - Experience with actionscript 1, 2, OOP, HTML, CSS, Javascript, PHP, mySQL Please send your resume, portfolio and a short

RE: [Flashcoders] geometry // oval around text

2006-10-05 Thread Andreas Weber
Instead of re-inventing the wheel (which can be a lot of fun!) you might find it easier to use an already existing Spline class, e.g. my CatmullRom Spline: http://www.motiondraw.com/md/as_samples/t/CatmullRomSpline/closedShape.html The advantage is that you can just pass in the corner points of

Re: [Flashcoders] Flash based desktop mate

2006-10-05 Thread Seb L
Zinc can do this and so can IceProjector, IIRC. On 05/10/06, Shane Casey [EMAIL PROTECTED] wrote: Hey all, I'm looking into the possibility of building a desktop buddy type application in Flash. Basically it would need to be a full-screen projector file but with a transparent background that

[Flashcoders] Re: setting global TextInput Styles v2

2006-10-05 Thread Michael
2006/10/5, Michael Stuhr [EMAIL PROTECTED]: how do i set global textinput styles for the v2 components if i want a different focusIn and focusOut style ? micha hmm, i'm currently trying to use focusManger (i know, i know !) - the docs say that it inherits the Events from UIComponent, but it

Re: [Flashcoders] geometry // oval around text

2006-10-05 Thread Matthias Dittgen
Hello Andreas, thank you a lot for your open sources! Your work with splines is impressive. I asked my question here on the list, BECAUSE I don't want to re-invent the wheel. So I am happy now to find the solution. Hello Ivan, thank you for the link. Matthias

Re: [Flashcoders] Flash based desktop mate

2006-10-05 Thread Gustavo Teider - Adobe Flash Developer
Shane Casey escreveu: Hey all, I'm looking into the possibility of building a desktop buddy type application in Flash. Basically it would need to be a full-screen projector file but with a transparent background that would allow the user to interact with other windows etc. Any ideas?

Re: [Flashcoders] Flash based desktop mate

2006-10-05 Thread Adrian Ionut Beschea
I used mProjector and it's quite ok. It comes with tones of samples. Gustavo Teider - Adobe Flash Developer [EMAIL PROTECTED] wrote: Shane Casey escreveu: Hey all, I'm looking into the possibility of building a desktop buddy type application in Flash. Basically it would need to be a

[Flashcoders] Scrollpane thumb problem

2006-10-05 Thread Mendelsohn, Michael
Hi list... I have a scrollpane component whose content is a movie clip with a changing height, so the vertical scrollbar appears/hides when necessary. (vScrollPolicy = auto) The problem is when the vertical scrollbar appears: the draggable thumb is drawn too high, overlapping the up button.

Re: [Flashcoders] Flash Player 9 FullScreen Mode

2006-10-05 Thread Eric Priou
bwah ha ha ha ha. Mac. OSX. Full screen didn't happen. mac wulez! Wrong ! Works here. Be sure to update your… --- Eric Priou (aka erixtekila) In progress tech blog : http://blog.v-i-a.net/ Oregano XML Socket forum : http://forum.v-i-a.net/

[Flashcoders] Weak bounce easing equation

2006-10-05 Thread Jake Prime
Hi Is there anywhere I can find a greater range of Penner type easing equations than are normally around? Specifically I want a much weaker bounce than the usual easeOutBounce. All my searches come up with the same basic equations. I have tried editing the bounce function resulting in something

Re: [Flashcoders] Flash based desktop mate

2006-10-05 Thread Ramon Miguel M. Tayag
Gotta watch the memory though when you use alpha. Tried it on mProjector before and the program didn't work well because it was on alpha. -- Ramon Miguel M. Tayag ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

RE: [Flashcoders] Weak bounce easing equation

2006-10-05 Thread Mendelsohn, Michael
Take a look at the Tween class and its various easing methods documented under the components language reference in the help. There's a good variety there, and you can control many facets about the tween. - MM ___ Flashcoders@chattyfig.figleaf.com To

RE: [Flashcoders] Google code search

2006-10-05 Thread Mike Mountain
Already loving http://krugle.com/ M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of slangeberg Sent: 05 October 2006 16:02 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Flashcoders mailing list; flexcoders@yahoogroups.com Subject: [Flashcoders]

[Flashcoders] Re: [haXe] Flash Player 9 FullScreen Mode

2006-10-05 Thread slangeberg
Throws errors in IE and Firefox for me: ReferenceError: Error #1065: Variable flash.display::StageDisplayState is not defined. at main/goFullScreen() Scott On 10/4/06, l u c h y x [EMAIL PROTECTED] wrote: Yesss it here.! now available. Detailed example here

[Flashcoders] Google code search

2006-10-05 Thread slangeberg
Not sure how many have seen this yet, but I'd be intrigued to see what kinds of good stuff people might turn up. As it is, I'm not even real sure where to start!: http://news.zdnet.com/2100-3513_22-6122819.html?part=rsstag=feedsubj=zdnn : : ) Scott

Re: [Flashcoders] Re: [haXe] Flash Player 9 FullScreen Mode

2006-10-05 Thread l u c h y x
You need the latest version of the player version: 9.0.18 On 10/5/06, slangeberg [EMAIL PROTECTED] wrote: Throws errors in IE and Firefox for me: ReferenceError: Error #1065: Variable flash.display::StageDisplayState is not defined. at main/goFullScreen() Scott On 10/4/06, l u c h y x

Re: [Flashcoders] Google code search

2006-10-05 Thread Matthias Dittgen
and it just works! example search term to finde out, if Actionscript is searchable: file:\.as$ aral balkan http://google.com/codesearch?hl=enlr=q=file%3A%5C.as%24+aral+balkanbtnG=Search :-) Matthias 2006/10/5, Mike Mountain [EMAIL PROTECTED]: Already loving http://krugle.com/ M

Re: [Flashcoders] Re: [haXe] Flash Player 9 FullScreen Mode

2006-10-05 Thread Muzak
read details here first please.. http://labs.adobe.com/wiki/index.php/Flash_Player:9:Update:Full-Screen_Mode ..and back to coding.. - Original Message - From: slangeberg [EMAIL PROTECTED] To: The haXe compiler list [EMAIL PROTECTED] Cc: Flashcoders mailing list

Re: [Flashcoders] Weak bounce easing equation

2006-10-05 Thread Jake Prime
On 05/10/06, Mendelsohn, Michael [EMAIL PROTECTED] wrote: Take a look at the Tween class and its various easing methods documented under the components language reference in the help. Unless I'm missing something, you don't get any control over the quantity of bounce there. The only thing it

RE: [Flashcoders] Weak bounce easing equation

2006-10-05 Thread Mendelsohn, Michael
You could probably tween something using the None easing method for a long distance, giving it linear movement, then when the tween is done, call onMotionFinished, and give it a new tween, but this time, over a short distance, and with bounces. I don't think you can control the amount of bounces.

[Flashcoders] RE: VitalStream Bandwidth detection

2006-10-05 Thread Brian Weil
I solved this. This is actually part of the final solution. The problem is, the code returns an empty value for onBWCheck and onBWcomplete never fires. I finally discovered the key piece of code after a lot of trial and error. There is a boolean being passed to the server in the following code:

[Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Aaron Roberson
I want to create a preloader that plays through even if the rest of the timeline has been loaded. I saw a tutorial on this some time back but can't find it now. Forgive me if this is a common request or something but I have searched and searched but can't find it. The problem is probably that

Re: [Flashcoders] Find point after rotation

2006-10-05 Thread Jason C Reynolds
Hoping you can elaborate just a bit with this... I've created just a simple test movie for this just using code in the timeline. I have a movieclip 'myBox', which is 50X100, and located at 0,0 on the stage. Then I put a circle movie clip 'myDot', which hopefully will be following that bottom

Re: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Robert r. Sanders
As a point of comparision we do eLearning, making heavy use of Flash video; it is fairly typical for one of our courses to top 100MB, or approx. 20x what your dealing with. I think there is some confusion (possibly on the part of your client) as to how the web works; so I'll provide the

Re: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Michael Stuhr
Aaron Roberson schrieb: I want to create a preloader that plays through even if the rest of the timeline has been loaded. I saw a tutorial on this some time back but can't find it now. Forgive me if this is a common request or something but I have searched and searched but can't find it. The

Re: [Flashcoders] Find point after rotation

2006-10-05 Thread Jason C Reynolds
Oops, those last lines shoudn't be subtracting the width and height, was just me playing but still have same problem! - Original Message - From: Jason C Reynolds [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, October 05, 2006 11:24

Re: [Flashcoders] Weak bounce easing equation

2006-10-05 Thread Bart Wttewaall
You can control the quantity of the bounce to some extend by using the last two optional arguments in Elastic. I played with them for a bit, but couldn't tweak it to the point where it behaves as the animation you described. Hope it helps.. Godd luck! -- code -- import mx.transitions.Tween;

Re: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Aaron Roberson
Thanks for the sarcasm but I am not just trying to create a simple preloader that plays until the movie has loaded. Rather, I want to create a preloader that has two functions: 1) to preload the movie (of coarse) and 2) to play the entire preloader's timeline even if the movie has already been

Re: [Flashcoders] Find point after rotation

2006-10-05 Thread Mark Winterhalder
I'm getting the same crazy, I don't know what's going on results using this. Is there something I'm missing? Yeah -- and without that, none of your previous attempts had a chance to succeed. :) _rotation takes degrees, i.e., where a full circle is 360. Math.sin and Math.cos take radians, where

Re: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Michael Stuhr
Aaron Roberson schrieb: I hope that makes sense. no. sorry. micha ___ 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

RE: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Pete Miller
A preloader by definition is a short, small movie that loops endlessly until the swf is completely loaded; the load-end stops the movie. You're describing a movie that wants to end when it reaches its last frame. What does it have to do with the load process? You cannot guarantee which will end

Re: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Marc Hoffman
Hi Aaron, By my definition, a preloader plays until the rest of the content is sufficiently loaded for the .swf to stream at the user's bandwidth. If you just want something to play in its entirety, you're talking about an introduction, which is created the same as any other Flash content.

Re: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Marcelo Wolfgang
Just from the top of my head here, so excuse if anything is wrong but couldn't you put at the end of the preload animation something like stop(); if (getBytesLoaded() == getBytesTotal()){ play(); } else { this.onEnterFrame = function() { if (getBytesLoaded() == getBytesTotal()){ delete

[Flashcoders] centering printed content

2006-10-05 Thread Jim Gay
I'm trying to center my printJob content and I'm unable to do it on the printed page. Is there some kind of limitation on centering the content on the actual printed page? Thanks for any help. Here's the code: print_btn.onRelease = function() { var pj:PrintJob = new PrintJob();

RE: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Steven Sacks | BLITZ
You're going to need a preloader for your preloader... ___ 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

RE: [Flashcoders] Flash based desktop mate

2006-10-05 Thread Steven Sacks | BLITZ
it would need to be a full screen projector file Why would it need to be a full screen projector file? mProjector's alpha performance on Windows is the best there is. http://www.thespringbox.com/ uses mProjector and has alpha transparency. If you want to be able to move something around the

Re: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Aaron Roberson
Marcelo, I think your concept will work for my project. Thanks all, Aaron On 10/5/06, Marcelo Wolfgang [EMAIL PROTECTED] wrote: Just from the top of my head here, so excuse if anything is wrong but couldn't you put at the end of the preload animation something like stop(); if

Re: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Aaron Roberson
Yeah, I think that is essentially what Pete and Marc said. Thanks On 10/5/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: You're going to need a preloader for your preloader... ___ Flashcoders@chattyfig.figleaf.com To change your subscription

RE: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Pete Miller
And a preloader for the preloader's preloader...does Zeno's Paradox apply here? -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Aaron Roberson Sent: Thursday, October 05, 2006 1:57 PM To: Flashcoders mailing list Subject: Re:

RE: [Flashcoders] Unsubscribe me please

2006-10-05 Thread Steven Sacks | BLITZ
Unsubscribe me please I've unsubscribed you. You shouldn't receive this email. Just in case you did, check out this part of the footer of every single message on Flashcoders. :) Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] BitmapData size limit

2006-10-05 Thread Dave Wood
Anyone know why the 2880 pixel limit for either width or height of a BitmapData object? If the intention is to limit the amount of memory required (2880 X 2880 pixels would require about 24 Mb), then the limit should be on the total size of the image surely. Or is there some other reason

Re: [Flashcoders] BitmapData size limit

2006-10-05 Thread Dave Wood
Ooops! sorry - my bad maths - that 24 Mb should have been 32 Mb David On 6/10/2006, at 7:28 AM, Dave Wood wrote: Anyone know why the 2880 pixel limit for either width or height of a BitmapData object? If the intention is to limit the amount of memory required (2880 X 2880 pixels would

RE: [Flashcoders] Weak bounce easing equation

2006-10-05 Thread Andreas Weber
Is there anywhere I can find a greater range of Penner type easing equations than are normally around? Specifically I want a much weaker bounce than the usual easeOutBounce. Try Timothée Groleau's brilliant Easing Function Generator - by dragging the control points you can easily shape the

[Flashcoders] Drag and Drop: Need help creating 1 drag for Multiple drops. Willing to pay. Need help ASAP.

2006-10-05 Thread newbie133
Need help Creating 1 drag for Multiple drops. Example of code below. I want to drag fruit into multiple (targets) containers that lock. Fruit can have multiple correct targets. I can this to work 1-on-1 but not multiple. Thanks! This is code on frame 1. Movies Clip: Fruit Target:

Re: [Flashcoders] BitmapData size limit

2006-10-05 Thread Michael Stuhr
Dave Wood schrieb: Anyone know why the 2880 pixel limit for either width or height of a BitmapData object? If the intention is to limit the amount of memory required (2880 X 2880 pixels would require about 24 Mb), then the limit should be on the total size of the image surely. Or is there

Re: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Michael Stuhr
Pete Miller schrieb: And a preloader for the preloader's preloader...does Zeno's Paradox apply here you read too much Pyramids :-) micha ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] flv not playing in IE with Flash 9

2006-10-05 Thread Ammon Lauritzen
Ok, simple issue really, and I seem to have found evidence of other people experiencing it as well - just no answers posted to their pleas for help :) I have a flash video (the player swf is compiled for flash 8) that should be visible at the bottom of http://walk-ez.com/fans.aspx. And it is

Re: [Flashcoders] flv not playing in IE with Flash 9

2006-10-05 Thread John Dowdell
Ammon Lauritzen wrote: Ok, simple issue really, and I seem to have found evidence of other people experiencing it as well - just no answers posted to their pleas for help :) When people say it dont work and others know it does, it's hard for others to help. Normal troubleshooting helps more

Re: [Flashcoders] flv not playing in IE with Flash 9

2006-10-05 Thread Ammon Lauritzen
On 10/5/06, John Dowdell [EMAIL PROTECTED] wrote: You're using a JavaScript routine to write the tags. When you do a test file with straight OBJECT/EMBED markup, then do you see that content in that browser? That's the quickest way to start finding where the difference is. I'm sorry, I thought

Re: [Flashcoders] flv not playing in IE with Flash 9

2006-10-05 Thread Ammon Lauritzen
On 10/5/06, Ammon Lauritzen [EMAIL PROTECTED] wrote: I'm sorry, I thought I was clearer than that. By without swfobject I meant that I had also tried manually as well: And yes, now that I look back on it, I realise that my poor attempt at humor might not have parsed very well visually... but

Re: [Flashcoders] flv not playing in IE with Flash 9

2006-10-05 Thread Geoff Stearns
i thought it was funny. On Oct 5, 2006, at 5:43 PM, Ammon Lauritzen wrote: On 10/5/06, Ammon Lauritzen [EMAIL PROTECTED] wrote: I'm sorry, I thought I was clearer than that. By without swfobject I meant that I had also tried manually as well: And yes, now that I look back on it, I

Re: [Flashcoders] BitmapData size limit

2006-10-05 Thread Dave Wood
Thanks for your response Micha this has to with other things. the 2880 px stuff is related to one single object, you can have as much object of that size as you want, as long as you have enough ram. I wanted to create an image object 3500 X 300 pixels which will take up about 4 Mb - but

Re: [Flashcoders] flv not playing in IE with Flash 9

2006-10-05 Thread John Dowdell
Ammon Lauritzen wrote: On 10/5/06, John Dowdell [EMAIL PROTECTED] wrote: You're using a JavaScript routine to write the tags. When you do a test file with straight OBJECT/EMBED markup, then do you see that content in that browser? That's the quickest way to start finding where the difference

Re: [Flashcoders] flv not playing in IE with Flash 9

2006-10-05 Thread Ammon Lauritzen
On 10/5/06, John Dowdell [EMAIL PROTECTED] wrote: If you can't see other SWF in that browser, then that's a clue. Sigh. And here I was wasting my time trying to be polite to you. YES I could see other SWF's in that browser. Sheesh. Anyways. Resolution to the problem has been achieved. In

Re: [Flashcoders] BitmapData size limit

2006-10-05 Thread Bill Brown
Dave, I'm not sure if this is appropriate for your application, but I ran into a similar problem when creating a project using high-quality panoramic photos. The way I worked around it was by slicing up my image into 2880 px tiles, then re-assembling them with actionscript on the stage. Cheers,

Re: [Flashcoders] BitmapData size limit

2006-10-05 Thread Charles Parcell
It is a hard limit of object within Flash. It is similar to the hard limit of image sizes within Director as well. It has nothing to do with memory use but rather they way the app and player were programmed. Charles P. On 10/5/06, Dave Wood [EMAIL PROTECTED] wrote: Thanks for your response

Re: [Flashcoders] BitmapData size limit

2006-10-05 Thread Dave Wood
Hi Charles / Bill It is a hard limit of object within Flash. It is similar to the hard limit of image sizes within Director as well. It has nothing to do with memory use but rather they way the app and player were programmed. I wasn't aware of the limit in Director - any idea what it is?

Re: [Flashcoders] BitmapData size limit

2006-10-05 Thread Victor Gaudioso
Hey all, I have what will surely be a simple question for you. I instantiated a filled up an Array in my Main Class. How can I read that Array in another Class? Thanks - Original Message - From: Dave Wood [EMAIL PROTECTED] To: Flashcoders mailing list

[Flashcoders] Class Problem

2006-10-05 Thread Victor Gaudioso
Sorry about that last post; it was full of stupid typos and had the wrong subject line. Okay, my question is: In my Main Class I instantiated and filled up an Array. Can I read that Array from another Class? If so, how? Thanks ___

[Flashcoders] Class Problem

2006-10-05 Thread Bjorn Schultheiss
Create a reference to this class instance and set the array to a public member. AS2 101. Try http://www.amazon.com/Essential-ActionScript-2-0-Colin-Moock/dp/0596006527/s r=8-1/qid=1160106358/ref=sr_1_1/104-8535662-7712736?ie=UTF8s=books Regards, Bjorn Schultheiss Senior Flash Developer QDC

Re: [Flashcoders] Class Problem

2006-10-05 Thread Victor Gaudioso
Thanks, I did that but I also had to set the array to static and it works. Thanks...I am reading that book, thanks, V - Original Message - From: Bjorn Schultheiss [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Thursday, October 05, 2006 8:46 PM