[Flashcoders] Object mispalced

2006-06-21 Thread hidayath q
Hi all, we have developed a flash file in our place and its work pretty file while the same file is been displayed differently in the client machine.that is the objects position in the movie has been changed drastically.can anyone tell me the reason y it happens Regards, S.Hidayath. ___

[Flashcoders] Importing JPG into flash using JSFL

2006-06-21 Thread hidayath q
Hi all, I want to import a jpg files into flash files.since its a repeated work which i want to do this for more than 100 files.i opt JSFL. can anyone tell me how i import the jpg and convert the image into a movieclip and place it in a specific position on the stage using JSFL. Thanks in advan

RE: [Flashcoders] Good component sets? (was: Re: XP Components gonebad)

2006-06-21 Thread Ville Walveranta
> The documenation is detailed, but there is so much stuff in the > XP components that the documenation would have to be massive > to cover it all. The XP Components documentation is mostly autogenerated (from code) with AS2DOC and while it describes the classes' methods and properties fairly

Re: [Flashcoders] cake decorating app

2006-06-21 Thread Mick G
www.ratemydrawings.com might give you a good example of some of the things that can be done with the flash drawing API. On 6/22/06, David Rorex <[EMAIL PROTECTED]> wrote: On 6/21/06, Weldon MacDonald <[EMAIL PROTECTED]> wrote: > > A cake decorater is asking about a web based app for designing c

Re: [Flashcoders] [Ann] The world's largest Flex Application

2006-06-21 Thread Chris Velevitch
FlexDaddy (http://www.flexdaddy.info/2006/06/19/afr-access-one-of-the-largest-public-flex-apps-to-date/) ttalks about it. Unfortunately, no recording will be made. On 6/21/06, Arul Prasad M L <[EMAIL PROTECTED]> wrote: sorry, if am being ignorant, but what is this "world's largest Flex (1.5) ap

Re: [Flashcoders] Good component sets? (was: Re: XP Components gone bad)

2006-06-21 Thread Todd Hivnor
I just posted a similar question, look for the thread with subject line "Best component set for Flash 8 / MTASC development?" Quickly, tho, I'm feeling the same way: There seems to be a lack of good component sets these days. The XP components look very comprehensive, and have good keyboard

Re: [Flashcoders] cake decorating app

2006-06-21 Thread David Rorex
On 6/21/06, Weldon MacDonald <[EMAIL PROTECTED]> wrote: A cake decorater is asking about a web based app for designing cakes. It's a drawing app with a twist. He's found a desktop app in C# that he wants to port to Java for the web. I'm trying to convince him that Java for this is overkill and h

[Flashcoders] cake decorating app

2006-06-21 Thread Weldon MacDonald
A cake decorater is asking about a web based app for designing cakes. It's a drawing app with a twist. He's found a desktop app in C# that he wants to port to Java for the web. I'm trying to convince him that Java for this is overkill and he should Actionscript. Am I right, or would it be relative

RE: [Flashcoders] moving jpeg out of swf

2006-06-21 Thread Mike
This may or may not be overkill for what you need: http://www.quasimondo.com/archives/000572.php I had to use this recently for generated images that were bigger than my screen. It's a rather slow process for such large images, but it's all there is until the next version of Flash -Origin

[Flashcoders] Good component sets? (was: Re: XP Components gone bad)

2006-06-21 Thread David Rorex
There seems to be a lack of good component sets these days. Ghostwire: Maybe the best, but done in old-style AS1 mCom: Pretty good, but a couple showstopper bugs, little to no support from developer. poor documentation. XP: see previous message MM v2: bloated, bugs Flex 2: requires flash 9 What

[Flashcoders] XP Components gone bad

2006-06-21 Thread Ville Walveranta
I was earlier asking about XP Components. Even though they *seem* very cool, the problem is that programmatic use of them is still a mystery to me. Yes, they can be used with xp.system.Application.Run() as suggested by the documentation. But if you don't want to build the entire app based on XP Co

Re: [Flashcoders] moving jpeg out of swf

2006-06-21 Thread Mike Boutin
Maybe this will help, found it through google ;) http://64.207.157.121/tutorials/flashPHP/print_screen/index.php Mike Bo Parker wrote: I want to preface this by saying that I've tried searching for this for the past hour. I am creating an application that takes a screenshot of a movie clip.

