[flexcoders] FMS streams, need an flv file?

2007-03-18 Thread John Wilker
Hopefully an easy question. Is it standard/normal/typical that a stream from a Flash Media Server would have a .flv file in it's url? does that matter? I'm having trouble with a VideoDisplay.source when there's no .flv in the path. -- John Wilker Vice President Software Develop

[flexcoders] Flex Module for Apache

2007-03-17 Thread John Barrett
/flexSamples/flex/modules/mod_flex.so" is there. I would love to get this running, as it would be great to be able to use as a local server. Can anybody help me figure this out? Thanks so much,and aloha John __

Re: [flexcoders] Binding - Fire a function on variable change (noob)

2007-03-16 Thread John Mark Hawley
t; > I want the "formatNumberDisplay()" function to fire when > "numberToDisplay" changes. This change already fires the > "changeNumberToDisplay event", how do I capture that here? > > Cheers Si > > > -- John Mark Hawley The Nilbog Group 773.968.4980 (cell

RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-16 Thread Piotrowski, John
Event; This solved the problem. So it seems it is only an issue if you try caching or assigning your custom event to another variable. If you are directly dispatching the event, the clone method is never used, at least in my case. John **

Re: [flexcoders] How to style through CSS HTML in RichTextEditor???

2007-03-16 Thread John Wilker
style HTH On 16 Mar 2007 06:17:51 -0700, maikelsibbald <[EMAIL PROTECTED]> wrote: As my subject is saying? How to style through CSS HTML in RichTextEditor/TextArea? Does anybody know hoe to do this? The docs are saying "You can also define a:link, a:hover, and a:active styles for anchor

[flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-16 Thread John Wilker
nobody? I searched and found a few references but none were clear enough (my failing, not the poster's) Thanks On 3/15/07, John Wilker <[EMAIL PROTECTED]> wrote: So I've got a videDisplay component and I want to talk to FMS. I've got code to get my rtmp path for the medi

[flexcoders] using videoDisplay with netstream (FMS)

2007-03-15 Thread John Wilker
. Any help, GREATLY appreciated -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com "Everything changes, nothing remains without change." ~Buddha c.483 bc

Re: [flexcoders] Cairngorm FrontController

2007-03-15 Thread John Mark Hawley
FrontController Mods > // > public class FrontController > { > // ST - 03/15/2007 : private var commands : Dictionary = new > Dictionary(); > protected var commands : Dictionary = new Dictionary(); > > // ST - 03/15/2007 : private function executeCommand( event : > Cairn

[flexcoders] Video Playback speed

2007-03-14 Thread John Wilker
Is there a way I'm just not really seeing to rewind and fastforward video in a VideoDisplay? -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com "Everything changes, nothing remains without change." ~Buddha c.483 bc

Re: [flexcoders] PDF Files

2007-03-09 Thread John Dowdell
sure I understand your situation correctly, but you're aware that Adobe Acrobat already contains a variety of annotation and collaboration abilities, right? http://www.google.com/search?q=site%3Aadobe.com+acrobat+%28annotate+OR+annotation%29 jd -- John Dowdell . Adobe Developer Supp

RE: [flexcoders] Re: Can I access HTTP session variables in Flex without using Flashvars?

2007-03-06 Thread Piotrowski, John
on=" + <%SESSION["VARIABLE_NAME"]%>; AC_FL_RunContent( ... "flashvars", accountID, ...); <%else%> Redirect or display and error message <%end if%> I think the GUID just might be over kill and would create extra DB

RE: [flexcoders] Can I access HTTP session variables in Flex without using Flashvars?

2007-03-06 Thread Piotrowski, John
use a session variable by setting the flashvars to SESSION.VARIABLE_NAME. In .NET with C# I think you access the session variables by SESSION["VARIABLE_NAME"]. Does this help? John From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: Populate ComboBox from database - NOT using Flex Data Services

2007-03-05 Thread Piotrowski, John
ect should update this bound jobs variable and then it will update the combobox automatically. John ** John R. Piotrowski Programmer Analyst Wharton Computing Email: [EMAIL

[flexcoders] VideoDisplay help

2007-03-02 Thread john
ng on the net... but don't find a userful article or tutorial in this way: VideoDisplay + streaming file from FMS. thx ~ ~~~~~~ ( John - Lost in Design ) ~ ~ - Original Message

[flexcoders] Sharing Datastore between 2 DataServices

2007-03-02 Thread John Menke
using a shared DataStore between DataService_1 and DataService_2 ??? -john

[flexcoders] Flex 2/AS3 Garbage Collection - Looking for additional information

2007-03-01 Thread John Crosby
to machines with limited RAM (<=512) and apps that need to run for a while (6-8 hours). TIA John

Re: [flexcoders] changing states from within a component

2007-02-28 Thread John Wilker
tried using: this.currentState = 'Home'; But this was in the Login component, which doesn't have states, so that didn't work. What is the best practice for components to call the main application to perform tasks like changing the state? Thanks Stephen -- John Wilker Vice President

[flexcoders] channel disconnected before an acknowledgement was received

2007-02-27 Thread John Menke
meout on a channel? Will this fix my problem? -john

[flexcoders] channel disconnected before an acknowledgement was received

2007-02-27 Thread John Menke
meout on a channel? Will this fix my problem? -john

[flexcoders] Re:flash 9 alpha IDE run on mac os x intel?

2007-02-26 Thread John Olson
The last I heard, Flash 9 public beta does NOT run on Intel-based Macs. I don't think that has changed.

[flexcoders] Flash Video On Mobile Devices

2007-02-24 Thread John Kirby
Maybe someone from Adobe can comment on this... What are the plans/road map for extending Flash Lite to support Streaming Video (e.g., Flash 9 codec)? Thanks, .j -- /Whether you think that you can, or that you can't, you are usually right./ - Henry Ford

[flexcoders] Re: Cairngorm's Anaemic Domain Model

2007-02-22 Thread John Menke
--- In flexcoders@yahoogroups.com, "Peter Martin" <[EMAIL PROTECTED]> wrote: > > I thought at this point it is worth jumping in to talk a bit about > Cairngorm Enterprise, which we are currently working on. > Peter, is there a public cairngorm repository where we can get a look at the Cairngorm

Re: [flexcoders] Re: Weird WS Error

2007-02-22 Thread John Wilker
? thanks, Ashif --- In flexcoders@yahoogroups.com , "John Wilker" <[EMAIL PROTECTED]> wrote: > > I've got an app using Web Services. I make the WS call once and it's just > fine, I make the same call again (any call. this happens with each WS in the > app) >

[flexcoders] dropping item into a tree node?

2007-02-21 Thread John Wilker
Here's the tree code. Any thoughts? -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com "Everything changes, nothing remains without change." ~Buddha c.483 bc

[flexcoders] Weird WS Error

2007-02-16 Thread John Wilker
} getorderby is the functionality I've been using to debug. I just can't seem to figure it out. As I said, when I load the app, hit this functionality, it works fine. Come back again, call the same functionality. I get the above error. Oh, CarGram :) app in case it matters. T

[flexcoders] Re: Error 2025 with images?

2007-02-16 Thread John Wilker
No one? On 2/12/07, John Wilker <[EMAIL PROTECTED]> wrote: I'm working on a quicky little RSS Reader and having some trouble. I've got a DG on one side, which then populates a textArea on the other side. Here's the feed (mine) http://www.red-omega.com/blog/rss.cfm?mode

Re: [flexcoders] Re: flex and IE 7 problems.

2007-02-15 Thread John Dowdell
(And yes, whatever's in Flex itself is insulated from changing browsers... the OS still gives the keystrokes to the Player, though, and the Player requests network services from the browsers, so there's a couple of way environmental changes could get in there, at the edges.) jd -

[flexcoders] Re: Cross domain confusion

2007-02-13 Thread John buono
news, I was really worried I was going to have to recommend that we continue with VB instead of switching to flexbuilder. john Not all compiler options have matching GUI controls. In that case: 1) Select Project > Properties. 2) Select Flex Compiler. 3) Add -use-network=false in

