Re: [Flashcoders] IOS 8 and Air

2014-11-27 Thread Paul A.
On 19/09/2014 20:11, Paul A. wrote: On 19/09/2014 14:01, Mike Duguid wrote: I have some apps built with air 14 for ios8, initial testing seems to be ok, the only glitch being they now pop up a message about allowing notifications on the first launch (even though the apps don't use notifica

Re: [Flashcoders] IOS 8 and Air

2014-09-19 Thread Paul A.
On 19/09/2014 14:01, Mike Duguid wrote: I have some apps built with air 14 for ios8, initial testing seems to be ok, the only glitch being they now pop up a message about allowing notifications on the first launch (even though the apps don't use notifications). What's broke

Re: [Flashcoders] IOS 8 and Air

2014-09-19 Thread Paul A.
Well, with IOS 8 released, I tried out those apps I built with CS6 and Air for IOS 3.4. All broken.. :-( Client informed that they better not upgrade to IOS8 and will they require all the apps to be rebuilt for IOS8.. Paul On 14/09/2014 21:31, Paul A. wrote: Any Flash developers

[Flashcoders] IOS 8 and Air

2014-09-14 Thread Paul A.
Any Flash developers targetting Air on IOS, tested their apps on IOS8? It seems some changes in IOS 8 have upset some native apps. Will I get a stream of phone calls very soon or will everything I've made so far continue to work? I would try it myself but I'd rather wait until th

Re: [Flashcoders] 1086 syntax error expecting semicolon before leftbrace

2014-09-13 Thread Paul A.
I managed to isolate a small part of the project and copied it to a new project - just to experiment. Running as AS2 lost the problematic error completely. Running again as AS3 saw it restored. Despite the compiler saying that it ignores actionscript attached to symbols, that seems to be the

Re: [Flashcoders] 1086 syntax error expecting semicolon before leftbrace

2014-09-12 Thread Paul A.
On 12/09/2014 14:30, Mike Duguid wrote: Saving as .xfl might allow you to search (and possibly replace) through the associated xml files more efficiently than working through a complex .fla Good suggestion. I've currently managed to extract all of the actionscript using the MovieExplorer

[Flashcoders] 1086 syntax error expecting semicolon before leftbrace

2014-09-12 Thread Paul A.
On the face of it this is a simple thing to solve, but it's driving me nuts. I am trying to update an AS2 project for a client to AS3. The code naturally contains code all over the place, attached to buttons and on the timeline. The problem for me is that there is a LOT of code disri

Re: [Flashcoders] Flash to HTML

2014-06-19 Thread Paul A.
It's wishful thinking that there is a magic button anywhere that is going to convert any flash app of any real complexity into a fully functional HTML app. I think Adobe are making strides in this area, but it's nowhere near what you need. If it was, Adobe would be blasting i

Re: [Flashcoders] Expandable Flash Banners

2014-03-16 Thread Paul A.
If you don't have control of the html page where the ad is being hosted, there will be a flash API supplied with whatever ad system is being used to support such ads, so a generic approach won't be suitable in such cases. Essentially you make a Flash design for the larger size, but

Re: [Flashcoders] Video on IOS

2014-03-13 Thread Paul A.
On Mar 13, 2014, at 9:44 AM, Paul A. wrote: I just re-encoded the MP4s supplied to me. All I know is that I'm using the 'standard' video player and playing video over background content with the display list hierarchy respected. ___

Re: [Flashcoders] Video on IOS

2014-03-13 Thread Paul A.
re all MP4's and the play as a standalone and using StageVideo, but I cannot find a way to play them with normal video playback over graphics in the display list. Thanks, John R. Sweeney Jr. Senior Interactive Multimedia Developer OnDemand Interactive Inc Hoffman Estates, IL 60169 On Mar 1

Re: [Flashcoders] Video on IOS

2014-03-13 Thread Paul A.
I have made a few IOS projects using video and not really found much of an issue, though encoding of the video has been critical (to avoid skipping frames)- originally targeting iPad 1's. The video does play over background graphics and it seems to play flvs. Rendering options are set to

Re: [Flashcoders] Video question

2014-01-31 Thread Paul A.
On 31/01/2014 23:46, John R. Sweeney Jr. wrote: Hello again, Has anyone used Youtube or Vimeo videos in their Flash app? My client will produce the video's and post them, then want a Flash based game that will play those videos on demand from within the game. I've always had

Re: [Flashcoders] CS6 and OSX 10.9

2014-01-03 Thread Paul A.
Not noticed anything specific.. ..so far. Or if I have I've forgotten about it! I have had some absolute weirdness with a client using an ad distribution network ( I don't wish to identify it - they were extremely helpful ) where the mouse pointer position was in the wrong place w

Re: [Flashcoders] Colour rendition of imported assets

2013-11-05 Thread Paul A.
On 05/11/2013 19:13, David Cohn wrote: The solid color may be because you're sampling the color of the layer in photoshop, rather than the anti-aliased image as in Flash. Could you try exporting from photoshop as a jpeg-- that way you would at least see what's happening in the comp

[Flashcoders] Colour rendition of imported assets

2013-11-05 Thread Paul A.
I'm working on a project that includes a number of panels upon which are images. These images have been imported from photoshop. The images are basically cut out from a solid background and have a crude border around them. The panel background is a solid colour. If you are looking

Re: [Flashcoders] static const singleton & GC?

2013-09-20 Thread Paul A.
It's not exactly the greatest programming sin and they work fine in AS3. If the OP has a project in place using them, he should continue to do so once the issue is solved. Singletons are hardly a maverick technique. On 20/09/2013 15:04, Ross P. Sclafani wrote: Singletons are a hor

Re: [Flashcoders] static const singleton & GC?

2013-09-20 Thread Paul A.
What if you make the const a var? I don't build my singletons with an initialiser, but whether that makes any difference, who knows? I always make my singleton references explicit, ClassName.getInstance() and instantiate the instance in getInstance(). On 20/09/2013 14:18, ktu

Re: [Flashcoders] DoubleClick Studio

2013-09-13 Thread Paul A.
OK, I see it uses flash in conjunction with Google tools and components - so on topic for sure! On 13/09/2013 13:21, Paul A. wrote: Just been discussing some flash work and have been told I'd need to use DoubleClick Studio. Anyone have any experience of this compared to Flash? Paul (Y

[Flashcoders] DoubleClick Studio

2013-09-13 Thread Paul A.
Just been discussing some flash work and have been told I'd need to use DoubleClick Studio. Anyone have any experience of this compared to Flash? Paul (Yes, I know it's almost Off-topic ) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] IOS Flash question

