Re: [Flashcoders] closed caption options

2005-10-20 Thread John Giotta
I think it's ideal to embed the data into the FLV itself. Less maintenance in file management. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] FlashVars in AS3

2005-10-20 Thread John Giotta
Have anyone tried to access flashvars in AS3.0 yet? The docs only detail the Flex App how-to. _level0 doesn't float. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Re: FlashVars in AS3

2005-10-21 Thread John Giotta
package { import flash.util.trace; import flash.display.Sprite; import flash.display.SWFLoaderInfo; public class FlashVarsTest extends Sprite { public function FlashVarsTest () { var FlashVar_arguments:Object =

Re: [Flashcoders] LocalConnection in Flex 2

2005-10-25 Thread John Giotta
I heard it isn't implemented yet. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Flash Comm Server and Stream Problem

2005-10-27 Thread John Giotta
Hello all, Perhaps someone can help me figure this problem out. I have a flash app that streams a flv. Then at the end of the video an event is triggered. I'm not using onLastSecond due to technology in current usage. So instead I'm doing 2 things to evaluate end of video state/event. First I'm

[Flashcoders] AS3.0 and Flash Comm Server

2005-10-28 Thread John Giotta
I've been running a few experiments and how can I create event handlers for Flash Comm Server responses? For example, I'm doing a basic bandwidth check and I need to handle the onBWCheck event. Any tips a on creating custom event types? ___ Flashcoders

[Flashcoders] Re: AS3.0 and Flash Comm Server

2005-10-28 Thread John Giotta
Nevermind, I'll need to either extend the NetConnection class or rewrite the detection script. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Video Streaming Oddity

2005-11-02 Thread John Giotta
I'm experiencing a problem with my stream video. In some instances, I'm not getting a onMetaData event. Has anyone run into this problem? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] FLV playing inside component

2005-11-09 Thread John Giotta
I've never had a problem with Filters and video panes. Can you pass a value to the NetStream.play method start argument? my_ns.play(__videoPath, 1); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] End of flv playback event

2005-11-16 Thread John Giotta
I've been wondering the same thing. I've done several different variations too. I first tried to Floor the NetStream.time and duration, but if the duration is 5.3 seconds and the playhead stopped at 4.99 you end up with a 5 on 6 comparison. I then tried to obtain the percentage which did work

Re: [Flashcoders] End of flv playback event

2005-11-16 Thread John Giotta
In my experience it doesn't work. NetStream.Play.Stop is fired much to early in the streaming video. The other method that I use is to first listen for NetStream.Buffer.Flush followed by NetStream.Buffer.Empty, but NetStream.Buffer.Flush is new to Flash Player 8.

Re: [Flashcoders] End of flv playback event

2005-11-16 Thread John Giotta
Not sure to tell you truth. From http://www.kaourantin.net/2005/08/from-12-to-24-layers-and-other.html The NetStream object now sends NetStream.Buffer.Flush status messages when the buffer is being emptied, f.ex. when you reach the end of a file. This is helpful especially if videos are shorter

Re: [Flashcoders] End of flv playback event

2005-11-17 Thread John Giotta
Is it better to cut your video to whole seconds? Well, that may not be as easy as it sounds. Specially in my case, I have to deal with 3 dozen production staff members all producing video each day across the south-eastern united states. ___ Flashcoders

Re: [Flashcoders] LocalConnection

2005-11-18 Thread John Giotta
Can't you just propagate a session on the user? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Tile Bitmap

2005-12-01 Thread John Giotta
I saw a Flash 8 example that will allow you to draw a small bitmap and then tile it. Was this done with BitmapData.clone? I'd like some pointers if anyone could help out. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] List Component

2005-12-02 Thread John Giotta
The List Component allows you to set linked symbols as Icons for each list item. I'm looking to use external thumbnails as my icons, but it tends to prove difficult due to the nature of how these symbols are attached. Does anyone know if I'm able to retrieve the 'icon' path and perhaps with some

Re: [Flashcoders] List Component

2005-12-07 Thread John Giotta
@Al: Thanks for the tip! If all else fails. @Ryan: Can you point me to one of those tutorials? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Mimic a GIF for SWF Background

2005-12-09 Thread John Giotta
I have a GIF that I'd like to duplicate as my SWF tiled background. However, I'm not having to much luck with it. Are there any decent tutorials for BitmapData? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Lightweight List Component

2005-12-09 Thread John Giotta
I've seen some List Components that claim to be lightweight, but are they are still too large after compile. I'm looking for more component resources, can everyone help? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] List Component --- Multiline

2005-12-09 Thread John Giotta
You will have to use a Custom Cell Renderer. Here is a simple tutorial: http://www.communitymx.com/content/article.cfm?cid=B4AED ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Lightweight List Component

2005-12-12 Thread John Giotta
Hey chall3ng3r, Thanks, but I don't see the component you speak of. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Lightweight List Component

2005-12-13 Thread John Giotta
Ah I see now, thanks again ;-) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Phantoming in List Component