[flexcoders] relative img path in rss feeds

2007-02-12 Thread John Wilker
) the img path is relative /blah/blah.image and the loader freaks out. "Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found." THanks! -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com "Everyth

[flexcoders] Re: Cross domain confusion

2007-02-12 Thread John buono
That is a great suggestion, but I am using FlexBuilder 2, and can not find that option anyplace, anyone have any ideas? On Saturday 10 Feb 2007, Pedro Pastor wrote: > cause for this error, but I supposed that by default an SWF file have > granted access to a local data file. You suppose wr

[flexcoders] Error 2025 with images?

2007-02-12 Thread John Wilker
r::_timerDispatch() at flash.utils::Timer/flash.utils:Timer::tick() Any thoughts? -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com "Everything changes, nothing remains without change." ~Buddha c.483 bc

[flexcoders] Re: Cross domain confusion

2007-02-12 Thread John buono
thanks, that explains a lot. Question is how do I solve the problem of deployment, what can I do to the application on the users side so that I can do this same thing? I am sure it has to do with the crossdomain.xml stuff but Have no idea what to do I don't really have a solution, but

[flexcoders] Cross domain confusion

2007-02-10 Thread John buono
d to be allowed. Why does it work on my local machine but not when deployed that is not making any sense to me. Until I can demonstrate that we can in fact deploy .swf files using flash my company is refusing to allows it use, so this is rather critical.. thank john

