RE: [Flashcoders] finding out which fonts are embeddedinaswfatruntime?

2007-02-08 Thread Mike Mountain
It's out of my control - our IT bods are aware of the situation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ Sent: 07 February 2007 18:43 To: Flashcoders mailing list Subject: RE: [Flashcoders] finding out which fonts

[Flashcoders] Lucene Indexed Search implementation

2007-02-08 Thread vipin chandran
Hello All, Have any one of you came across a ActionScript 2 implementation of Lucene faceted search ? I have to implement this search in one of my projects and I am thinking of various possibilities of implementation. I have in possession the java class which will create the index files. I am

[Flashcoders] XMLConnector and password

2007-02-08 Thread Joe Cutting
Hello, Has anyone managed to get the XMLConnector component working with RSS sites which are protected by a HTTP username and password system? I've tested my feed using the feed URL http://username:[EMAIL PROTECTED]/ and it works fine in FireFox (not IE7 but there you go) I've tried the

[Flashcoders] How does YouTube convert all video formats to Flash format?

2007-02-08 Thread Paul Steven
I am working on a Flash project that requires the user to upload a video clip. Ideally they should not be restricted to a particular video format so I was hoping for some advice on how to convert different video formats online to flash format. I have seen this done on the YouTube website but have

Re: [Flashcoders] How does YouTube convert all video formats to Flash format?

2007-02-08 Thread Ian Thomas
My guess would be ffmpeg on the server. Take a look here: http://ffmpeg.mplayerhq.hu/ I've certainly used it successfully for exactly that purpose. It doesn't yet support the newer Flash 8 video codecs, but will quite happily create MX2004 compatible video (which can, of course, be used in

Re: [Flashcoders] How does YouTube convert all video formats to Flash format?

2007-02-08 Thread Daniel Snoddas
Dunno how you tube does it but Sorenson Squeeze can be set up to watch a folder and convert stuff that gets dropped in it. If you are running on a foreign OS you could always map a network drive and do it that way. 2007/2/8, Paul Steven [EMAIL PROTECTED]: I am working on a Flash project

RE: [Flashcoders] determining which object is displayed at agivenpoint

2007-02-08 Thread Karina Steffens
I concur. You just can't have two mcs on the same depth in Flash. When you use a repeat loop similar to my code, don't forget to switch the shape flag on (see code). This way you'll avoid hitting on empty bits in the rect (that's why I was using circles to test my theory - the bounding rect

Re: [Flashcoders] How does YouTube convert all video formats to Flash format?

2007-02-08 Thread Jordan L. Chilcott - Interactivity Unlimited
This can also be done with the Flix Engine. We have been using this with one of our clients with great success. jord 2007/2/8, Paul Steven [EMAIL PROTECTED]: I am working on a Flash project that requires the user to upload a video clip. Ideally they should not be restricted to a particular

RE: [Flashcoders] How does YouTube convert all video formats to Flashformat?

2007-02-08 Thread Amandeep Singh
ON2 is use to convert any video format to flv format. Try this. Amandeep Singh, Senior Flash Engineer, Synapse Communication Pvt. Ltd. F-18, Sector 11, NOIDA, UP www.synapse.co.in Mobile: +91 92161 03894 Office: +91 120 4330500 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Flashcoders] Flash Developer required - Bangalore, India

2007-02-08 Thread Prakaz
Hi, Do you have 2 years minimum exposure in OOPs in Flash? Do you think in Design Patterns? Are you put up in Bangalore, India or ready to move in? Are you a quick learner with good communication skills? If the answer is yes and you are looking for a change, please send your resume to [EMAIL

[Flashcoders] has the user seen the animation? shared object?

2007-02-08 Thread Count Schemula
I have a 40 second animation. If the user has seen the animation, I want them to skip past it and go to the landing screen. Is shared object going to be the best way to do this? -- count_schemula ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] has the user seen the animation? shared object?

2007-02-08 Thread Merrill, Jason
Is shared object going to be the best way to do this? Yes. But define what best is to you. If best means simplest/easiest/less setup/less infastructure, then yes. Jason Merrill Bank of America Learning Organizational Effectiveness -Original Message- From: [EMAIL

Re: [Flashcoders] has the user seen the animation? shared object?

2007-02-08 Thread Count Schemula
At some point in the animation, I want to write to the shared object that the video has been viewed. If, so, then viewed = true and the next time the user visits the page they skip the animation and go straight to the ending screen. There is a replay button so the user could view the video if

RE: [Flashcoders] has the user seen the animation? shared object?

2007-02-08 Thread Merrill, Jason
Think of SharedObject being just a local object, in the form of a cookie. So seems perfect for what you want to do. Jason Merrill Bank of America Learning Organizational Effectiveness -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Flashcoders] has the user seen the animation? shared object?

