[Flashcoders] Aliased text

2006-10-30 Thread Andrew Murphy
. But really funky fonts will look terrible if I can't get them antialiased. So far I've had no luck in figuring out how to turn antialiasing on for a dynamically created Text Field like this. - - - - - - - - - -[andrew murphy]- flash developer [EMAIL PROTECTED

[Flashcoders] Faking 3D perspective of a 2D map in Flash 8..?

2006-11-10 Thread Andrew Murphy
as a .swf What I'd love to do is to get that perspective squish done within Flash 8 using script. I know about 3D program extensions for Flash like Sandy, but I find them cryptic (at best) and over kill for my simple needs. Any suggestions..? Thanks. :) - - - - - - - - - -[andrew murphy]- flash

RE: [Flashcoders] Faking 3D perspective of a 2D map in Flash 8..?

2006-11-13 Thread Andrew Murphy
Thank you for all the great advice! :) - - - - - - - - - -[andrew murphy]- flash developer [EMAIL PROTECTED] delvinia interactive inc. 214 king street west, suite 214 toronto canada M5H 3S6 voice 416.364.1455 ext. 232 cell 416.820.8723 fax 416.364.9830 www.delvinia.com CONFIDENTIALITY NOTICE

[Flashcoders] Any resources for Flash on the PSP?

2006-11-22 Thread Andrew Murphy
related.) Thank you. :) - - - - - - - - - -[andrew murphy]- flash developer [EMAIL PROTECTED] delvinia interactive inc. 214 king street west, suite 214 toronto canada M5H 3S6 voice 416.364.1455 ext. 232 cell 416.820.8723 fax 416.364.9830 www.delvinia.com CONFIDENTIALITY NOTICE This email message

RE: [Flashcoders] Remove elements from Array

2006-12-21 Thread Andrew Murphy
( new Array(G:, 0) ); myArray1.push( new Array(H:, -1) ); var i:Number = 0; while(myArray1[i]){ if(myArray1[i][1] 0){ myArray1.splice(i, 1); }else{ i++; }; }; delete i; // ^_^ - - - - - - - - - -[andrew murphy]- flash developer [EMAIL

[Flashcoders] Loading .html as a String variable

2007-01-16 Thread Andrew Murphy
Hi. Does anyone know of a way to load an .html document as a simple String variable, so it can be parsed rather than displayed like a webpage? There's the good-ol-XML object, but if the webpage you're loading isn't exactly XML compliant, it won't load, correct..? Thanks. :) -[a]- -- No virus

RE: [Flashcoders] Loading .html as a String variable

2007-01-17 Thread Andrew Murphy
I'll give that a try. Thank you. :) - - - - - - - - - -[andrew murphy]- flash developer [EMAIL PROTECTED] delvinia interactive inc. 214 king street west, suite 214 toronto canada M5H 3S6 voice 416.364.1455 ext. 232 cell 416.820.8723 fax 416.364.9830 www.delvinia.com CONFIDENTIALITY NOTICE

RE: [Flashcoders] Problem with cascading functions within a class

2007-02-14 Thread Andrew Murphy
Delegate! import mx.utils.Delegate; // ... public function grabHTML():Void { var html_data:LoadVars = new LoadVars(); html_data.onData = Delegate.create(this, doSomething); html_data.load(http://somesite.ca/some.html;); } On 2/14/07, Andrew Murphy [EMAIL PROTECTED] wrote: I'm

RE: [Flashcoders] TextFieldAutoSize [AS3]

2008-04-01 Thread Andrew Murphy
yackitty schmackity. } Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message may contain

[Flashcoders] Tree item continuous autoscrolling after drag-n-drop

2008-04-03 Thread Andrew Murphy
the scrolling except by exiting the application and re-starting it. Any ideas of what could be wrong or what I should investigate? Thanks. :) Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H

RE: [Flashcoders] Tree item continuous autoscrolling after drag-n-drop