2013-05-28 Thread Paul A.
n internet connection was available. This has come out of the blue on a project where it was never specced to include any such functionality. I guess they'll just have to pony up a chunk of cash before I attempt it. Thanks again, Paul On 28-5-2013 14:36, Paul A. wrote: On 2

Re: [Flashcoders] IOS Flash question

2013-05-28 Thread Paul A.
On 28/05/2013 10:59, Karl DeSaulniers wrote: I have emailed with attachments, but it involved a PHP file that put the email together and attached the file as base64 then sent it on its way. Might be a good approach for you as well. Then you can just have your iOS app send just a form request

[Flashcoders] IOS Flash question

2013-05-28 Thread Paul A.
Maybe someone has a suggestion. A client has some iPads without 3G. The client wants to be able to email PDF files directly to a customer from the iPad (A bit difficult without a connection) and I've never really found a way to get flash to initiate an email with content already in plac

Re: [Flashcoders] AS3 finally..

2013-05-27 Thread Paul A.
On 27/05/2013 18:03, Rick Hassen wrote: Thats a good question and well phrased. And I wish I could give you as good an answer, however, Collin Moocks "Lost Weekend" videos, which can be accessed through Safari Books, goes into why and when you'd use them, quite nicely with exa

Re: [Flashcoders] AS3 finally..

2013-05-27 Thread Paul A.
I have written a lot of AS3 code with classes and before that was mostly a Java developer and I have yet to have written an AS3 project that has used private classes for anything at all but singleton enforcement. I'm trying to get a handle on whether I've been missing out or people