2005-12-13 Thread John Giotta
I created a custom cell renderer for the List component to allow icons to be external thumbnails. However, I'm getting some strange phantoming. Basically, an image will appear at the bottom of the List that I didn't add from the dataprovider. private var iconLoader:MovieClipLoader;

Re: [Flashcoders] Flash 8 IDE crashes

2005-12-13 Thread John Giotta
I can't say that I have, but I get what you describe from allot of applications not just Flash 8. :-p ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Phantoming in List Component

2005-12-14 Thread John Giotta
Ok, I understand what your saying about setValue being called with every change to the List, but now I'm having problems with my thumbnail icons disappearing. I basically what to build a CellRenderer that allows me to load external JPEGs as the cell icon.

Re: [Flashcoders] Phantoming in List Component

2005-12-14 Thread John Giotta
This tutorial on ActionScript.com helped alot! http://www.actionscript.com/index.php/fw/1/displaying-images-in-a-datagrid-utilizing-a-cell-renderer/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] How to Handle Licensing for Flash Applications

2005-12-20 Thread John Giotta
Hello all, I'm looking for some information regarding licensing and how to apply some anti-piracy measures for Flash. I was recently approached to build a rather robust enterprise application and I'd like to protect the code from redistribution without consent.

Re: [Flashcoders] OnLoadStart

2006-01-16 Thread John Giotta
Well, depending what Patrick is trying to do. onLoadInit would not work. onLoadInit is fired when the loaded contents first frame is played. onLoadInit is actually fired after the onLoadComplete event. onLoadStart is fired right after you call the MovieClipLoader.loadClip() method.

Re: [Flashcoders] AS3 - FP9 - Flex2 - Flash9

2006-01-23 Thread John Giotta
I think Abode is probably going to release Flash Player 8.5 way before Flash 9. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] xml whitespace problem

2006-01-24 Thread John Giotta
I've never seen that before. How is the XML being generated? Manual or dynamic? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] xml whitespace problem

2006-01-24 Thread John Giotta
I suspect it's some unwarranted charset sticking some unknown line breaks. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Event Bubbling Techniques

2006-01-26 Thread John Giotta
I've been checking out some the discussions about Event Bubbling on Ralf Bokel's blog, but I can't seem to get it work in my attempts. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Fav XML editor

2006-01-26 Thread John Giotta
Eclipse :) Of course, I use Eclipse for ColdFusion, JavaScript, ActionScript, CSS, HTML, PHP etc. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] FLV Encoders

2006-01-27 Thread John Giotta
I've heard mixed feelings about all the products. We've used Squeeze at my company for the past year, but now I'm hearing the Flix Pro is good too. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] FLV Encoders

2006-01-27 Thread John Giotta
;-) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Lines of code in a Flash project

2006-01-27 Thread John Giotta
Eric, Ha! That's me :) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] FLV Encoders