[Flashcoders] moving jpeg out of swf

2006-06-21 Thread Bo Parker
I want to preface this by saying that I've tried searching for this for the past hour. I am creating an application that takes a screenshot of a movie clip. That part is successful. I need to be able to take that screenshot, and move the image out of the swf file and save on a server. I've

[Flashcoders] Keystroke to escape to parent clip?

2006-06-21 Thread Mendelsohn, Michael
Hi all...silly question: Is there a keystroke for backing out to a parent clip, say if you're drawing in one clip, then go back to it's parent? - MM ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http:/

Re: [Flashcoders] Overflowing dynamic text fields

2006-06-21 Thread Sajid Saiyed
Hi, Can someone show me an example of this? I am still struggling to get this work :( Any help or suggestion appreciated. thanks --sajid On 5/24/06, Arul Prasad <[EMAIL PROTECTED]> wrote: Sajid, how about this: Keep adding text in parts into the textfield, and everytime check its scroll pro

[Flashcoders] TextInput & text field height

2006-06-21 Thread Ville Walveranta
Hi all, I am having a problem with Flash 8's TextInput component. I have changed the typeface to FFF's Progress bold, a bitmap font. It works fine (sharp and all), except for two issues: 1) letter "W" is not bold even though all other characters are, and 2) letters with descents such as y or q

RE: [Flashcoders] RTF text in a field?

2006-06-21 Thread Mike
Possible, yes. Simple, no. You'd essentially have to build an RTF parser in ActionScript to convert RTF to (X)HTML. I don't know of any such parsers have been built already. Depending on what your back-end is, there may be tools to do the conversion there instead. -Original Message- From

RE: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Steven Sacks | BLITZ
Plus, I don't really like CF. So I guess I'm biased. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Steven Sacks | BLITZ > Sent: Wednesday, June 21, 2006 12:24 PM > To: Flashcoders mailing list > Subject: RE: [Flashcoders] Best Flash data acce

Re: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread bryan.rice
On Jun 21, 2006, at 3:11 PM, Jim Robson wrote: I really don't think anything is faster to implement than CFCs and Remoting. You just build the CFC, set access=remote, and you're done on the server side. I completely agree - especially when you are doing authentication and serving conte

RE: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Steven Sacks | BLITZ
Almost every hosting company has PHP already installed. I mean, if you don't include the time it takes to get CF set up, then yeah, I guess they're about even. CF costs money. PHP is free. PHP wins, at least for me. Hence, the IMO. > -Original Message- > From: [EMAIL PROTECTED] > [

RE: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread Merrill, Jason
>>However, with most of our work, we develop an RIA for a client, who >>handles the back-end themselves. So, we develop our apps so that they >>send and receive XML, which means the client can use whatever they >>want in the backend: asp, asp.net, webservices, php, whatever... In the little experi

RE: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Dave Watts
> AMFPHP is faster and easier to implement than CF Remoting, IMO. How so? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virgin

RE: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Jim Robson
You are certainly entitled to your opinion! :-) I really don't think anything is faster to implement than CFCs and Remoting. You just build the CFC, set access=remote, and you're done on the server side. (Hope you think I'm entitled to my opinion!) -Original Message- From: [EMAIL PROTEC

Re: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread matt stuehler
Jim, Mike, Many thanks for your responses! I'm going to look into both resources right away. Mike - a question about amfphp... With some of our projects, we build the RIA and host it ourselves, which means we're responsible for both the front- and back-ends. So, I could use something like amfph

RE: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Steven Sacks | BLITZ
AMFPHP is faster and easier to implement than CF Remoting, IMO. ___ 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] Best Flash data access way opinions

