Re: [Flashcoders] Error only when live - pulling my hair out !!!

2006-01-13 Thread JesterXL
If you: - turn on Remote Debugging in the Flash 8 debugger - install the debug player for whatever browser you are using - upload the SWD file You'll then be able to debug your SWF remotely. Slow as nuts, but it works. - Original Message - From: "jim" <[EMAIL PROTECTED]> To: "'Flashcode

RE: [Flashcoders] Error only when live - pulling my hair out !!!

2006-01-13 Thread jim
Where is the swf, I will take a look & see if it does the same for me. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Ford Sent: 14 January 2006 01:23 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Error only when live - pulling

[Flashcoders] Error only when live - pulling my hair out !!!

2006-01-13 Thread Stephen Ford
Hello, I have a flash based app. that works fine when run in the IDE or locally on my machine, however, when I upload the app. to my server, it doesn't work. The app. just freezes my machine and I get the damned "A script in this movie is causing Macromedia Flash Player 8 to run slowly. If it

Re: [Flashcoders] Copying a DataSet

2006-01-13 Thread JesterXL
Yeah... thank God it's Sci-Fi Friday, or I'd cry about no native Object.clone() again. - Original Message - From: "hank williams" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, January 13, 2006 5:52 PM Subject: Re: [Flashcoders] Copying a DataSet Yeah, I really meant

Re: [Flashcoders] Copying a DataSet

2006-01-13 Thread hank williams
Yeah, I really meant there is no such thing as passing *complex* variables in flash, for the reason I explained. Hank On 1/13/06, JesterXL <[EMAIL PROTECTED]> wrote: > Strings and Numbers are passed by val. Can't remember what else is, though. > > - Original Message - > From: "hank willi

Re: [Flashcoders] Copying a DataSet

2006-01-13 Thread JesterXL
Strings and Numbers are passed by val. Can't remember what else is, though. - Original Message - From: "hank williams" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, January 13, 2006 5:26 PM Subject: Re: [Flashcoders] Copying a DataSet There is no such thing as passi

RE: [Flashcoders] Copying a DataSet

2006-01-13 Thread jktieman
Thanks Hank, I love it when it makes sense. Jamie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of hank williams Sent: Friday, January 13, 2006 4:26 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Copying a DataSet There is no such thing as passin

Re: [Flashcoders] Copying a DataSet

2006-01-13 Thread hank williams
There is no such thing as passing variables by value in flash. Having a language automatically create major system data structures seems fraught with the potential for unintended consequences because of the hierarchical nature of data structures which point to data structures. If you want to make

Re: [Flashcoders] netstreamed paused?

2006-01-13 Thread Marlon Harrison
As far as I know, NetStream.Play.Paused is not returned for Progressive download flv's. Only for FCS Streaming video. I usually use a Boolean value that is toggled when either playback begins or the user clicks the pause/play buttons, or the video is buffering. Seems to work for me. On 1/13/06,

[Flashcoders] Copying a DataSet

2006-01-13 Thread jktieman
Can I pass a DataSet byVal and not byRef? I want to create a second DataSet to filter, sort, do some calculations, etc and leave the original DataSet intact. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mail

[Flashcoders] netstreamed paused?

2006-01-13 Thread Corban Baxter
Hey guys I am building a flv player for one of our sites. The way I designed it is when the video is playing a pause button appears and if the video is paused or stopped a play button appears. All I am trying to do is move two movieclips around according to the situation. Below is my code of how I

Re: [Flashcoders] Return Local Shared Object Size?

2006-01-13 Thread JesterXL
It's all good. Since my Alienware is so fast, I don't mind pimpin' out it's CPU powaz! - Original Message - From: "Merrill, Jason" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, January 13, 2006 4:33 PM Subject: RE: [Flashcoders] Return Local Shared Object Size? At

RE: [Flashcoders] Return Local Shared Object Size?

2006-01-13 Thread Merrill, Jason
At least that was faster than Reading The FM. LOL. :) Jason Merrill | E-Learning Solutions | icfconsulting.com >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of JesterXL >>Sent: Friday, January 13, 2006 4:30 PM >>To: Flas

RE: [Flashcoders] Return Local Shared Object Size?