2006-02-03 Thread John Giotta
Just as a note. I heard from a co-worker yesterday that Sorenson Squeeze's price jumped $100 USD ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] video weirdness

2006-02-08 Thread John Giotta
I wouldn't be the Delegate class. I'd like to help, but do you have something I can visualize? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Tool to Create Multiple FLV Files from One

2006-02-10 Thread John Giotta
Hey all, A few months back I saw a flash blog mentioning a tool that will split a FLV file into multiple files via command line and timecode does anyone have a link? Thanks ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] Background transparent ? is it possible

2006-02-10 Thread John Giotta
WMODE parameter is also useful for HTML layering. ___ 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

Re: [Flashcoders] Stage.width not working in IE

2006-02-12 Thread John Giotta
Perhaps Lanny's suggestion will work, but may not work with a single frame SWF. The problem resides in how the Flash Player is initiatated on first render. Basically the ActionScript is being interpreted faster than the visuals are rendered (which includes the scene). I've gotten to understand

[Flashcoders] Stream Audio Still Playing in IE

2006-02-14 Thread John Giotta
I remember this being a problem way back in the day but I thought it was fixed in a player revision. I was demoing a Video player to a manager yesterday and when he clicked the back browser button the audio from the FLV stream was still being heard. Only after he clicked anywhere else on the page

Re: [Flashcoders] don't think this is possible - 100% of variable height table cell

2006-02-15 Thread John Giotta
That is kind of backwards... if you where just looking to fill a cell you just set the width to 100%, but you have your reasons. I suggest using JavaScript to write the Flash element to the cell with HTMLElement.innerHTML or better yet FlashObject http://blog.deconcept.com/flashobject/ However,

[Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
Hello all, I'm looking for a tool that can inject a line code to the first frame of a SWF. Basically, our advertising department gets SWF ads from a 3rd party designer and a specific _level0 variable needs to be set in order for the clickthrough to work. If anyone has a method or tool to do this

Re: [Flashcoders] dispatching events at creation time?

2006-02-16 Thread John Giotta
I've done it the same you have, but it only worked correctly in IE. Basically, I was replacing the MovieClip.onLoad, but when I tested in Firefox it never happened. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
FlashVars is what we're using to set the clickthrough URL, however, the ads system is predefined to set the variable to clickTAG and some designers have been referring to the variable as clickTag. clickTag doesn't equal clickTAG... so I thought I could run an injection script to just insert a

Re: [Flashcoders] dispatching events at creation time?

2006-02-16 Thread John Giotta
You can dispatch a Event at creation time, but no listener can listen to this event at creation time ;-) Yeah that would help. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
I could, but the way the Ads System delivers the SWF we don't actually control the output. The SWF is registered to the system and is delivered with a predefined HTML template. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
Moreover, you get : KineticFusion Flasm swfcombine and from swftools Thanks erixtekila, I'll check those out. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
I think in this case you need to teach a man to fish. LOL I'm not in the business of ultimately educating them all. I'm a 1st party developer and I simply get bugged way too much to diagnose the SWFs. ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
A simple method would just be to load it into host .swf, and then put the code in the host clip and target the loaded instance. I'm considering that as an alternative. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
A simple method would just be to load it into host .swf, and then put the code in the host clip and target the loaded instance. I'm considering that as an alternative. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] Articles on accessing actionscript through js

2006-02-16 Thread John Giotta
ExternalInterface in Flash 8 works real well. Plus, check out AFLAX http://osflash.org/aflax ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Microsoft Internet Explorer update and consequences for Flash

2006-03-03 Thread John Giotta
We've been running IE 7 Beta in our labs and we not experiencing any requirements to activate the ActiveX. Our experiments use the normal object/embed code approach and also the FlashObject (http://blog.deconcept.com/flashobject/) approach. Yet, we still haven't had a case where the activation

Re: [Flashcoders] Please Help -- No Files in Flash Explorer

2006-03-06 Thread John Giotta
Have you tried contacting PowerFlasher with this problem? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] Stop the stream!