2006-06-21 Thread Jim Robson
Jorge: I like using Flash Remoting with ColdFusion components for the following reasons: 1. Fast development 2. Flexibility: using Remoting and CFCs, you can move a variety of data types over the pipe 3. Extensibility 4. Maintainability 5. Fast data transfers (can be much more efficient than movi

Re: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Mike Boutin
Take a look into amfphp and Flash Remoting at http://amfphp.org/ Mike Boutin Jorge Antonio Diaz Gutierrez wrote: Hi everyone: There are differents ways to comunicate Flash Action Script with Data Bases. One of the most used is XML generation trough PHP. I would like to hear about differen

Re: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread Mike Boutin
You may also want to look into amfphp and Flash Remoting as it greatly simplifies this approach. http://amfphp.org/ Mike Boutin Jim Robson wrote: Matt: http://php.net/ has tutorials and a comprehensive manual. If you have experience with ASP, then you should be able learn the basics of PHP

[Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Jorge Antonio Diaz Gutierrez
Hi everyone: There are differents ways to comunicate Flash Action Script with Data Bases. One of the most used is XML generation trough PHP. I would like to hear about differents ways and opinions about it. What techniques you use?? and wichone is the most powerfull?? Thanks you all.

RE: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread Jim Robson
Matt: http://php.net/ has tutorials and a comprehensive manual. If you have experience with ASP, then you should be able learn the basics of PHP quickly. -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of matt stuehler Sent: Wednesday, June 21, 2006 2

[Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread matt stuehler
All, This may be more than I should ask for, but I'm looking for a sample or two of PHP that can do the following: - Receive an XML doc from Flash - Extract certain nodevalues and attribute values - Create and SQL query that stores those values in a MySQL database and vice versa: - Retrieve a

[Flashcoders] won't render

2006-06-21 Thread Sam
I have a htmlText field that won't seem to recognize breaks or paragraph tags, however renders , , etc. Any Idea what I could be doing wrong? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chatty

[Flashcoders] Re: Flash/ASO and ZoneAlarm Security Suite (v6.5.714.000).

2006-06-21 Thread John Grden
They're latest version fixes this issue. Just released yesterday On 6/21/06, John Grden <[EMAIL PROTECTED]> wrote: If you use zone alarm and you did the latest update (like I did), you might notice that you're going through a slight nightmare right now with file modified dates not being update

[Flashcoders] RTF text in a field?

2006-06-21 Thread grimmwerks
Is it possible to load in an external .rtf text into a textfield? Thanks. -- ---[ http://www.grimmwerks.com ---[ [EMAIL PROTECTED] ---[ [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search th

RE: [Flashcoders] Abstract Classes and Interfaces ...

2006-06-21 Thread Mike
(Hi everyone -- I'm new to the list, but have been programming in Flash since v4.) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Stephen Ford > > Are Abstract Classes and Interfaces the same thing ? Flash doesn't actually have abstract classe

Re: [Flashcoders] external .AS and debuggin

2006-06-21 Thread Josh Santangelo
When running the Debug Movie command, the Debug panel will appear, reading "the movie is paused so you can add breakpoints." Use the dropdown at the top of the panel to select your external class file and insert the breakpoints you need. -josh On Jun 20, 2006, at 7:26a, D_C wrote: hiya -

RE: [Flashcoders] Problem migrating Flex1.5 to Flex2.0

2006-06-21 Thread Merrill, Jason
This is a question for the flexcoders list, not the Flashcoders list. Please refer to that one: http://groups.yahoo.com/group/flexcoders/ Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions >>-Original Message- >>From: [EMAIL PROTECTED]

[Flashcoders] Problem migrating Flex1.5 to Flex2.0

2006-06-21 Thread silpa s
Hi all, We have around 13 modules for the project say ABC, i've to work on one of the module and we are using Flex2.0. But the re two modules already implemented their modules in Flex 1.5. But we all share common web.xml and deploy as a single EAR file. Now how about other modules (Flex 1.5)? W

Re: [Flashcoders] how to handle large menus

2006-06-21 Thread Sam
Thanks guys, I'll look into asfunction You can definitely have a single textfield with clickable links. You'll need to use htmlText and use tags to create the links. The links should call asfunctions that are defined elsewhere in the Flash. See "asfunction" in the Help files. I'd also re

Re: [Flashcoders] how to handle large menus

2006-06-21 Thread Sam
It's variable, could be 2 or 200 how large would that array be ? ___ 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 S

Re: [Flashcoders] how to handle large menus

2006-06-21 Thread Michael Stuhr
Sam schrieb: What is the best way to handle generating a large menu? What I'm doing currently is looping thru an array and creating a mc and adding a text feild to it, as you can imagine this craps out on larger arrays. I'm sure this is not the preferred way to do something like this and I

Re: [Flashcoders] Rotation and BitmapData.draw() with text

2006-06-21 Thread John Grden
are you embedding the font? On 6/21/06, Danny Kodicek <[EMAIL PROTECTED]> wrote: I'm trying to apply a rotation to a BitmapData draw() command and it's simply not working. Anyone have any pointers about what I'm doing wrong? In the code below, when tRotation = 0, the text is drawn correctly. Wh

[Flashcoders] Never mind

2006-06-21 Thread Danny Kodicek
It seems to be working now - I thought I'd embedded the font but I hadn't. Apologies. Danny ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Bro

Re: [Flashcoders] growing animation

2006-06-21 Thread Ron Wheeler
http://www.jcu.edu/math/vignettes/lsystems.htm http://www.acm.org/crossroads/xrds8-2/plantsim.html http://www.linuxlinks.com/Software/Graphics/Fractals/ http://wase.urz.uni-magdeburg.de/jschulen/lplants/index.html http://algorithmicbotany.org/papers/abop/abop.pdf A very good on-line textbook on

[Flashcoders] Rotation and BitmapData.draw() with text

2006-06-21 Thread Danny Kodicek
I'm trying to apply a rotation to a BitmapData draw() command and it's simply not working. Anyone have any pointers about what I'm doing wrong? In the code below, when tRotation = 0, the text is drawn correctly. When it's any other value (including 1), nothing is drawn at all. This is running in

RE: [Flashcoders] how to handle large menus

2006-06-21 Thread Mike Mountain
Are all your links viewable on stage at once or do you have to scroll through them? If you're scrolling through them you only have to render 'n' viewable items out of the total and just keep track of where you are in the model M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[

Re: [Flashcoders] how to handle large menus

2006-06-21 Thread Marc Hoffman
You can definitely have a single textfield with clickable links. You'll need to use htmlText and use tags to create the links. The links should call asfunctions that are defined elsewhere in the Flash. See "asfunction" in the Help files. I'd also recommend using CSS for applying decoration and

Re: [Flashcoders] how to handle large menus

2006-06-21 Thread Adam Maloney
You could use asfunction. myTextField.htmlText ="Click Me!" .a Sam wrote: What is the best way to handle generating a large menu? What I'm doing currently is looping thru an array and creating a mc and adding a text feild to it, as you can imagine this craps out on larger arrays. I'm sure

[Flashcoders] how to handle large menus

2006-06-21 Thread Sam
What is the best way to handle generating a large menu? What I'm doing currently is looping thru an array and creating a mc and adding a text feild to it, as you can imagine this craps out on larger arrays. I'm sure this is not the preferred way to do something like this and I'm looking for

RE: [Flashcoders] getting rid of the "over a button like" little handover a movieclip

2006-06-21 Thread Mike Mountain
Oh and... MovieClip.useHandCursor http://www.adobe.com/support/flash/action_scripts/actionscript_dictionar y/actionscript_dictionary580.html M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Alberto Florentin > Sent: 21 June 2006 15:45 > To:

RE: [Flashcoders] getting rid of the "over a button like" little hand over a movieclip

2006-06-21 Thread Bieniasz, Myles
You only need to delete the function, not set it to null. By setting it to null, the player still has a reference to the function whether it's null or not. Hope that helps. Myles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Florentin Sent: We

RE: [Flashcoders] getting rid of the "over a button like" little handover a movieclip

2006-06-21 Thread Mike Mountain
myBtn.enabled =false; M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Alberto Florentin > Sent: 21 June 2006 15:45 > To: Flashcoders mailing list > Subject: [Flashcoders] getting rid of the "over a button > like" little handover a movieclip

[Flashcoders] getting rid of the "over a button like" little hand over a movieclip

2006-06-21 Thread Alberto Florentin
I am sure this has been discussed before, but cannot find it I have a programmatically created movieclip, mclip, with some code that assigns functions to mouse events, like this: private function initMouseActions() { mclip.owner = this; mclip.onRollOver= f

Re: [Flashcoders] Communication between two swfs?

2006-06-21 Thread Jobe Makar
Peter, Since ElectroServer is a product of my company of course I'll say its better :) I think you should ask some non-Electrotankers for input on that otherwise you're getting a biased assessment. They definately are different products. FMS supports binary transfer (for audio/video), and is m

AW: [Flashcoders] Communication between two swfs?

2006-06-21 Thread Peter Oliver Geller
No problem, the Clients run with the standalone player and i will send the action over the internet from a controll movie, i will try out electrotanks server and hope it fits. Cheers Peter :: Peter Oliver Geller virtual effects artist interactive

AW: [Flashcoders] Communication between two swfs?

2006-06-21 Thread Peter Oliver Geller
For first i think i will test your electroserver because the plan is to have a stable server who is able to communicate with more than 100 hundred users, but is the flashmedia server similiar to your product or are they totally different. For first it sounds to me that your server is better for mul

Re: [Flashcoders] Communication between two swfs?

2006-06-21 Thread Jobe Makar
If you are seeing the crash from multiple unrelated sites, then I'm guessing that's a Flash player bug. No, you don't need a Java-based socket-server. They come in many flavors. Also, there are free ones (like oregano, red5), and commercial ones like ElectroServer, FMS, Unity. Its just a matte

AW: [Flashcoders] Communication between two swfs?

2006-06-21 Thread Peter Oliver Geller
Hi Jobe, i will try it out, but everytime i want to go to flashtampa my firefox crash down, this happens also as i was on your site for the electroserver and flashmediaserver, don´t know why this happens??? In the Internet Explorer i get a failure message about a add-on problem with the Flash85.oc

RE: [Flashcoders] OT: Junior Developer Flash/Flex Salary?

2006-06-21 Thread Mark Lapasa
To John Mark Hawley: I plea ignorance. It won't happen again. Sorry. To Carl Welch and Ron Wheeler: Thx for your insight and non wanna-be-elitist views. (I am no different than anyone here in that I am learning. Thx for sharing) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: [Flashcoders] Communication between two swfs?

2006-06-21 Thread Jobe Makar
Peter, ElectroServer is a Java application. If you have a dedicated server then you can just install it there. Alternatively, you can talk to your web hosting company and they may install it for you. I know that flashtampa.com has affordable accounts and ElectroServer is supported there. Goo

[Flashcoders] iScreensaver - thoughts?

2006-06-21 Thread Mendizabal
Anyone use this? Good, bad, indifferent? ___ 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 Premier Authorized Ad

RE: [Flashcoders] Communication between two swfs?

2006-06-21 Thread Mike Mountain
Sorry, maybe I misunderstood, but when you said "standalone player" I assumed you were running this over a network - if you're not, and you're limited to the technologies your ISP can support then my first port of call would be to them M > -Original Message- > From: [EMAIL PROTECTE

AW: [Flashcoders] Communication between two swfs?

2006-06-21 Thread Peter Oliver Geller
I found one under http://www.electrotank.com/electroserver but don´t know how i can use it on my webhosting partner :] Maybe it exists a solution on a phpbase? Thanks Peter :: Peter Oliver Geller virtual effects artist interactive design & devel

[Flashcoders] Flash/ASO and ZoneAlarm Security Suite (v6.5.714.000).

2006-06-21 Thread John Grden
If you use zone alarm and you did the latest update (like I did), you might notice that you're going through a slight nightmare right now with file modified dates not being updated when you save and having to clear ASO or do a clean build with Flex2. ZoneAlarm Security Suite (v6.5.714.000) appare

RE: [Flashcoders] Communication between two swfs?

2006-06-21 Thread Mike Mountain
I use an XMLsocket server for this all the time, works like a charm... There's some on sourceforge, but anyone handy with .net/python/c++ etc. should be able to roll you one without much bother. M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf >

[Flashcoders] Communication between two swfs?

2006-06-21 Thread Peter Oliver Geller
Hi folks, can somebody tell me which is the best known method i can use to comunicate between two or more swf files. For example i want to use an easy way to send a broadcast message to different machines where a standalone player is running and waiting for incoming messages from my broadcaster s

Re: [Flashcoders] [Ann] The world's largest Flex Application

2006-06-21 Thread Arul Prasad M L
sorry, if am being ignorant, but what is this "world's largest Flex (1.5) application" that you are talking about? Is there some place I can see this? Am not in sydney, so if you dont reply, I'll probably never know about it at all!! Thanks! Arul Prasad. On 6/21/06, Chris Velevitch <[EMAIL PRO

[Flashcoders] [Ann] The world's largest Flex Application

2006-06-21 Thread Chris Velevitch
Robin Hilliard of Rocketboots (www.rocketboots.com.au) will talk about the lessons learnt from the world's largest Flex (1.5) application. Mon 3rd July at the Sydney Flash Platform Developers Group (www.flashdev.org.au) at 6:30 pm for 7pm start at the NSW Sports Club (www.flashdev.org.au/venue).

Re: [Flashcoders] Odd ExternalInterface error in IE6-7

2006-06-21 Thread Andreas Rønning
Thank you :) I don't handle the embedding so.. That solved it. Learn something new every day. - Andreas Nicolas Cannasse wrote: Andreas Rønning wrote: Getting this error: try { mini-player.SetReturnValue(__flash__toXML(playerMethods.getUrl()) ); } catch (e) { mini-player.SetReturnValue("

Re: [Flashcoders] Odd ExternalInterface error in IE6-7

2006-06-21 Thread Nicolas Cannasse
Andreas Rønning wrote: > Getting this error: > > > > try { mini-player.SetReturnValue(__flash__toXML(playerMethods.getUrl()) > ); } catch (e) { mini-player.SetReturnValue(""); } > > Error: "mini" is undefined > > > > the string "mini-player" is nowhere in the source for the swf, nor is it

[Flashcoders] Odd ExternalInterface error in IE6-7

2006-06-21 Thread Andreas Rønning
Getting this error: try { mini-player.SetReturnValue(__flash__toXML(playerMethods.getUrl()) ); } catch (e) { mini-player.SetReturnValue(""); } Error: "mini" is undefined the string "mini-player" is nowhere in the source for the swf, nor is it in any text field, nor is it anywhere at all.

[Flashcoders] ActiveX alpha channel problem

2006-06-21 Thread Bob Ives
Hi, We're using the flash player activex plugin for compositing the output of flash over game graphics, and having a problem the alpha channel returned from a 32-bit GDI device contect sent to IViewObject::Draw. It seems that flash 8 sets the alpha channel to completely opaque, while previous an

[Flashcoders] base param and reload on IE

2006-06-21 Thread Alan Queen
Has anyone else seen this? We are seeing an issue related to using the BASE attribute where the .swf is served from a different sub domain than the html page hosting it.. I have used this time and time again without fail... works great when you first hit the page, but if you use IE and simply h

[Flashcoders] Why pressing keyboard combination of CTRL + BACKSPACE has such a strange effect on Flash TextField native object?

2006-06-21 Thread Andriy Panas
Hello , This problem relates to the Textfield native object of Flash player. Pressing CTRL+BACKSPACE while inputting text into Input typed Textfield insert a black square box at the end of the text string while SWF is ran in Internet Explorer 6, Windows XP SP1 or SP2. I put the AVI vid

RE: [Flashcoders] Abstract Classes and Interfaces ...

2006-06-21 Thread Sönke Rohde
No, they are not: http://en.wikipedia.org/wiki/Abstract_class http://en.wikipedia.org/wiki/Interface_%28computer_science%29 Cheers, Sönke > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Stephen Ford > Sent: Wednesday, June 21, 2006 8:49 AM > To