2006-01-13 Thread Merrill, Jason
FO! Thanks. I think I already proved how lazy I am when you smoked me 24 kills to 3 on Halo. lol Jason Merrill | E-Learning Solutions | icfconsulting.com >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of JesterXL >>Sen

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Merrill, Jason
>> Whatever the >>cost of relo would be included in the hourly rate. So basically a plastic Wal-mart raft, a Happy Meal compass, and three boxes of Wheat Thins. (sorry, couldn't resist) Jason Merrill | E-Learning Solutions | icfconsulting.com NOTICE: This message is for the design

Re: [Flashcoders] Return Local Shared Object Size?

2006-01-13 Thread JesterXL
RTFM ya lazy sod! Don't make me turn on my XBox again... SharedObject.getSize() - Original Message - From: "Merrill, Jason" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, January 13, 2006 4:19 PM Subject: [Flashcoders] Return Local Shared Object Size? Is there a wa

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Kathleen E. Vitelli
Unfortunately, they will not pay for the relocation Whatever the cost of relo would be included in the hourly rate. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zwetan Sent: Friday, January 13, 2006 02:10 PM To: 'Flashcoders mailing list' Subje

[Flashcoders] Return Local Shared Object Size?

2006-01-13 Thread Merrill, Jason
Is there a way to find out the size of a Local Shared Object - even on the Authoring machine or better yet, at runtime? Maybe something in the docs, too lazy to look... Thanks Jason Merrill | E-Learning Solutions | icfconsulting.com NOTICE: This message is for the designated recipient

[Flashcoders] Problem with XML in IE6

2006-01-13 Thread Jeff Fox
Ok, once again, I'm having a serious issue with loading external data in IE6 and I wanted to see anyone else has come across this. I'm simply loading an XML file from a dynamic JSP page on our server. The page outputs straight XML, which is loaded by the XML object, parsed, and them displayed as a

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread zwetan
> > Unfortunately, no, they do need someone on site sorry > In this case do they support relocation ;) ? For job posting consider also the flasher-jobs mailing list Located here http://www.chinwag.com/flasher/jobs_index.shtml and imho you should provide a more detailed description or at le

Re: [Flashcoders] Flash interview with Michal Levy

2006-01-13 Thread elibol
The vision seems analogous to how some of the vector programmers in the Flash community see animated visual representations of mathematical processes. On 1/13/06, Flashgrrl <[EMAIL PROTECTED]> wrote: > > AN ANIMATED SHORT FILM'S TRIP AROUND THE WORLD: > "When I listen to music I see colors and sh

[Flashcoders] Flash interview with Michal Levy

2006-01-13 Thread Flashgrrl
AN ANIMATED SHORT FILM'S TRIP AROUND THE WORLD: "When I listen to music I see colors and shapes and when I watch visual art I hear sounds. I wanted to express my sensing of shapes, colors and music in this short movie." These are the words of Michal Levy, an inspired visual artist and musician. Wh

[Flashcoders] Re: load local from local should not be problem

2006-01-13 Thread julian atienza
No. It's all Local. In hard disk. Main Movie, and all swf's that i load. Must not be problems, i know. But it exists. And it's flash 8, but i think flash is not ready for big applications. It's only for Web App. and some little Multimedia Applications... I'm trying to load a swf but when MovieCli

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Weyert de Boer
Kathleen E. Vitelli wrote: Hello all So sorry to butt in on all your fun but I was wondering if you all knew any Flash Developers looking for a contracting job I have 15 openings in NYC for 1 year contracts.They are looking for people with heavy Action Scripting... I will pay

Re: [Flashcoders] [Fwd: AMFPHP Error]

2006-01-13 Thread Rich Rodecker
chek for any syntax errors in your script, and remove any spaces before and after the opening and closing php tags, see if that helps. On 1/13/06, David Serrano <[EMAIL PROTECTED]> wrote: > Hi, anybody know why I have this error in NetDebugger console? > > exceptionStack (Array): > 0 (Object): >

RE: [Flashcoders] Flash Lite 2.0 phone list