2006-03-11 Thread John Giotta
Is this in IE only? I've had the same thing, but only in IE. There still seems to be a audio artifact on some IE installs on 1 or 2 PCs in my office running Windows. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] crosspost: update your flash-players immediately

2006-03-15 Thread John Giotta
Anyone know if this posses a threat for Flash Player 8.5? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] OT: PSP getting the Flash Player this spring!

2006-03-16 Thread John Giotta
Version 6 isn't to bad, but a few my ideas may have to downgraded ;-) ___ 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

Re: [Flashcoders] OT: PSP getting the Flash Player this spring!

2006-03-16 Thread John Giotta
ActionScript 2.0 was introduced in Flash Player 7 or Flash MX 2004 On 3/16/06, JesterXL [EMAIL PROTECTED] wrote: Hey, at least we get AS2 with 6. That's better than friggin Flash Lite 1.1 with Flash 4 syntax. - Original Message - From: John Giotta [EMAIL PROTECTED] To: Flashcoders

Re: [Flashcoders] Reccomended practices for overiding events dispatched with onEvent handlers

2006-03-22 Thread John Giotta
Use EventDispatcher. ___ 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

Re: [Flashcoders] Flash Player 6 on PSP

2006-04-26 Thread John Giotta
An interesting feature supported by the PSP Flash Player is local SharedObjects. I can flush data to a SOL, however, the data retention seems to be session only. The SOL is already deleted when I revisit or refresh the SWF. ___

[Flashcoders] Re: Flash Player 6 on PSP

2006-04-26 Thread John Giotta
D-pad works for key capture. Low quality does improve framerate slightly On 4/26/06, Andreas Rønning [EMAIL PROTECTED] wrote: Did some testing this morning. 1. Rendering looks like junk. Artifacts across the board, even when doing extremely simple tweens. Apparently bitmaps are less subject

[Flashcoders] Focus Highlight with Components

2006-05-02 Thread John Giotta
Is there a way to remove the Focus highlight color on the Datagrid? No matter what I've tried I still get a green focus color. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Focus Highlight with Components

2006-05-03 Thread John Giotta
datagrid.rollOverColor = yourBackgroundColor; datagrid.textRollOverColor = yourTextColor; I want to get rid of the light green glow around the Datagrid when ever the ScrollBar is focused. Not the row roll over. ___ Flashcoders@chattyfig.figleaf.com To

Re: [Flashcoders] Focus Highlight with Components

2006-05-05 Thread John Giotta
Thanks elibol, but not it. You'd have to see it for yourself if I'm not making any sense. I have a Datagrid in on SWF and another SWF is loading it. Whenever the ScrollBar of the Datagrid is focused, a light green halo forms around the entire Datagrid. That's what I want gone.

Re: [Flashcoders] automatic datagrid?

2006-05-05 Thread John Giotta
DataGrid.selectedIndex = x; Will select the row 'x'. On 5/5/06, Éric Thibault [EMAIL PROTECTED] wrote: Is there a way to select without any user interaction the first line of data inside a datagrid component and thus trigger the change event (highlight, code on change event,...)? Like the

Re: [Flashcoders] automatic datagrid?

2006-05-05 Thread John Giotta
You could also do: DataGrid.dispatchEvent({type:change}); But this is a hack... ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you

[Flashcoders] OS PSP RSS Reader

2006-05-05 Thread John Giotta
I whipped up a RSS Reader for the PSP Flash Player in just 2 hours. It's open source so it's free anyone. One thing I've notice is that the performance for parsing an XML document is super slow and surprisingly XFactorStudios did the job quicker with my first integration. This is actually by

Re: [Flashcoders] Re: [osflash] OS PSP RSS Reader

2006-05-08 Thread John Giotta
Built in. On 5/8/06, Sajed Chowdhury [EMAIL PROTECTED] wrote: Have you tried embedding fonts or are you using the builtin psp fonts? -Sajed On 5/6/06, John Giotta [EMAIL PROTECTED] wrote: I whipped up a RSS Reader for the PSP Flash Player in just 2 hours. It's open source so it's free