2007-02-08 Thread eric dolecki
You could check the value of viewed in the lso, and if its already set to viewed = true, no need to flush it... its been set. - ericd On 2/8/07, Count Schemula [EMAIL PROTECTED] wrote: At some point in the animation, I want to write to the shared object that the video has been viewed. If, so,

Re: [Flashcoders] has the user seen the animation? shared object?

2007-02-08 Thread Count Schemula
thanks! How do I clear an SO for testing purposes? is it a file somewhere I can just delete? On 2/8/07, eric dolecki [EMAIL PROTECTED] wrote: You could check the value of viewed in the lso, and if its already set to viewed = true, no need to flush it... its been set. - ericd On 2/8/07, Count

RE: [Flashcoders] has the user seen the animation? shared object?

2007-02-08 Thread Merrill, Jason
How do I clear an SO for testing purposes? is it a file somewhere I can just delete? You do it with code. I would recommend you switch to the help docs and/or move this thread to Flashnewbies. It's pretty basic stuff, no offense. Jason Merrill Bank of America Learning Organizational

Re: [Flashcoders] Print a big dynamic text on multiple pages

2007-02-08 Thread John Mark Hawley
You have to print the text using an embedded font, or Flash will screw up the scroll properties on the print and you'll end up repeating a few lines of text from page to page. From: Flap Flap [EMAIL PROTECTED] Date: 2007/02/08 Thu AM 08:46:06 CST To: flashcoders@chattyfig.figleaf.com

[Flashcoders] Restricting an Input Field to Visible Area

2007-02-08 Thread Richard Helgor
Hi, I've got an input field that I want to restrict users to only being able to post as much as will fit into the field without scrolling (approx. 500 chars). I can set the field to a max. chars of 500, but this doesn't take into account line breaks, which allow the user to write much

[Flashcoders] Changing the computer code of a swf file?

2007-02-08 Thread Dennis - I Sioux
Hey guys, Just a long shot.. But i had a request if it was possible to change the file source from the swf... the code you see when you open a swf in notepad :) This to ad a (Security/affiliate) var. With kind regards, Dennis -- This message has been scanned for viruses and dangerous

Re: [Flashcoders] Seeking in a Progressively Downloaded FLV - Return of

2007-02-08 Thread Francis Chary
Yes, you're the one! I remember this! On 2/7/07, Kelly Smith [EMAIL PROTECTED] wrote: Metadata injection with php has become a proven way to faux-stream flv's. It works great for me, and under substantial loads. Here is the lowdown:

RE: [Flashcoders] adding nbsp; in html enabled text field

2007-02-08 Thread Jason Lutes
I checked, and this.foo = 'Jason Lutes';, this.foo = 'Jason#160;Lutes';, and this.foo = 'Jason#x00A0;Lutes'; all display the non-breaking space just fine (foo is my TextField variable). Note: I included the non-breaking space with the embedded characters via the Properties panel, as well as

Re: [Flashcoders] Changing the computer code of a swf file?

2007-02-08 Thread John Mark Hawley
You could open it up with a hex editor and poke at it if you really knew what you were doing. Otherwise, your best bet is to edit the FLA and republish. If you can't do that, you'll have to decompile, edit *that* FLA, and republish. From: Dennis - I Sioux [EMAIL PROTECTED] Date: 2007/02/08

Re: [Flashcoders] Changing the computer code of a swf file?

2007-02-08 Thread Mark Winterhalder
If you mean something like giving it a hidden tag to identify where one in the wild came from, maybe Swfmill could help. It can convert an existing SWF to XML, you edit that, maybe a property name or text in a hidden textfield, then convert it back to SWF. Mark On 2/8/07, Dennis - I Sioux

[Flashcoders] Re: Restricting an Input Field to Visible Area

2007-02-08 Thread Joe Cutting
Richard I've got an input field that I want to restrict users to only being able to post as much as will fit into the field without scrolling (approx. 500 chars). I can set the field to a max. chars of 500, but this doesn't take into account line breaks, which allow the user to write much less

Re: [Flashcoders] adding nbsp; in html enabled text field

2007-02-08 Thread Matthew Ganz
thank you for your response. question: how do you/did you include the non-breaking space with the embedded characters via the properties panel, i.e. did you write nbsp; in the include these characters field? and yes, in the end my problem was a little different. i was adding only one

RE: [Flashcoders] Detecting mouse events over non-white parts of amovieClip