2008-04-03 Thread Andrew Murphy
Oop! Just realized this is a Flex issue, not Flash coding specific. Sorry 'bout that... Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W

RE: [Flashcoders] filmmering FLV playback - why and how to fix that

2008-07-03 Thread Andrew Murphy
a delightful looking home. :D) Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message

RE: [Flashcoders] Basic loop problem (with end of message)

2008-07-08 Thread Andrew Murphy
) { html2render += b + cueArray[i] + /b; } mainText.htmlText = html2render; Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com

RE: [Flashcoders] Basic loop problem (with end of message)

2008-07-08 Thread Andrew Murphy
. Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message may contain privileged

RE: [Flashcoders] Basic loop problem (with end of message)

2008-07-08 Thread Andrew Murphy
it be: if (contains(texthtml, cueArray) == -1) { ...otherwise you're comparing the string value texthtml rather than the value of the texthtml String variable. Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214

RE: [Flashcoders] Basic loop problem (with end of message)

2008-07-09 Thread Andrew Murphy
You're welcome, glad that I was able to help. :) And don't feel bad 'bout it, typos happen to everyone and can be a complete nightmare to sort out. Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto

RE: [Flashcoders] Retrieving URL params from embedded code.

2008-07-11 Thread Andrew Murphy
How about using the LoaderInfo class? LoaderInfo(this.root.loaderInfo).parameters; That should, I believe, return an object with key/value pairs of the vars passed into the .swf file via the object embed on the webpage. Andrew Murphy Interactive Media

RE: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread Andrew Murphy
; var rgb:uint = val - (a 32); a = a / 2; var newval:uint = rgb + (a 32); Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com

[Flashcoders] Disabling Print Screen key

2008-10-23 Thread Andrew Murphy
a Print Screen screen cap of a Flash movie? Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE

RE: [Flashcoders] Disabling Print Screen key

2008-10-24 Thread Andrew Murphy
for a poor user experience and doesn't completely fix the problem. C'est la vie. Thank you all for sharing your insights with me. ^_^ Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P

[Flashcoders] Problem with Forward and Rewind Buttons in FLVPlayback component

2008-12-10 Thread Andrew Murphy
, but when I click the Forward and Rewind buttons it only skips to the very beginning or end of the flv. I've checked the FLVPlayback component's metadata and it does indeed have the cue points once the video has loaded. Andrew Murphy Interactive Media Specialist

RE: [Flashcoders] Problem with Forward and Rewind Buttons inFLVPlayback component

2008-12-10 Thread Andrew Murphy
I figured it out: Need to use Navigation cue points rather than Event ones. Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com

[Flashcoders] Height and Width of a loaded SWF before it visually renders?

2009-01-10 Thread Andrew Murphy
Hi all. I'm loading several .swf files into another .swf, to produce a horizontal bar of clickable icons. The loaded .swf files animate, changing their size, when they are clicked on. I've written a script in the loading .swf that positions the loaded .swfs in the scrollbar, but by the

RE: [Flashcoders] Height and Width of a loaded SWF before it visuallyrenders?

2009-01-10 Thread Andrew Murphy
nocular/utils/SWFReader.as On Sat, Jan 10, 2009 at 5:03 PM, Andrew Murphy amur...@delvinia.com wrote: Hi all. I'm loading several .swf files into another .swf, to produce a horizontal bar of clickable icons. The loaded .swf files animate, changing their size, when they are clicked on. I've

RE: [Flashcoders] Height and Width of a loaded SWF before itvisuallyrenders?

2009-01-11 Thread Andrew Murphy
, Andrew Murphy amur...@delvinia.com wrote: I need an event that fires after the swf does an enterframe, resizing as the graphics animate, but before the Flash redraws itself. The render event is supposed to get dispatched only if you've called stage.invalidate. Are you doing that from the loading

RE: [Flashcoders] Height and Width of a loaded SWF before itvisuallyrenders?

2009-01-11 Thread Andrew Murphy
itvisuallyrenders? On 1/11/09, Andrew Murphy amur...@delvinia.com wrote: I need an event that fires after the swf does an enterframe, resizing as the graphics animate, but before the Flash redraws itself. The render event is supposed to get dispatched only if you've called stage.invalidate. Are you doing

[Flashcoders] Full screen video in a full screen Flash..?

2009-02-02 Thread Andrew Murphy
. Andrew Murphy Interactive Media Specialist mailto:amur...@delvinia.com amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message may contain privileged

[Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Andrew Murphy
. :) Andrew Murphy Interactive Media Specialist mailto:amur...@delvinia.com amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message may contain privileged

RE: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Andrew Murphy
Hi Eric. :) Unfortunately Event.DEACTIVATE also fires if a user clicks on a different tab in their browser or a different application in their desktop. Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214