Re: [Flashcoders] AS3 finally..

2013-05-27 Thread Paul A.
ality as part of the class? Helper methods that aren't necessarily intended for external use? On 27 May 2013 12:24, Paul A. wrote: Out of curiosity, has anyone on the list actually used private classes for anything other than enforcing singleton creation? If you have, please tell us an

Re: [Flashcoders] AS3 finally..

2013-05-27 Thread Paul A.
Out of curiosity, has anyone on the list actually used private classes for anything other than enforcing singleton creation? If you have, please tell us and say why it was the best solution. On 27/05/2013 06:50, Cor wrote: I think they can be usefull to create objects with a lot of its own

Re: [Flashcoders] Projectors...

2013-05-24 Thread Paul A.
Mac projector is an option on the publish settings for CS6, or have I misunderstood the question? On 23/05/2013 17:54, Eric E. Dolecki wrote: Has anyone been able to generate a more current AS3 file as a projector? I'm not talking about AIR or captive runtime, talking about the old-fash

Re: [Flashcoders] AS3 finally..

2013-05-21 Thread Paul A.
On 21/05/2013 05:04, Karl DeSaulniers wrote: Thank you Ktu. That is what I was looking for. I'd say the problem with asking questions like this is that you're getting answers to questions you shouldn't be asking at this stage of your AS3 experience. While you may get a "te

Re: [Flashcoders] AS3 finally..

2013-05-19 Thread Paul A.
On 19/05/2013 09:18, Hans Wichman wrote: Karl, no harm intended, but do yourself and us a favor and get something like Essential Actionscript 3 from Moock, it will save you lots and lots of unnecessary self inflicted punishment :). Excellent advice. Don't try and get to grips wit

Re: [Flashcoders] flickering buttons

2013-05-18 Thread Paul A.
I guess they're still playing. They won't stop just because the parent has stopped. If they are movieclip acting as buttons, at some stage you've told them to play. You do have a "stop()" in them to stop then cycling, don't you? On 18/05/2013 17:16, [ p e r c e

Re: [Flashcoders] flickering buttons

2013-05-18 Thread Paul A.
On 18/05/2013 15:19, [p e r c e p t i c o n] wrote: Hi Gang, really stupid question. I have a movieclip that animates on. in it are several movieclips representing buttons. When the the containing movieclip animates on...the clips it contains flicker even thought they have instance names

Re: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Paul A.
On 15/01/2013 17:51, Hans Wichman wrote: Ok tnx all for the links/insights, I'll look into it! +1 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Paul A.
I'm curious about this too. Scorm seems to be some magic fairy dust sprinkled upon software - I have yet to come across a definitive guide (though I haven't tried that hard). On 15/01/2013 11:03, Hans Wichman wrote: Hi list, assuming I have a flash movie which communicates with a

Re: [Flashcoders] Re: Exhibition type kiosks

2012-12-01 Thread Paul A.
Thanks for all the input guys, I'm going to have to consider this very carefully. Paul ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Exhibition type kiosks

2012-11-30 Thread Paul A.
Following on from the tablet question earlier, I've been asked to quote on a kiosk app and suggest some hardware. What kinds of hardware are people using for kiosks these day? It'll be used by kids and in use all day. A tablet may be a bit on the small side and a full-blown PC might

Re: [Flashcoders] Long running tablet apps

2012-11-23 Thread Paul A.
On 23/11/2012 12:23, Hans Wichman wrote: Hi, I wouldn't put too much time into it, noone realistically expects windows to run for a couple of weeks, let alone your app on a samsung tablet ;)). That said, the demand being unrealistic, I'd at least opt to get an unrealistic price

Re: [Flashcoders] Long running tablet apps

2012-11-23 Thread Paul A.
On 23/11/2012 11:27, David Hunter wrote: h, how long are you talking it being used for? Client described it as a "couple of weeks"! Essentially the client pulled the power at the end of the day but the battery kept the tablets alive overnight until power was restored. I have

[Flashcoders] Long running tablet apps