2007-02-08 Thread Steven Sacks | BLITZ
class com.domain.RollWhileWithin extends MovieClip { public var rolled:Boolean; function RollWhileWithin () { rolled = false; } public function doRollOver():Void { if (!rolled) {

[Flashcoders] Need help

2007-02-08 Thread creativity
i have online records of students. and i have some contents on cd-rom. i need user to authenticate online when he starts browsing cd. also i need to pass his status to online record once he has gone througha particular portion of cd-rom. I simply need to track how much content user has read from

Re: [Flashcoders] Need help

2007-02-08 Thread Hans Wichman
Hi, so what is your question? greetz JC On 2/8/07, creativity [EMAIL PROTECTED] wrote: i have online records of students. and i have some contents on cd-rom. i need user to authenticate online when he starts browsing cd. also i need to pass his status to online record once he has gone

Re: [Flashcoders] Need help

2007-02-08 Thread creativity
I need few things 1. A user databse has been put on web server 2. he gets a content CD-ROM 3. He first needs to be validated online to use the cd-rom and then create his user id and pwd 4. now when he reads a particular module from cd-rom and does some questionaire his data should be updated

Re: [Flashcoders] Need help

2007-02-08 Thread Hans Wichman
Hi, well it's not going to work with a flash only solution, you probably need to wrap your flash (assuming it has to be flash) with an exe, such as Zinc or Director, which allows you to have both local and network access. greetz JC On 2/8/07, creativity [EMAIL PROTECTED] wrote: I need few

Re: [Flashcoders] LocalConnection Issue - Flash 8 + IE

2007-02-08 Thread John Dowdell
Chris Griffith wrote: I¹m working on a site where I have a nav which contains login information about a user that needs to communicate with a body/content SWF in the page. Basically, when I come across the need for the login info, I send a message to the nav which in turn sends a message back

Re: [Flashcoders] Need help

2007-02-08 Thread creativity
I have heard of some LMS systems where to keep track of the students are provided with CD_ROM content apart from online content. To keep track that student has really gone through particular lessons and assessment on cd-rom his status is updated as he progresses thorugh content on CD-ROM. since

[Flashcoders] (no subject)

2007-02-08 Thread mac
Thank you, I tried and referer works only if you are using link to your page being on previouse one. That why it is rather limited solution. best regards Maciek -Original Message- From: Glen Pike [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 10:59 PM To: Flashcoders

RE: [Flashcoders] determining which object is displayed at agivenpoint

2007-02-08 Thread Erik Bianchi
Depths cant be identical in the same timeline so what you'll have to do is check the depth of the _parent clip in case of equal depth -erik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vishal Kapur Sent: Wednesday, February 07, 2007 11:05 PM To:

RE: [Flashcoders] determining which object is displayed at agivenpoint

2007-02-08 Thread Erik Bianchi
If performance isn't an issue, you can use getDepth to figure out the top most mc / textfield and then just act on it (place into a zorder array and use depth for index). However, that is a more process intensive way of emulating onRollOver. For textfield's you are correct. You can't catch

RE: [Flashcoders] determining which object is displayed at agivenpoint

2007-02-08 Thread Erik Bianchi
For every mousemove or enterframe (however, you decide to check hittest) you have to loop through and hittest every movieclip you want to check. So say for example we are talking about just 10 movieclips checking using enterframe at 30 frames per-second (assumming Flash Player is actually running

RE: [Flashcoders] determining which object is displayed at agivenpoint

2007-02-08 Thread Steven Sacks | BLITZ
I think the class I wrote works well enough, I actually pulled it out of an app I'm working on with complex rollovers like that. Why not consider my way? It's simple, easy and, most importantly, it works. It hardly takes any processing power, too.

Re: [Flashcoders] determining which object is displayed at agivenpoint

2007-02-08 Thread Vishal Kapur
Ok. This is what I was missing. Thanks to Karina and Erik for pointing out that you need to compare the entire parent chain of two objects to figure out which one is being rendered above the other. The only thing to add is that in addition to checking depths, the _visible property needs to be

Re: [Flashcoders] Need help

2007-02-08 Thread Darren Bowers
Hi Abhi, We have looked into PDF server and it is a nice solution for student forms, assignments, worksheets, etc - if you are willing to pay the large amount Adobe asks to buy it. Its not a trivial amount. You will definitely need to wrap your SWF into Zinc to keep or update persistent user

Re: [Flashcoders] Need help

2007-02-08 Thread creativity
Hi, thanks for the help as we have researched a bit we think that we will be able to do this using xml as bridge between online database and cd-rom content. And if we are able to use sharedobject to save the user id and pwd offline the user has created online. he will be able to log in offline

Re: [Flashcoders] Need help

2007-02-08 Thread creativity
can u brief me a bit how u use javascript to check he is connected to lms and to disply relevent content from cd-rom thanks On 2/9/07, creativity [EMAIL PROTECTED] wrote: Hi, thanks for the help as we have researched a bit we think that we will be able to do this using xml as bridge between