RE: [Flashcoders] Full screen video in a full screen Flash..?

2009-02-06 Thread Andrew Murphy
Thank you. :) Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message may contain

[Flashcoders] SecurityPanel events?

2009-06-18 Thread Andrew Murphy
trigger when the Close button is clicked in the Settings Manager panel. Thank you. Andrew Murphy Interactive Media Specialist mailto:amur...@delvinia.com amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext

[Flashcoders] Error when trying to embed a font

2009-08-31 Thread Andrew Murphy
and instead setting the source path in the Embed to C:/WINDOWS/Fonts/gfm_.pfm, which is this font's source file on my machine, and it throws the same error. Any ideas on what I'm dong wrong and how to fix it.. if it can be fixed? Thank you. :) Andrew Murphy

RE: [Flashcoders] Error when trying to embed a font

2009-08-31 Thread Andrew Murphy
Hi, Ian. :) Thanks, but I tried that already, I mentioned it in my first post. It throws the same error. Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232

RE: [Flashcoders] Error when trying to embed a font

2009-08-31 Thread Andrew Murphy
. It means embedding the whole dern font, rather than a smaller subset of characters, but at least it works. I guess this is solved. More-or-less. Thank you for your help. ^_^ Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street

RE: [Flashcoders] Error when trying to embed a font

2009-09-03 Thread Andrew Murphy
to be the only solution. Thank you anyway. :) Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE

RE: [Flashcoders] Error when trying to embed a font

2009-09-03 Thread Andrew Murphy
Hello Matt. :) Yes, it's a Type1 font. .pfm So Flash only allows the embedding of True Type (.ttf) fonts then? Okay. I'll keep that mind in the future, though the choice of what font to use is up to the Graphic Designers. Thank you. :) Andrew Murphy

RE: [Flashcoders] Error when trying to embed a font

2009-09-03 Thread Andrew Murphy
I'll give that a try. Thanks! :) Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email

[Flashcoders] Runtime bitmap caching causing a MovieClip to not render

2009-09-16 Thread Andrew Murphy
testing it broke in the same way. I wasn't quite sure what to try next so, experimenting, I tried turning off Use runtime bitmap caching on that MovieClip, and that appears to have fixed it. Has anyone else run into this problem? Andrew Murphy Interactive Media

RE: [Flashcoders] Runtime bitmap caching causing a MovieClip to notrender

2009-09-17 Thread Andrew Murphy
it still counts as an animated timeline. Thank you. :) Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY

RE: [Flashcoders] Flashplayer install on IE8 / Vista

2009-10-22 Thread Andrew Murphy
uninstalling it and McAfee. I ended up downloading a new version of the debug plugin and installing from my hard drive. Not exactly a great end-user experience. Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite

[Flashcoders] Dynamically set Sound's length..?

2009-12-16 Thread Andrew Murphy
tried checking mySound's length property, and it always returns as 0, but I'm pretty sure it only gets set from the ID3 data when loading an MP3 file. Thank you. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com 370 King Street West, 5th

RE: [Flashcoders] Dynamically set Sound's length..?