2012-11-23 Thread Paul A.
I've been asked about making a long-running app for a Samsung android tablet. In the past, I made one for a windows tablet but there was clearly a memory leak (not that I could find it in my code) and after being active for many, many hours it would hit a problem. We looked at automat

Re: [Flashcoders] AS3

2012-10-25 Thread Paul A.
No worries - we've all been there. On 25/10/2012 09:08, Karl DeSaulniers wrote: Well, got an update on the progress. First off, thank you all for your participation in helping me with my problem. Unfortunately this was a case of epic fail on my part. movieClipOverButtonitis was the di

Re: [Flashcoders] AS3

2012-10-24 Thread Paul A.
On 24/10/2012 21:13, Karl DeSaulniers wrote: So will this work? divers_btn.addEventListener(MouseEvent.ROLL_OVER, function() { this.gotoAndStop("OVER");}); I mean. Will this = divers_btn? or do I HAVE to specify divers_btn.gotoAndStop()? My bad, you're right. I put divers_btn because butto

Re: [Flashcoders] AS3

2012-10-24 Thread Paul A.
e code is much more convoluted that way. Your argument is essentially it's a preference in coding style, not that there are situations that specifically call for their use. Jason Merrill Instructional Technology Architect II Bank of America Global Learning

Re: [Flashcoders] AS3

2012-10-24 Thread Paul A.
On 24/10/2012 15:08, Merrill, Jason wrote: Ok, what's a good case to use them? Just curious, I have never found a situation where they were warranted. Sometimes (depending on what your buttons do), it seems rather artificial to have to fabricate a stand-alone function to handle an event

Re: [Flashcoders] AS3

2012-10-24 Thread Paul A.
On 24/10/2012 14:43, Merrill, Jason wrote: function() { gotoAndStop("divinedivers"); }); Yeah, this is weird and unnecessary. Anonymous functions are recommended against in AS3. Really? I used to be of the same opinion, but certainly not as a blanket rule. It all depends.

Re: [Flashcoders] AS3