[Flashcoders] ExteneralInterface and NetStreams

2006-06-14 Thread John Giotta
I've been developing a video player that has a built in API to allow external communication (E.g.; JavaScript to Flash). But I've run into a strange problem. I can pass the FLV path to Flash from JavaScript and achieve communication fine, but if I make any other callbacks to the

[Flashcoders] Re: ExteneralInterface and NetStreams

2006-06-14 Thread John Giotta
Geez, its not the ExternalInterface at all. Its a whole new mystery... ___ 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

Re: [Flashcoders] Re: ExteneralInterface and NetStreams

2006-06-14 Thread John Giotta
The problem was my NetStream declaration was local scope to a method and for some reason any call I made to the singleton class just killed the stream be cause the NetStream was trashed early. I corrected it my making the NetStream object inherit to the singleton class to keep it around

Re: [Flashcoders] The Delegate class ...

2006-06-16 Thread John Giotta
I practically live by Delegate EventDispatcher ___ 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

[Flashcoders] Cross Domain and ExternalInterface

2006-06-19 Thread John Giotta
Let me explain the setup first. I have a SWF application and the JavaScript file on one domain. I'm displaying the SWF and loading the JavaScript file on another domain. The SWF registers callbacks to JavaScript methods, but when I try to call the ActionScript methods from JavaScript it fails.

Re: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-27 Thread John Giotta
Start here http://www.w3schools.com/xpath/default.asp ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] Q:Get name of referring class

2006-06-28 Thread John Giotta
Unless it's coded into the Class you can't, but you could use instanceOf if you know what your looking for. E.g.; if (myClassObj instanceof Class) { //... } ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] LocalConnection to multiple swfs

2006-07-03 Thread John Giotta
can they all connect to the same LocalConnection object? No. For every connection (send and receive) there must be a localconnection object. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Flex 2 SDK

2006-07-03 Thread John Giotta
I'm looking for documentation on the compc.exe and fdb.exe tools that come with the Flex 2.0 SDK. I've already seen some stuff regarding the mxmlc.exe, but that about it. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] Dispatch method don't working

2006-07-04 Thread John Giotta
I wish I could replicate this for you today to test, but does you timeline goto onRelease too? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Unable to Connect to FCS 1.5 via AS 3.0

2006-07-06 Thread John Giotta
I can't seem to connect to FCS 1.5; I continue to recieve NetConnection.Connect.Failed messages. package { import flash.display.Sprite; import flash.net.NetConnection; import flash.events.NetStatusEvent; public class NetConnectionExample extends Sprite {

[Flashcoders] Re: Unable to Connect to FCS 1.5 via AS 3.0

2006-07-06 Thread John Giotta
Worked it out. conn.objectEncoding = ObjectEncoding.AMF0; ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] Flex 2 SDK

2006-07-07 Thread John Giotta
Thanks Jaco. ___ 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

Re: [Flashcoders] allownetworking?

2006-07-14 Thread John Giotta
I'm not familiar with it. Is it a object parameter? ___ 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

Re: [Flashcoders] part of text is not visible...!

2006-07-14 Thread John Giotta
The only thing I can ask is if the textfield is wide enough in width to display all text. Flash 6 introduced the property TextField.autoSize making it easier to adjust dynamic textfields width at runtime to compensate for value text-width. However, Flash 5, TextField.autoSize did not exist. So

Re: [Flashcoders] as3: weird package problem

2006-07-17 Thread John Giotta
This same problem had me puzzled too. ___ 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

Re: [Flashcoders] as3: weird package problem

2006-07-18 Thread John Giotta
Good find. Sounds like a bug to me. ___ 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

Re: [Flashcoders] as3: weird package problem

2006-07-18 Thread John Giotta
This is pain in the arse now that I've gotten a simple example to work. ___ 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

Re: [Flashcoders] as3: weird package problem