[flexcoders] Can't deploy .swf

2007-02-08 Thread John Buono
missing. thanks John

[flexcoders] RemoteObject over HTTPS / SSL

2007-02-07 Thread Piotrowski, John
ady to publish a Flex 2 so I am the first person to attempt to solve the SSL problem. Any thoughts and thanks, John ** John R. Piotrowski Programmer Analyst Wharton Computing Email: [EMAIL PROTECTED] **

[flexcoders] Hibernate error:java.lang.NoSuchMethodError:org.hibernate.Session.getTransaction

2007-02-06 Thread John Briere
utor.java:665) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor ker.run(ThreadPoolExecutor.java:690) at java.lang.Thread.run(Thread.java:595) and I catch "ClientError:DeliveryInDoubt" fault at the same time. Does anyone have any ideas? Thanks - John Briere

Re: [flexcoders] flash 9 and firefox 2.0

2007-02-05 Thread John Dowdell
support it previously offered, then plugins should run the same or better in later versions. Summary: Firefox 2.0? No problem. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Techno

RE: [flexcoders] MouseUpSomewhere event, whence hast thou gone?

2007-02-05 Thread Piotrowski, John
inside the mxml to the this scope like: this.addEventListener(MouseEvent.MOUSE_UP,doMouseUp); John ** John R. Piotrowski Programmer Analyst Wharton Computing Email: [EMAIL PROTECTED

Re: [flexcoders] Re: Adobe.com Servers?

2007-02-02 Thread John Dowdell
preview alone was responsible for about as much traffic each day as the entire US Library of Congress holds, so the architecture has to be continually updated: http://blogs.adobe.com/jnack/2006/12/photoshop_cs3_1.html jd -- John Dowdell . Adobe Developer Support . San Francisco

[flexcoders] Flex UG in Denver?

2007-02-01 Thread John Kirby
Anyone know of a Flex Users Group in Denver... or would like to start one? .j -- /Whether you think that you can, or that you can't, you are usually right./ - Henry Ford

Re: [flexcoders] Adobe.com Servers?

2007-02-01 Thread John Dowdell
ince_th.cfm tx, jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks.

[flexcoders] Maven2 + Cairngorm based flex app?

2007-02-01 Thread John Menke
I am trying to use Maven2 with the maven-flex2-plugin to build and deploy the CairngormStore for Flex 2. Has anyone had any success with using Maven with a Cairngorm based Flex project? -john

Re: [flexcoders] Is this possible - SVG to PDF(vector) ?

2007-01-31 Thread John Dowdell
SWF? There could be different paths, depending on where we're starting from, where we want to end up...? jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.ma

Re: [flexcoders] scale9Grid

2007-01-31 Thread John C. Bland II
aws graphics and set scale9Grid property } I guess at that point I am setting scale9Grid it already should be perfectly fine, and component should be initialized. Or am i missing something here? Any help will be appreciated. Janis -- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapu

Re: [flexcoders]wmode=transparent kills my remote calls

2007-01-29 Thread John Dowdell
on this symptom (brand, OS, version)? tx, jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks.

Re: [flexcoders] Drag-Resize MDI Example

2007-01-29 Thread John Kirby
try=enhanced_flex_mdi_interface> Regards, Dave. Cynergy Systems, Inc. On 1/14/07, *John Kirby* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Anyone know of a Flex 2 Drag-Resize MDI/Panel example? -- /Whether you think that you can, or that you can't, you are usually ri