2012-10-24 Thread Paul A.
Try removing: button1_btn.mouseChildren = false; button2_btn.mouseChildren = false; Your code is a bit convoluted! divers_btn.addEventListener(MouseEvent.CLICK, function() { gotoAndStop("divinedivers"); }); scuba_btn.addEventListener(MouseEvent.CLICK, function() { gotoAndStop(&

Re: [Flashcoders] Any experience developing with Flex on a Mac?

2012-10-02 Thread Paul A.
Bootcamp was suggested tongue-in-cheek, I think. If you use parallels, you can run your PC development under a virtual machine on Mac. On 02/10/2012 18:09, Joel Johnson wrote: The solution involving Bootcamp appears to sound like it's similar to the Flashdevelop Bridge solution,

[Flashcoders] Who have KineticFusion ?

2009-03-13 Thread a s
Hi List, I need KineticFusion 1.0/2.0/3.0 temporarily to recover some source code. Anyone can help ? Thanks M. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] long dash

2007-08-23 Thread Stepanenko, Nikolai A.
you could possibly use Draw method if I am gettin this correctly Nikolai A. Stepanenko Design & Development SAIC, BP, Houston Office: 713.835.3828 Cell: 832.368.0601 From: [EMAIL PROTECTED] on behalf of natalia Vikhtinskaya Sent: Thu

[Flashcoders] HELP!! cannot seem to embed fonts

2007-05-23 Thread a
is is my tale of frustration. I've tried every which way but loose within the AS3/Flex docs to embed fonts. Once I set the style of the control or container to style1 it justs defaults to BL***Dy Times Roman. Please save a man from going mad> [a /] __

[Flashcoders] Extends Array ???

2007-05-22 Thread Stepanenko, Nikolai A.
Has anyone been able to get the indexer working by extending Array class? Like Myclass extends Array { ... Constructor and Other needed elements } !!! Usage I am looking for: Myclass[index] One of the properties of the prototype is length. It actually gets set on Myclass during extensi

RE: [Flashcoders] Hyperlinks in HTML Enabled Text Field: Accessible?

2007-04-03 Thread Michael A. Jordan
HTML text-fields are not natively accessible. You'll need to create a proxy movieclip for each link to receive keyboard events. An example in AS2 using CSS and XPath: http://proto.layer51.com/d.aspx?f=1430 In AS1 using prototype methods: http://proto.layer51.com/d.aspx?f=1209

[Flashcoders] infrared or bluetooth

2007-01-17 Thread Karlo Marcelo A. Estrada
How do we communicate with infrared or Bluetooth device in actionscripting? ___ 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 L

[Flashcoders] bluetooth

2007-01-15 Thread Karlo Marcelo A. Estrada
Hello everyone!! Is there a bluetooth component in flash? Is flash capable of communication with a Bluetooth or an infrared. In case, if you want to transfer a file from PC to a mobile via Bluetooth or infrared. Any thoughts? Pls help. Thank u so much!! karlo

[Flashcoders] bluetooth

2007-01-15 Thread Karlo Marcelo A. Estrada
It just came in to me, is it possible in flash to have communication with Bluetooth technology? Just for example if I want something to upload a file to a cellphone using Bluetooth, is this possible using flash. Any thoughts? ___ Flashcoders

Re: [Flashcoders] OT: Adobe download site slow

2007-01-03 Thread f a r i d | s i l v a | a b o i d
Adobe.com always was slower than macromedia.com. Now macromedia MUST be a turtle to be in the mood -- SalU2 f a r i d | s i l v a | a b o i d web developer www.e-foco.com www.foodstock.com www.foodagency.com.ar tel: +54 11 4300-1042 cel: 15-6475-3021 Está en el aire la nueva versión de

RE: [Flashcoders] Shared fonts, linkage and Arabic

2006-11-05 Thread Michael A. Jordan
Danny, Instead of using a Font symbol as the symbol to export for runtime sharing, use a MovieClip symbol containing a TextField that embeds the Unicode ranges of the font you wish to share. Your bigger problem with Arabic is the lack of bidirectional text support in Flash. Also, in my

RE: [Flashcoders] trying to make htmlText more w3c valid

2006-10-31 Thread Michael A. Jordan
Unless you're building some kind of text editor, using a TextField.styleSheet rather than TextFormat to handle your formatting will preserve the HTML-formatting of the content in the textField. -- Michael -Original Message- From: Adrian Ionut Beschea [mailto:[EMAIL PROTECTED]

RE: [Flashcoders] Accessibility: TextField Reading Twice

2006-10-10 Thread Michael A. Jordan
Try changing the line: _textOne._accProps.forcesimple = true; to: _textOne._accProps.forceSimple = true; I'm pretty sure the .forceSimple accessibility property is case sensitive. -- MJ Michael A. Jordan [EMAIL PROT

RE: [Flashcoders] RE: Flash Video : Relationship between data rate andfile size doesn't work ?

2006-09-23 Thread [a /]
Dave, All FLV file sizes are dependent on those encoding properties. Those variables are what create the variance in file sizes. The KeyFrame interval for instance will increase or decrease file size depending on the amount of interpolation required between each keyframe. If you have a keyframe

RE: [Flashcoders] OT- subscribe to Flashcomm list

2006-09-20 Thread [a /]
I'm glad to see I'm not the only one experiencing the failure of the FComm list [a/] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gadi Sent: 20 September 2006 09:28 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] OT- su

[Flashcoders] xml flash into scroller

2006-09-06 Thread Karlo Marcelo A. Estrada
Hello friends, I have an xml that I just loaded into flash. I just need them to be scrolled so I planned to put a scroller. How do I do that? Im trying to figure it out. Please any help. Please please. Karlo Here is my code inside the flash. This is in the first frame. myXML = new XML

[Flashcoders] test post

2006-08-23 Thread a . florio
___ 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 Adobe Consulting and Training http://www.f

Re: [Flashcoders] oop question kind of...

2006-08-21 Thread [b) a d i
> Have you tried mc.removeMovieClip() ? yes...i should have mentioned it... a little background... this is a question i've had for a long time, but didn't have anyone to ask it to :)...i've been on the macromedia forums, but most of the time i don't get the answer i need