2006-07-18 Thread John Giotta
Hey Meinte, What I've just done is set the file and path then just lowercased the drive letter. Windows C: drive - SET ASFILE=%~dp0TestClass.as SET ASFILE=%ASFILE:C:\=c:\% Then I just used %ASFILE% in the mxmlc call. C:\Program Files\Flex SDK\bin\mxmlc.exe -benchmark=true -creator=John Giotta

Re: [Flashcoders] flv stops playing after undefined numbers of seconds (through firewall)

2006-07-20 Thread John Giotta
Are you stopping the Video after the NetStream.Play.Stop status code is fired? I ask because in most cases NetStream.Play.Stop will actually fire before actual playback is done. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

[Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-02 Thread John Giotta
It maybe too soon for anyone to have a full grasp on AMF or SWF specs of an AS3.0 SWF but I wonder if its possible to create a crude compiler from AS3.0. AS3.0 ouroboros of sorts. ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-06 Thread John Giotta
I think you're all just missing the point. The challenge does have any rules to what is considered a compiler. Even if you can just compile a SWF to trace Hello World is ultimately a success. We've already seen C64 emulator and script to encode PNG files, so why can't a SWF compiler be created.

Re: [Flashcoders] JOB: BLITZ Agency

2006-08-18 Thread John Giotta
In-house required? ___ 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

Re: [Flashcoders] PSP XML tests

2006-10-09 Thread John Giotta
Juan, Yes you will notice alot has been laxed on the PSP Flash Player. I spent a few weeks testing, but I'm slowly discovering Mobile Flash is just not robust enough (again). ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] Flash on Wii

2006-12-29 Thread John Giotta
Off-topic, but has anyone experienced lock-ups when using the browser? ___ 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

[Flashcoders] Problems with Full Screen

2008-09-19 Thread John Giotta
I'm working with a flash video player that is simliar to Youtube's chromeless video player. However, for some reason I continue to get SecurityError: Error #2152: Full screen mode is not allowed. even though allowFullScreen is set to true. public function interfaceFullScreen ():void { if

[Flashcoders] Re: Problems with Full Screen

2008-09-23 Thread John Giotta
I figured it out soon after sending this. You can't trigger full screen from outside flash. It can only be triggered by user input from within flash. On Fri, Sep 19, 2008 at 3:04 PM, John Giotta [EMAIL PROTECTED] wrote: I'm working with a flash video player that is simliar to Youtube's

[Flashcoders] Regions of JPEG into BitmapData

2008-11-12 Thread John Giotta
I'm trying to figure out how grab specified regions of a JPEG and draw a Bitmap from them. So if the user outlines a rectanglur area of the JPEG at say x=100, y= 35, width=90, height=20; I want to duplicate it into a Bitmap object. I thought (but obviously wrong) that I use Matrix to translate

Re: [Flashcoders] Regions of JPEG into BitmapData

2008-11-12 Thread John Giotta
I've tried: bmd.draw(o_art, null, null, null, new Rectangle(10, 5, 90, 20)); Which I assumed would set my selection 10 pixels left, 5 pixels down, 90x20, but instead I get a rectangle of the right shape, but 10 pixels to the left and 5 of the top is white. - John G

Re: [Flashcoders] Regions of JPEG into BitmapData

2008-11-12 Thread John Giotta
The solution is Matrix.tx and Matrix.ty. var mat:Matrix = new Matrix(); mat.tx = 10 * -1; mat.ty = 5 * - 1; bmd.draw(art, mat); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Hi Flash Coders List, you were invited to join the gamer's social network

2009-01-07 Thread John Giotta
On Wed, Jan 7, 2009 at 5:54 PM, jdgiotta notificati...@playfire.com wrote: Hey Flash Coders List, Your friend jdgio...@gmail.com (jdgiotta) has invited you to join the new social network for gamers, Playfire.com. Click here to check it out: http://www.playfire.com/?rc=48b6b6387783ecc9 At

  1   2   >