2006-01-13 Thread John Hattan
> From: Oleg Filipchuk [mailto:[EMAIL PROTECTED] > Sent: Friday, January 13, 2006 10:46 AM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Flash Lite 2.0 phone list > > Does anybody know about any plans for Palm OS flash player? It appears that the decision is up to Palm (or whoever

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Kathleen E. Vitelli
thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Reid Sent: Friday, January 13, 2006 11:46 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Job Opportunity in Madrid (Spain) Kathleen, You might benefit from starting a new thread.

Re: [Flashcoders] unicode escaped via JavaScript - display in Flash

2006-01-13 Thread Alex McCabe
Hi Mike, try encoding in Javascript using encodeURIComponent() On 1/13/06, Mike Lyda <[EMAIL PROTECTED]> wrote: > > anyone know how to display a unicode (japanese characters) string that has > been > escaped via JavaScript and sent into the SWF via SetVariable? unescape() > works > just dandy

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Duncan Reid
Kathleen, You might benefit from starting a new thread. There are also some very good NYC developers listed here: http://www.flashcodersny.org/ Good luck, Dunc On 1/13/06, Kathleen E. Vitelli <[EMAIL PROTECTED]> wrote: > > Unfortunately, no, they do need someone on site sorry > > > _

Re: [Flashcoders] Flash Lite 2.0 phone list

2006-01-13 Thread Oleg Filipchuk
Does anybody know about any plans for Palm OS flash player? On 1/12/06, Nick Gerig <[EMAIL PROTECTED]> wrote: > > > The majority of Non-Nokia devices listed are Japanese handsets with > FL1.1 or FL1.0 preinstalled. > > > > > > > - All the phones that could be supported using the current technology

[Flashcoders] unicode escaped via JavaScript - display in Flash

2006-01-13 Thread Mike Lyda
anyone know how to display a unicode (japanese characters) string that has been escaped via JavaScript and sent into the SWF via SetVariable? unescape() works just dandy for the English text, but the JP text just comes out as "�92ª�1A¹�9202C6�" (boxes, garbage). I could swear I've done this befor

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Kathleen E. Vitelli
Unfortunately, no, they do need someone on site sorry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks Sent: Friday, January 13, 2006 11:19 AM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Job Opportunity in Madrid (Spain) Y

RE: [Flashcoders] [ANN] FlashDevelop beta8 release

2006-01-13 Thread Caleb E. Brown
Yes, this is great. Is there a way to do a global search throughout a project or any thing to do with source control? Those are the only things that might make me keep eclipse installed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kris Hadlock Sent

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Steven Sacks
Yeah, do they support telecommuting? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of JesterXL > Sent: Friday, January 13, 2006 8:07 AM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Job Opportunity in Madrid (Spain) > > Do they sup

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread JesterXL
Do they support tele-commuting? - Original Message - From: "Kathleen E. Vitelli" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, January 13, 2006 11:04 AM Subject: RE: [Flashcoders] Job Opportunity in Madrid (Spain) Hello all So sorry to butt in on all your fun b

RE: [Flashcoders] [ANN] FlashDevelop beta8 release

2006-01-13 Thread Kris Hadlock
I have been using it for the past two weeks and am amazed at how lightweight and accurate it is. It even provides code hinting for Singeltons, pretty nice! I have not found anything better, including PrimalScript. I couldn't even get the scrollbar to work properly in PrimalScript, it was quite a

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Kathleen E. Vitelli
Hello all So sorry to butt in on all your fun but I was wondering if you all knew any Flash Developers looking for a contracting job I have 15 openings in NYC for 1 year contracts.They are looking for people with heavy Action Scripting... I will pay referral bonuses as well

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Chris Kennon
Microsoft? On Jan 13, 2006, at 7:28 AM, Nick Weekes wrote: Id rather earn 21000 euros than work for the antichrist. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: 13 January 2006 15:23 To: Flashcoders mailing list Subject: Re: [Flas

RE: [Flashcoders] Flash 8 statistics

2006-01-13 Thread Joakim Carlgren
Ah. Missed that one. Thanks a lot. // j -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Dowdell Sent: den 13 januari 2006 16:37 To: Flashcoders mailing list Subject: Re: [Flashcoders] Flash 8 statistics Joakim Carlgren wrote: > Are there any statist

Re: [Flashcoders] Flash 8 statistics

2006-01-13 Thread John Dowdell
Joakim Carlgren wrote: Are there any statistics on flash player 8. Info from last week still holds: http://chattyfig.figleaf.com/pipermail/flashcoders/2006-January/157236.html Summary: Macromedia Flash Player 8 was released Sept05... first NPD/MediaMetrix audit took place mid-December... resu

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Nick Weekes
Id rather earn 21000 euros than work for the antichrist. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: 13 January 2006 15:23 To: Flashcoders mailing list Subject: Re: [Flashcoders] Job Opportunity in Madrid (Spain) I hope it's not a

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Nick Weekes
Dude, don't do it...your IQ will drop just walking into one of their 'restaurants' ;-) Viva espana. Although Id prefer Barca over Madrid (ronaldihno, messe...;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Maria Barros Sent: 13 January 2006 15

Re: [Flashcoders] 2 Issues Optimizing JPGs and Memory Problem?

2006-01-13 Thread Ramon Tayag
Hi Loren, On 1/13/06, Loren R. Elks <[EMAIL PROTECTED]> wrote: > OK. Here's the first one. I know if you try to compress an already > compressed image (like a jpg), that artifacts will result. So, when > using jpgs in Flash, should you first optimize as much as possible in > Photoshop then plac

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Éric Thibault
I hope it's not a worldwide tendency! ;-) Nick Weekes wrote: ;-) very good gag. 21000 euros is about 14 grand English money. Mcdonalds pay more. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: 13 January 2006 15:09 To: Flashcoders ma

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Jose Maria Barros
wellok..so i quit this job and go to mcdonalds in england!ahahah On 1/13/06, Nick Weekes <[EMAIL PROTECTED]> wrote: > > ;-) very good gag. > > 21000 euros is about 14 grand English money. Mcdonalds pay more. > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTE

Re: [Flashcoders] Flash 8 statistics

2006-01-13 Thread Yehia Shouman
http://www.macromedia.com/software/player_census/flashplayer/penetration.html shows that in June 2005 there were 645 Million users having installed the flash player on their systems, in Sep 2005 it increased to 663 Millions, 663-645=18 million increase over 2 months/60 days = 0.3 million, but i th

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Nick Weekes
;-) very good gag. 21000 euros is about 14 grand English money. Mcdonalds pay more. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: 13 January 2006 15:09 To: Flashcoders mailing list Subject: Re: [Flashcoders] Job Opportunity in Madrid (S

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread JesterXL
ROFL Boolean... haha, man, I'm on the floor with that one yo, hahahah! - Original Message - From: "zwetan" <[EMAIL PROTECTED]> To: "'Flashcoders mailing list'" Sent: Friday, January 13, 2006 9:43 AM Subject: RE: [Flashcoders] Job Opportunity in Madrid (Spain) > ...Flash Developer.

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread zwetan
> ...Flash Developer... > > You should have experience in advanced ActionScript programming, > ... > > Design skills are not necessary. The candidate only will work in Flash and > ActionScript developement. > > Please include personal, artistic work - ... Boolean logic error ! > > Salary range: f

Re: [Flashcoders] 2 Issues Optimizing JPGs and Memory Problem?

2006-01-13 Thread Paul BH
problem 1 -- I do one of two things: a) preferably have the imported image as something lossless, eg png and set the compression settings on a per-image basis - double click the lib symbol to do this... b) If I have to use a jpg, do all the compression outside of flash and make sure that the chec