2009-12-16 Thread Andrew Murphy
Thank you. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Email_logo 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 233 F (416) 364-9830 W www.delvinia.com -Original Message- From

RE: [Flashcoders] Dynamically set Sound's length..?

2009-12-17 Thread Andrew Murphy
Thank you. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Email_logo 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 233 F (416) 364-9830 W www.delvinia.com -Original Message- From

RE: [Flashcoders] What is your policy on loading files?

2010-01-15 Thread Andrew Murphy
it. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com

[Flashcoders] Adobe cancelled the Distributable Player Solution..?

2010-01-20 Thread Andrew Murphy
in Flash to create applications that would install as an application and run directly on my mobile device, rather than in the Flash player, turned me on about as much as when I first learned about Apollo. Why would they drop such a great idea? :( -- Andrew Murphy

[Flashcoders] Distributable Player Solution (aka: Mobile Packager)

2010-01-21 Thread Andrew Murphy
Mobile device is created. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com http://www.delvinia.com

RE: [Flashcoders] Any suggestion for texting

2010-01-28 Thread Andrew Murphy
Hi. :) You might want to look at using a PHP script, and then just have your Flash call the script. A quick google for php send sms message will turn up a slew of examples you can have a look at, to see if they might be suitable. -- Andrew Murphy Interactive Media

RE: [Flashcoders] and now..CLIENT now hates Flash

2010-02-03 Thread Andrew Murphy
.) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original Message- From: flashcoders-boun

RE: [Flashcoders] and now..CLIENT now hates Flash

2010-02-04 Thread Andrew Murphy
that communicates with that SWF was a bit of a pain, but the SWF itself just loads and runs exactly like it would in any other browser. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P

[Flashcoders] Flash Coders Archives..?

2010-02-04 Thread Andrew Murphy
Hi. :) Is there an archive of the recent posts to Flash Coders? I've checked on the Figleaf page for the list (http://chattyfig.figleaf.com/mailman/listinfo/flashcoders) and it leads to an archive site that only has archives from 1998 to 2007. Thank you. -- Andrew

RE: [Flashcoders] Flash Coders Archives..?

2010-02-04 Thread Andrew Murphy
Thank you. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original Message- From: flashcoders

RE: [Flashcoders] and now..CLIENT now hates Flash

2010-02-04 Thread Andrew Murphy
Yes, you do indeed. I'm looking forward to AIR 2.0 and the v10.1 plugin which will support multi-touch and gestures. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364

[Flashcoders] Distributable Player Solution (aka: Mobile Packager) (yet again)

2010-02-16 Thread Andrew Murphy
be a sustainable project. Still... AIR Mobile! Woo! :) (ps: Sorry for posting something more Flex related to the Flash Coders list.) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P

RE: [Flashcoders] Distributable Player Solution (aka: MobilePackager)(yet again)

2010-02-16 Thread Andrew Murphy
Ah, I hadn't checked out the link yet. I'm looking at the video now. Thank you. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830

RE: [Flashcoders] corporate history timeline examples

2010-02-26 Thread Andrew Murphy
Delvinia (the company I work for) built a timeline for the Canadian Opera Company that you might find interesting: http://coc.ca/ExploreAndLearn/NewToOpera/OnlineLearningCentre/HistoricalTime line.aspx -- Andrew Murphy Interactive Media Developer amur...@delvinia.com

RE: [Flashcoders] @#$% New iPhone Developer Agreement Bans the Use of Adobe¹s Flash-to-iPhone Compiler

2010-04-16 Thread Andrew Murphy
to create content for their devices, Apple makes it more likely that that content will only be available on their devices, making it exclusive. It seems to me that exclusivity is part of their brand identity; Think different. -- Andrew Murphy Interactive Media Developer amur

RE: [Flashcoders] gapless looping of external mp3's

2010-04-29 Thread Andrew Murphy
' whenever the next loop starts.. possibly because the phase of the end of the previous loop doesn't match the start of the next one. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9