[Flashcoders] oop question kind of...

2006-08-21 Thread [b) a d i
Hi, i've noticed that just because you call delete on a movie clip or even an object doesn't mean that it totally goes away. Does anyone know how to destroy and object and really have it go away since there are no destructors in as2?

Re: [Flashcoders] fuse kit and events

2006-08-15 Thread [b) a d i
than the mx Tween class. The mx > > Tween class is based entirely on frames to generate the animation, > > and will (at the expense of performance) render all of the frames > > as you specify them.The Zigo engine on the other hand uses a > > time-based system which will o

Re: [Flashcoders] fuse kit and events

2006-08-15 Thread [b) a d i
since you're mentioning it, i'd like to know what benefits you sought by using thisi've yet to find a reason to use this over the tween class but i know several people who swear by it and i'm not convinced... thanks - Original Message - From: <[EMAIL PROTE

RE: [Flashcoders] Set Focus with JAWS running

2006-08-10 Thread Michael A. Jordan
There is a helpful, and timely, post on the Adobe Accessibility blog regarding this issue: http://blogs.adobe.com/accessibility/2006/08/moving_screen_reader_focus_in.h tml -- Michael -Original Message- From: vivek [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 9:35 AM To

Re: [Flashcoders] Flash Lite - what's happening

2006-08-06 Thread [b) a d i
re beneficial for flash platform and Adobe if the player was for free. When you go to Adobe Flash Lite page and click on supported devices it shows you a number of different mobile phones and 95% of them only support v 1.1. My Nokia 6670 plays flash Lite 2.0 content just fine btw. I mean what

RE: [Flashcoders] Dynamically loading a Shared Library symbol

2006-07-31 Thread Michael A. Jordan
You'll have to use the absolute root path in the shared font symbol, which makes local testing kind of a pain. This post may help: http://chattyfig.figleaf.com/pipermail/flashcoders/2006-May/166686.html If you develop on a Mac, you'll have to create two shared font files, one for loc

Re: [Flashcoders] Mac IDE for AS !

2006-07-27 Thread f a r i d | s i l v a | a b o i d
I'm not working actually in Mac, but a I used to. In those times the best code editor I got was BBEdit by barebones. Cause it's modular development, you could add support for any languages. Check it. Regards -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar tel: +54 11

[Flashcoders] image as a link in html textfeild problem.

2006-07-19 Thread a
I have a odd problem, searched the archives with no luck. I have a very simple html enabled textfield (test) that has the following code on the root.. test.htmlText = "re you ready to take your game to the next level? .href='http://www.mlgpro.com' >align='right'>

[Flashcoders] relative path issue

2006-06-08 Thread Michael A. Jordan
Hello all, Painful discovery. This technique works great on a PC, not on a MAC. Any ideas? -- Michael ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

RE: [Flashcoders] Key functions for Accessibility

2006-06-06 Thread Michael A. Jordan
Hi, It's all about managing state. Check out http://www.eduplace.com/kids/sv/books/content/wordsort/ for a good example of what can be done to add keyboard support to a drag and drop interaction. Cheers, -- Michael -Original Message- From: James Marsden [mailto:[EMAIL PROT

[Flashcoders] Movie maker project questions.....

2006-05-30 Thread a
hey all, got a client that would like to have a video maker (basic video editor(something similar to http://www.redbullcopilot.com/ )) section added to an pre-built site. They want to be able to drag and drop a series of FLV clips onto an timeline like area, that could be rearranged , as

[Flashcoders] relative path issue

2006-05-30 Thread Michael A. Jordan
To all those trying to test loading of data from relative paths locally, here's a little secret I've learned. At least with Flash 8, the Flash IDE stores the path of the last file opened and treats it like the server root. Let's say you have a local environment with two main

Re: [Flashcoders] security issues with php mail from Flash?

2006-05-28 Thread f a r i d | s i l v a | a b o i d
I think that you must to put all protection against mysql injection and spammers in the php processor, because your flash form its only an usre interfase -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar tel: +54 11 4300-1042 cel: 15-6475-3021 Moderador de Salas Dreamweaver y

RE: [Flashcoders] Flex vs. Flash IDE

2006-05-23 Thread Robert A. Colvin
ehalf Of Adam Pasztory Sent: Tuesday, May 23, 2006 3:18 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flex vs. Flash IDE I guess whether you think it's a crappy analogy depends on whether you believe Form-based applications are different enough from other flash apps to warrant the

Re: [Flashcoders] How to make a MAC - PC hybrid CD-ROM

2006-05-22 Thread f a r i d | s i l v a | a b o i d
OSX has bloqued autorun, it's depend on third party utilities -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar tel: +54 11 4300-1042 cel: 15-6475-3021 Moderador de Salas Dreamweaver y Programación Multimedia User Group Adobe Argentina http://www.mmug-ar.c

RE: [Flashcoders] TextInput/TextField shown through mask don´t show any text

2006-05-21 Thread Robert A. Colvin
Is your mask dynamic? what version of flash? older versions had issues with masks off pixel alignment. Try setting specific points for your mask. just a guessing. cheers -R From: [EMAIL PROTECTED] on behalf of Marcelo de Moraes Serpa Sent: Sun 5/21/2006 11

RE: [Flashcoders] swapping depths and disappearing clips

2006-05-20 Thread Robert A. Colvin
e you loaded in using depth+I if looping through xml. Images disappearing could be because you used getNextHighestDepth when loading them see comment above. Just a guess since you didn't post the loading code. Cheers Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

[Flashcoders] WSE securing Web services

2006-05-19 Thread Robert A. Colvin
Anybody have any success structuring WebServices to support WSE? Maybe the algorithm that creates the token and injecting it into the header ? Cheers Robert ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive

RE: [Flashcoders] Unity vs Flashcom for chat and messaging

2006-05-07 Thread Robert A. Colvin
Scott, WebServices is new to FMS2 and was not a part of FCS. cheers Robert From: [EMAIL PROTECTED] on behalf of Scott Hyndman Sent: Sun 5/7/2006 7:34 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Unity vs Flashcom for chat and messaging FMS

Re: [Flashcoders] Can this be true?

2006-05-02 Thread f a r i d | s i l v a | a b o i d
I get 23/24/23/24/23/24 and finally only 24 -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar tel: +54 11 4115-0773 cel: 15-5774-8005 Moderador de Salas Dreamweaver y Programación Multimedia User Group Adobe Argentina http://www.mmug-ar.com.ar

RE: [Flashcoders] Are you a help vampire?

2006-04-26 Thread Robert A. Colvin
To make a decent multi-player game you will need a proxy server(FCS/FMS2). You could probably get away with using Jabber. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Stuhr Sent: Wednesday, April 26, 2006 3:43 PM To: Flashcoders mailing list

RE: [Flashcoders] Retrieving Link Text in a Text Field

2006-04-13 Thread Michael A. Jordan
Consider using XPath, as in this example: http://www.majordan.net/test/flashlinks/ -- Michael -Original Message- From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 5:06 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Retrieving Link Text in a

RE: [Flashcoders] Flashcom and subtitles

2006-04-11 Thread Michael A. Jordan
Look into Captionate (http://www.captionate.com). It's a tool that encodes multiple language caption tracks into the stream of an flv, similar to Flash 8's onCaption events, but more robust. I've tested it using an flv file streamed by rtmp using FVSS and it seems to work. Ch

Re: [Flashcoders] Good Math script for sheet movement when draged ontable

2006-04-03 Thread f a r i d | s i l v a | a b o i d
have you tried this one? http://laco.wz.cz/tween/ -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar tel: +54 11 4115-0773 cel: 15-5774-8005 Moderador de Salas Dreamweaver y Programación Multimedia User Group Adobe Argentina http://www.mmug-ar.com.ar

Re: [Flashcoders] AS equation trouble making my own scrollbar

2006-03-27 Thread f a r i d | s i l v a | a b o i d
s function updateScroll() { var ratio = (scrollSize-maskSize )/(maskSize -sliderSize); _root.sucContainer._x = -_root.slider._x*ratio+sliderSize/2; } -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar tel: +54 11 4115-0773 ___ F

Re: [Flashcoders] upload a file

2006-03-26 Thread f a r i d | s i l v a | a b o i d
check out this http://sourceforge.net/projects/yamzbrowser/ -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar tel: +54 11 4115-0773 ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] AS equation trouble making my own scrollbar

2006-03-24 Thread f a r i d | s i l v a | a b o i d
Hi list, in my poor english i will try to explain my need I made a scroll MC behind a mask, which is controlled horizontally by another MC (such as scrollbar) it works but not so fine, because the scrolling MC don't fit with de slider MC you can see it at http://www.e-foco.com.ar/pres

Re: [Flashcoders] movieclip actions not working

2006-03-19 Thread a
could you show us a sample of how you are coding this? it seems like a very simple thing. and as it turns out, there is about 4 ways i could think of doing it right off the top of my head. whats not working? the link to the site? the rollover to frame 20? the more info you give us the

[Flashcoders] Re: Move object along a curve (eric dolecki)

2006-03-03 Thread Michael A. Jordan
Try senocular's Path (motion guide) class in AS1: http://proto.layer51.com/d.aspx?f=952 Ported to AS2 by daveCurtis: http://proto.layer51.com/d.aspx?f=1339 I used it to great effect in this roller coaster demo: http://www.eduplace.com/kids/hmsc/activities/simulations/gr4/unitf.html Cheers, M

Re: [Flashcoders] mailto is not working

2006-02-27 Thread [a /]
This problem only seems to occur if you try to fire an event which requires a Microsoft program to open from an IE embedded swf. Unfortunately its hard to locate as the event will fail on some IE browsers and be successful on others [a /] - Original Message - From: "[a /]&quo

Re: [Flashcoders] mailto is not working

2006-02-27 Thread [a /]
It might actually be a blocker in IE. I have had problems opening Microsoft Word documents from a link within a swf embedded in a browser. I have no such problems if the swf is opened in Mozilla. If the IE problem is an anomaly as the .doc opens on some computers and fails on others [a

RE: [Flashcoders] RE: [Flashnewbie] HTML Text Formating | Kerning?

2006-02-22 Thread Tom A. Haschenburger
I would like to use static text but, I can't figure out how or if you can use the UIscrollbar with it. > -Original Message- > From: [EMAIL PROTECTED] [mailto:flashcoders- > [EMAIL PROTECTED] On Behalf Of Tom A. Haschenburger > Sent: Wednesday, February 22, 2006 10:47 AM

RE: [Flashcoders] RE: [Flashnewbie] HTML Text Formating | Kerning?

2006-02-22 Thread Tom A. Haschenburger
0:52 AM > To: Flashcoders mailing list > Subject: [Flashcoders] RE: [Flashnewbie] HTML Text Formating | Kerning? > > Tom, > > Have you read ALL the post you quoted > ([Flashcoders] Dynamically kern text??, 2004) ? > > There's a link in it: > == Here's the l

[Flashcoders] RE: [Flashnewbie] HTML Text Formating | Kerning?

2006-02-22 Thread Tom A. Haschenburger
Does anyone have code to do this > you can do almost everything through actionscript, though this is not > a 'feature' ;) > > you will have to dynamically check EACH char's .textWidth property and > then you could adjust the kerning by 'changing' t

[Flashcoders] Flash Mailer

2006-02-14 Thread Tom A. Haschenburger
I have a flash mailer and here are the headers for it when it comes into my hotmail inbox. I have the same mailer on two different sites hosted by the same company. One of the mailers stopped working and I'm trying to figure out why. I always get them fixed by changing the way I mail and th

[Flashcoders] Is podcasting possible with Flash MX 2004 Pro ?

2006-02-06 Thread a f
Hello, Is podcasting possible with Flash MX 2004 Pro ? Thank you Tony ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Constrain width and height of a swf into a MC

2006-02-02 Thread a f
Thank you Helen I read your code and use it (as follows) - // set up loader, an instance of MovieClipLoader, and loadHandler, the object // that will listen for its events ---

  1   2   >