[Flashcoders] 2 Issues Optimizing JPGs and Memory Problem?

2006-01-13 Thread Loren R. Elks
OK. Here's the first one. I know if you try to compress an already compressed image (like a jpg), that artifacts will result. So, when using jpgs in Flash, should you first optimize as much as possible in Photoshop then place in Flash and compress more, or keep the image at it's original resolut

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Thimon Sistermans [Us Media]
Yeah and cerveza is expensive at the moment! Is Salary range: from 21.000 to 24.000 euros yearly correct if so that's only 25K per year David Brunswick Training Specialist II Education Services [EMAIL PROTECTED] Direct: 912.527.4110 222 W. Oglethorpe Ave Savannah, GA 31419 A fish out

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Brunswick, David
Is Salary range: from 21.000 to 24.000 euros yearly correct if so that's only 25K per year David Brunswick Training Specialist II Education Services [EMAIL PROTECTED] Direct: 912.527.4110 222 W. Oglethorpe Ave Savannah, GA 31419 A fish out of water thinks out of the bowl! -Original Mes

[Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Angel Ambrosio
Tecknosfera is looking for a Flash Developer for our office in Madrid. You should have experience in advanced ActionScript programming, ActionScript+XML+PHP integration, animation, user interaction and usability. Skills we're looking for: - Experience with Flash integration technologies (dynamic

[Flashcoders] Flash 8 statistics

2006-01-13 Thread Joakim Carlgren
Are there any statistics on flash player 8. I haven't seen any stats on macromedias site but I read somewhere that "The Flash 8 audience is now growing by five million people a day." Does anyone know anything about this? Source: http://www.dmxzone.com/ShowDetail.asp?NewsId=11107

Re: [Flashcoders] Still same problem with loads in Local

2006-01-13 Thread franto
Hey Julian, when you load from Local, what does it means? Is it in Flash 8 player? or previous one? Your main movie is on local and you loadMovie from local? or main movie is on Internet? if yes, that's new Flash 8 security restrictions :( and I got no solution (just workaround with HTTP server)

[Flashcoders] Beta Testing SWF Quiz tool

2006-01-13 Thread Alex McCabe
I'll try to keep this short. I want to invite members of the list to participate in a beta for a new SWF output tool. It's a rapid e-learning development tool, "Question Writer 2 - Quiz Edition". It allows the user to create quizzes as standalone Flash files with virtually no learning curve. There'

[Flashcoders] Problem with buttons enabled

2006-01-13 Thread Jose Maria Barros
Hello...i have a navigation bar with some butttons. When i click a "button_btn" i wanted that the other buttons become inactive(enabled propertie) and when an animation(mc_anmation) ends, then all the buttons become active( _parent.button_btn._visible = true) The problem is that when i do second

[Flashcoders] Still same problem with loads in Local

2006-01-13 Thread julian atienza
Hello. I posted my problem several times two weeks ago. I haven't found a solution. The Scene: i'm programming a Projector-Flash Project that loads contents in local. It uses _levels, AS2, and a MovieClipLoader to load contents in each _level through navigation in the app. The Problem: when i Lo

Re: [Flashcoders] [ANN] FlashDevelop beta8 release

2006-01-13 Thread Ian Thomas
I've been using FlashDevelop for about a week now; it's excellent stuff. Nice and lightweight and just seems to work. Cheers, Ian On 1/12/06, Philippe <[EMAIL PROTECTED]> wrote: > > >The only thing I miss comparing to PrimalScript (that I've been using > before > >I've got known FlashDevelop )

[Flashcoders] [Fwd: AMFPHP Error]

2006-01-13 Thread David Serrano
Hi, anybody know why I have this error in NetDebugger console? exceptionStack (Array): 0 (Object): code (Number): 256 description (String): The file {ClkManager.php} exists and was included correctly but a class by that name could not be found in that file. Perhaps the class is misnames or

Re: [Flashcoders] [ANN] FlashDevelop beta8 release

2006-01-13 Thread PR Durand
What for a really good release!! First glance : seems to be THE AS2coding IDE... the autocompletion is perfectly done ! hope it will keep on satisfying in the next days... PR Philippe a écrit : The only thing I miss comparing to PrimalScript (that I've been using before I've got known Flas

RE: [Flashcoders] Hiding Print Dialog Box

2006-01-13 Thread rishi
Hi Abdul We have provisions to surpress print Dialog box in VB, .NET and many other language, tools. All are used to built rich internet applications. Don't you feel they are flash competitors and equally used in market for building good products. If these people can provide such capabilities, I'

Re: [Flashcoders] easy to implement a* flash classes?

2006-01-13 Thread franto
http://www.franto.com/blog2/as3-pathfinder-in-big-mazes examples and sources for as2 and as3 :) Enjoy On 1/12/06, Jim Armstrong <[EMAIL PROTECTED]> wrote: > At 12:07 PM 1/12/2006 -0500, you wrote: > >can any one toss me links to the latest and greatest a* pathfinding > >examples that > >are easy

RE: [Flashcoders] Hiding Print Dialog Box

2006-01-13 Thread Abdul Qabiz
No. Print Dialogue is there because of some reason, where a malicious script doesn't start printing thousands of pages on users computer. To avoid this, user need to select a printer and know what is about to happen after this action.. -abdul -Original Message- From: [EMAIL PROTECTED] [

[Flashcoders] Hiding Print Dialog Box

2006-01-13 Thread rishi
Hi I need to carry out print operations from flash while hiding the print dialog box from user . is there some way where I can pass my print data to a selected installed printer on a machine. Regards Rihsi ___ Flashcoders mailing list Flashcode

Re: [Flashcoders] flash 8 security hint

2006-01-13 Thread Cédric Muller
Hi Johan, I will actually do a round up before posting the details to the list (project is very big (lots of SWFs) and confidential) Thanks for your suggestion. Cedric As far as I know Player 8 security restrictions while loading applies to movies of all versions. IT could also be a script