RE: [Flashcoders] gapless looping of external mp3's

2010-04-29 Thread Andrew Murphy
Yep, this looks like it.. though with added code for dealing with silence added to the MP3 during encoding. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455

RE: [Flashcoders] letter from Steve Jobs on Flash

2010-04-29 Thread Andrew Murphy
. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com

[Flashcoders] OT: HTML5 capabilitites

2010-04-30 Thread Andrew Murphy
://www.findmebyip.com/litmus#target-selector Some interesting info about video embedding http://www.webmonkey.com/2010/04/flash-faces-down-threats-on-adobes-big-day/ -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4

RE: [Flashcoders] OT: HTML5 capabilitites

2010-04-30 Thread Andrew Murphy
. * http://en.wikipedia.org/wiki/Internet_Explorer -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original

RE: [Flashcoders] SIP library in as3 for player 10.1

2010-05-06 Thread Andrew Murphy
You may want to take a look at red5phone, if you haven't already: http://code.google.com/p/red5phone/ -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232

RE: [Flashcoders] Loader.unload not freeing the memory

2010-05-27 Thread Andrew Murphy
of it should apply to Flash coding as well. I think...) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com

RE: [Flashcoders] HTMLLoader and AIR -- always a nice white blank

2010-06-21 Thread Andrew Murphy
If you haven't tried this yet: Add event listeners and traces to all of the relevant events that the HTML component throws, and see if that can give you more details on what it's doing.. or not doing. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com

[Flashcoders] Link text indexes in a TextField

2010-08-30 Thread Andrew Murphy
in the example HTML text rather than angle brackets to try avoiding issues with the list's mailer, which doesn't like HTML code in emails. ) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9

RE: [Flashcoders] Link text indexes in a TextField

2010-08-30 Thread Andrew Murphy
Hello. :) Thank you, but this script doesn't appear to return the beginning and ending indexes of the link. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455

RE: [Flashcoders] Link text indexes in a TextField

2010-08-30 Thread Andrew Murphy
the Flash draws a highlight around the link's text and passes the beginning and ending indexes of that text to another function. I really do need the beginning and ending indexes. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King

RE: [Flashcoders] Link text indexes in a TextField

2010-08-30 Thread Andrew Murphy
. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com

RE: [Flashcoders] Link text indexes in a TextField

2010-08-31 Thread Andrew Murphy
to get at the indices for that link in the array. Thank you for helping. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W

RE: [Flashcoders] Link text indexes in a TextField

2010-08-31 Thread Andrew Murphy
Thank you, but I came up with a solution. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original

RE: [Flashcoders] Link text indexes in a TextField

2010-08-31 Thread Andrew Murphy
I already posted my solution to this list. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original

RE: [Flashcoders] FLV Conversion

2010-09-02 Thread Andrew Murphy
I think that the best method for converting an FLV would depend on what the purpose of the new video file is. However any conversion from one format to another will involve a loss of quality as you recompress video data that's already been though at least one round of compression when it was

RE: [Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread Andrew Murphy
Hi. I'm not certain why HTMLLoader's event isn't firing, but you could track if the app is or is not being interacted with via NativeApplication, like this: private const IDLE_TIME:uint = 120; // set us up the user idle detection NativeApplication.nativeApplication.idleThreshold = IDLE_TIME;

[Flashcoders] Detecting if fullscreen is or is not allowed

2010-11-29 Thread Andrew Murphy
... -.- -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com ___ Flashcoders mailing list

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Andrew Murphy
Hi. :) For security purposes Flash does not have the ability to writing data on the user's hard drive, except to the Local Shared-Object. AIR runs on the user's OS as an application, so it has been given more access. -- Andrew Murphy Interactive Media Developer amur

RE: [Flashcoders] Reusing an Image

2011-03-30 Thread Andrew Murphy
and setting up the cross domain policy, but when you try to access it's bitmap data you'll get a Security error. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455