Re: [flexcoders] Drag-Resize MDI Example

2007-01-29 Thread John Kirby
ww.cynergysystems.com/blogs/page/andrewtrice?entry=enhanced_flex_mdi_interface> Regards, Dave. Cynergy Systems, Inc. On 1/14/07, *John Kirby* < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Anyone know of a Flex 2 Drag-Resize MDI/Panel example?

RE: [flexcoders] Rotating an object inside a HBox compared to a Canvas

2007-01-29 Thread Piotrowski, John
when using a VBox and it happens below the outermost container when using a Canvas and this is when the resizing occurs. John ** John R. Piotrowski Programmer Analyst Wharton Computing Email: [EMAIL PROT

[flexcoders] Setting Initial NetStream Sound Volume

2007-01-25 Thread John Kirby
I am trying to dynamically set the sound volume when different video is played via: stream = new NetStream(nc); var st:SoundTransform = stream.soundTransform; st.volume =( 40) * .01; _volume = st.volume; Here is the volume control thumbDrag="updateVolume(event)" minimum="0" maximum="100" va

Re: [flexcoders] Re: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-01-24 Thread John Dowdell
r the 30 day trials... I've escalated this internally, but the San Francisco Customer Service folks are doing a training today, and I'm not sure when I'll see a reply. What you and Ethan describe doesn't seem acceptable to me either, but let me get some more information on

Re: [flexcoders] Re: Localizing "Press Esc to exit full screen mode"?

2007-01-23 Thread John Dowdell
y not the only interface elements exposed -- usually you'd also have your own instructions, which can be in any language you care to write. (I'm not sure whether anyone from the Flash Player team keeps up-to-date with reading all messages on FlexCoders.) jd -- John Dowdell . Adobe Deve

Re: [flexcoders] Re: Do you trust auto-update?

2007-01-19 Thread John Dowdell
ben.clinkinbeard wrote: > Thanks for replying John. When can we expect to see results of a new > audit? Consumer audits of current web-browser capability are usually held four times a year, usually with a 4-8 week processing/publishing cost, but holidays intervened this quarter. The De

Re: [flexcoders] Do you trust auto-update?

2007-01-19 Thread John Dowdell
sion_penetration.html Today we're about thirty weeks into distribution. If your audience doesn't already have the latest capabilities, then they soon will. It's your decision, of course, but it's hard for me to see reasons to dismiss use of Player 9 today. jd -- Joh

[flexcoders] Animated Gif Loader

2007-01-19 Thread John Kirby
Doug McCune has just posted an animated gif loader which works like SWFLoader. No more IFrame hacks. -- /Whether you think that you can, or that you can't, you are usually right./ - Henry Ford

Re: [flexcoders] Re: Flex/Flash on The iPhone ?

2007-01-16 Thread John Dowdell
m/jd/archives/2007/01/jobs_on_flash.cfm Summary: Situation still indeterminate. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my pr

[flexcoders] Drag-Resize MDI Example

2007-01-14 Thread John Kirby
Anyone know of a Flex 2 Drag-Resize MDI/Panel example? -- /Whether you think that you can, or that you can't, you are usually right./ - Henry Ford

Re: [flexcoders] Flex/Flash on The iPhone ?

2007-01-10 Thread John Dowdell
John Kirby wrote: > After seeing the Steve Jobs MacWorld demo > (http://events.apple.com.edgesuite.net/j47d52oo/event) of the new iPhone > which runs a Mac OS X (light)... I can't help but think that flex apps > can't be far behind? I can't wait to start! > Anyone

[flexcoders] Flex/Flash on The iPhone ?

2007-01-09 Thread John Kirby
After seeing the Steve Jobs MacWorld demo (http://events.apple.com.edgesuite.net/j47d52oo/event) of the new iPhone which runs a Mac OS X (light)... I can't help but think that flex apps can't be far behind? I can't wait to start! Anyone at Adobe care to comment on a flash/flex mobile version

Re: [flexcoders] Re: my event isn't "sufficiently loaded to provide this information."

2007-01-09 Thread John Wilker
ot; error. > > I am not sure why this is happening as the target is fully loaded > before I click it. > > Any one else seen this? > > The below snippet causes this error for me. Do you see this error when > you run the below code?: > >

Re: [flexcoders] Adding a listener to a Move Effect with multiple instances

2007-01-08 Thread John Grden
an anyone shed some light on this issue or tell me a better more solid way of accomplishing this? Thanks for listening John Shuell -- [ JPG ]

Re: [flexcoders] Re: Compiling modules

2007-01-08 Thread John Kirby
Thanks for the examples. Question... if you are passing parameters to a module I assume your url syntax is the same as a SWFLoader (myswf.swf?foo=bar) ... but module has no parameter property? How do access passed parameters to a module? phillips1021 said the following: See: http://www.bru

Re: [flexcoders] Since flex 2.0.1

2007-01-08 Thread John Kirby
d except I had to change mx.effects.EffectInstance to mx.effects.IEffectInstance. This was well documented. The bottom line to Mac users going from Beta to 2.0.1... Uninstall beta then reinstall 2.0.1 .j Dave Carabetta said the following: John, This link should give you all the info you n

Re: [flexcoders] Since flex 2.0.1

2007-01-08 Thread John Kirby
I don't know the cause of these errors but I have my own recompile errors since moving to 2.0.1 (Mac). It would be nice if someone from Adobe would post documentation on what has changed in the API since the last release so we can all debug our "legacy" applications. I for one have an applic

[flexcoders] New signature of IFlexModuleFactory.create() in 2.0.1 ?

2007-01-05 Thread John Kirby
I have a compile error in 2.0.1 Mac but not in Mac Beta : 1144: Interface method create in namespace mx.core:IFlexModuleFactory is implemented with an incompatible signature in class _weathercharts_mx_managers_SystemManager. Has the API been "tweaked" in this area since Beta? I do us

Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-05 Thread John Kirby
Not very clear messages in debugging when taking a 2.0 project and recompiling with 2.0.1. I have two types of errors: 1023: Incompatible override. This maps to and import statement: import com.iml.weatherflex.Forecast; I assume it is catching the "tighter" types passed via a function?

Re: [flexcoders]Eclipse 3.2.1 installed now how to install Flex Builder 2.0.1 plugin

2007-01-05 Thread John Kirby
I see there is an updater for 2.0.1 for Windows. So where do you get the Mac version 2.0.1? I still just see the trial version (which I already have) Also any word on the transferring the windows license to Mac? .j Kevin Newman said the following: I was able to get Flex Builder 2.0 runnin

Re: [flexcoders] Flex 2 for Mac Release Coming Within 7 Days

2007-01-02 Thread John Kirby
I understand your Windows license is transferable to Mac for the upcoming commercial release? Is this still true? (Matt) .j Paul Whitelock said the following: I received the reply copied below regarding the problem that I had with the beta for Flex 2 Mac expiring unexpectedly and thought I'd

[flexcoders] Programmatic load of SWFLoader Not working

2007-01-02 Thread John Kirby
I have an application with multiple tabs. Inside one tab (via Canvas) I have a SWFLoader to a chart component. I want to have the option to either load the SWF via clicking on the chart tab, or jump to a particular chart (under this tab) via another component in another tab (via a button c

[flexcoders] Never mind

2007-01-01 Thread John Mazzocchi
Please ignore my last post. I just lost my job, so I don't really care what the answer my last query is anymore. Regards This email and any files transmitted with it may be confidential and are intended solely for the use of the individual or entity to whom they are addressed. This email may

[flexcoders] local file access thru HTTPService fails

2007-01-01 Thread John Mazzocchi
ad my file (voucherXML.xml) thru HTTPService. I repeat, this works fine UNTIL I copy the doirectory elsewhere. Is this a crossdomain issue? I've tried, experimentally, adding a crossdomain.xml file in the dame directory as the swf and it doesn't work. Thanks for any help John Thi

Re: [flexcoders] SEO Compatibility

2006-12-19 Thread John Dowdell
ovitz.com/blog/urlkit/ jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks.

Re: [flexcoders] Adobe site extremely slow

2006-12-19 Thread John Dowdell
nt speeds. I'll try today to hook up with the web team, and again request that we get some type of document/explanation up on why pages sometimes take longer than usual to display. I don't know the situation well enough myself to be able to venture the context. jd -- John Dow

Re: [flexcoders] Passing flash vars to embedded swf doesn't work

2006-12-19 Thread John Dowdell
s an HTML tag. Query terms in URLs are passed by the browser. If you're loading one SWF within another then the browser isn't involved. You can use localConnect to talk to two different top-level SWFs, and direct addressing for a host SWF to talk to a guest SWF, right...? jd -

Re: [flexcoders] OT:Flex 2 adoption rates so far?

2006-12-19 Thread John Dowdell
you seeking? I don't think Adobe publicly breaks out revenue by product. The Adobe Flex 2 family of technologies has been getting some very strong press reviews, as well as earnest word-of-mouth, but what types of stats are you seeking...? jd -- John Dowdell . Adobe Developer Support . Sa

Re: [flexcoders] SEO Compatibility

2006-12-19 Thread John Dowdell
hing this year for Google, Yahoo and MSN was to support a standard "sitemap" protocol, but this is again for the main static content, rather than the ongoing contributions held within a database: http://www.sitemaps.org/ jd -- John Dowdell . Adobe Developer Support . San Francisco

Re: [flexcoders] SEO Compatibility

2006-12-18 Thread John Dowdell
for that user text and return the address of the interface." I'm on the right page here for the subsequent discussion, true...? tx, jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mx

Re: [flexcoders] Flash9 Player Penetration Rates

2006-12-18 Thread John Dowdell
month by Milward Brown will be published in the early part of next year. Your particular audience may or may not match overall consumer trends. If you need the faster logic-processing abilities with Adobe Flash Player 9 and ActionScript 3, then this should be a sufficient convincer for mo

Re: [flexcoders] Re: SEO Compatibility

2006-12-15 Thread John Dowdell
gt; targeted text terms. Then make sure you get plenty of inbound links from > authoritative sources, preferably with your targeted search terms as > anchor text. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: ht

Re: [flexcoders] Re: SEO Compatibility

2006-12-15 Thread John Dowdell
r. No more no less. A particular concrete example might help bring this conversation back to ground. Work using Flex as the creation tool can certainly be found by search engines. Identifying your reasonable target search terms is the first step. jd -- John Dowdell . Adobe Developer Support

Re: [flexcoders] Re: Disable Application Blur in Popup window

2006-12-15 Thread John Kirby
to:flexcoders%40yahoogroups.com>, "Simon Janssens" <[EMAIL PROTECTED]> wrote: > > Hi John, > > I haven't done it personally, but you might have some luck using the > styleManager. > > mx.styles.StyleManager.getStyleDeclaration("style_name").setStyle("

Re: [flexcoders] Creating Events

2006-12-14 Thread John C. Bland II
.callMethod", new Responder( onResult, onFault ), nameMethod, params ); } public function onResult( result : String ) : void { } public function onFault( result : String ) : void { } } } -- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapultmedia.com --- Biz Blog - http

Re: [flexcoders] SEO Compatibility

2006-12-14 Thread John Dowdell
m authoritative sources, preferably with your targeted search terms as anchor text. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam

Re: [flexcoders] Re: Disable Application Blur in Popup window

2006-12-13 Thread John Kirby
o switch values back and forth. --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>, John Kirby <[EMAIL PROTECTED]> wrote: > > I'm sure this is a simple answer... (hopefully). I have some > TitleWindows launched via the PopUpManager. If the modal

[flexcoders] Disable Application Blur in Popup window

2006-12-13 Thread John Kirby
I'm sure this is a simple answer... (hopefully). I have some TitleWindows launched via the PopUpManager. If the modal is set to true it blurs the Application. What I want to do is have the modal functionality of a window without the blur sometimes? Can this be done? How? .j -- /Whether y

Re: [flexcoders] Nearly-Off-Topic: Flex Apps on PDAs?

2006-12-13 Thread John Dowdell
it deployed. It will be great to combine Flex interfaces and data manipulation with mobile deployment, but we've still got a way to go before achieving this... here's a summary of current mobile abilities: http://www.adobe.com/products/flashlite/productinfo/features/ jd -- John

Re: [flexcoders] Animated Gif Support, why not yet? - feature request for the "Profile Page Gone Bad"

2006-12-12 Thread John Dowdell
nimations in the Adobe Flash Professional authoring tool, for instance: http://www.adobe.com/go/12837 jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/

[flexcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
I've seen several entries about people who've toyed with it, but no posts with actual code. has anyone done the 3D conversion? any links to 2d or 3d source would be much appreciated ;) thanks very much, oh and \m/ -- [ JPG ]

[flexcoders] Announcement: 360Flex Conference March 5-7 San Jose. Registration Open.

2006-12-06 Thread John Wilker
Apollo )* *Integration - Connect Flex to any server (CF,PHP,.NET,JAVA,FDS).* *Components - Extend Flex with UI Components * * *Thank the sponsors for the low price and included meals!* Hope to see some of you there! J -- John Wilker Vice President Software Development/Writer Red Omega Solutions,

[flexcoders] WPF/E CTP Released

2006-12-05 Thread John C. Bland II
at this market AND for a CTP release, cudos Microsoft. I didn't expect to see a page flip effect, hover thumbnails, VIDEO (!!), etc. I'm impressed. " -- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapultmedia.com --- Biz Blog - http://blogs.katapultmedi

RE: [flexcoders] Class-based model as a dataprovider

2006-12-04 Thread John Mazzocchi
llectionView but I'm not actually sure how to assign it ... I've discovered Aral Balkan's notes on "Designing Data Models", that might clear it up for me. Cheers John -Original Message- From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Tuesday, 5 December 2006 8:

Re: [flexcoders] FLV Duration

2006-12-04 Thread John Kirby
Via onMetaData you should be able to get duration. Have you tried something like this? private function playStream():void { stream = new NetStream(nc); stopTimer(); videoHolder = new UICompone

[flexcoders] Class-based model as a dataprovider

2006-12-03 Thread John Mazzocchi
Item and removeItem functions which use templates for each Object type. 1. Any comments on my methodology? 2. How do I assign an ActionScript class as a dataprovider (for a datagrid)? Thanks. Cheers John This email and any files transmitted with it may be confidential and are intended solely fo

[flexcoders] Re: The most strange behavior I've seen with Flex...

2006-12-03 Thread John Nagle
do more testing to see if it's solid, but so far so good. -John

[flexcoders] The most strange behavior I've seen with Flex...

2006-12-02 Thread John Nagle
I have both modified the standard wrapper and also used SWFObject, and the behavior is exactly the same. It also happens regardless of whether I'm using localhost or my remote shared server. Apparently Flex simply does not like an opaque wmode. Any ideas??? -John

Re: [flexcoders] Problem with code in Flex 2: Training from the Source book. Help!

2006-12-02 Thread John C. Bland II
I just picked up these books, i guess since there is an open-market on flex 2 books they are cranking 'em out and with the new nature of flex it's unavoidable. Like i've noticed in the AS 3.0 cookbook, the flash.utils is flash.util Errata sure Sucka! Patrick John C. Bland II wrote:

Re: [flexcoders] Problem with code in Flex 2: Training from the Source book. Help!

2006-12-02 Thread John C. Bland II
ep playing with it, but in the meantime, this code doesn't render the desired results that the book indicates it should: http://www.adobe.com/2006/mxml"; layout="absolute"> -- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapultmedi

[flexcoders] VideoDisplay Help

2006-12-01 Thread John Duff
Hoping someone out there will be able to help me with this. The VideoDisplay component uses a VideoPlayer object, which doesn't seem to exist in Actionscript 3. How can it be used in the VideoDisplay component, and how can I use it? I am writing an app and want to have the ability to play a flv f

Re: [flexcoders] Embed or Load PDF File

2006-12-01 Thread John Dowdell
ets too dependency-ridden too quickly. Your Flex 2 creation can invoke other web resources like PDF files, even though it may not display it itself. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblo

Re: [flexcoders] Flash Player 9 issues on Windows 2005 Tablet PC Edition

2006-12-01 Thread John Dowdell
ndows 2005 Tablet PC"... variant phrases don't return good results either. Is there another label I should be searching on to find others' experience with similar machines...? tx, jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromed

Re: [flexcoders] Re: IE 7 & Vista

2006-11-30 Thread John Dowdell
roke support for any existing Flash work, although I do know that the current Player contains optimizations for the new OS. If your IT group updates the browser/OS and breaks things, then they could update the Player as well to fix it. jd -- John Dowdell . Adobe Developer Su

<    1   2   3   4   5   6   7   8   9   >