Re: [flexcoders] Tomcat and Apache through mod_jk on Linux-HOWTO

2005-09-10 Thread Steve Ocean
Just wanted to say thanks and good job! You've saved lots of people hours and hours of time.On 9/9/05, charlespaz1 [EMAIL PROTECTED] wrote: Finally figured out where I was going wrong with mod_jk. Tested with 5 servers and I feel I have it.

Re: [flexcoders] Installation Problem with Flex 1.5

2005-09-10 Thread Steve Ocean
I get errors too, but everything as seems to work fine anyway, I assumed they had something to do with it being a trial version.. especially the license file error. Am I wrong? On 9/9/05, manish [EMAIL PROTECTED] wrote: Hi Everyone, I am very new to flex and installed the trial version of

[flexcoders] Timeline component

2005-09-10 Thread Steve Ocean
We want to arrange events on layered timelines, something like the timeline editor in Flash. Does anyone have any thoughts about how to best build a Flex component(s) to do this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Show external web page in container

2005-09-06 Thread Steve Ocean
People, including me, have had mixed results with the IFRAME solution. Christophe has not updated that blog article lately, so I don't know if he's worked through some of the issues. E.g. referred page pops up in separate window. Perhaps what's needed is an HTML to FLASH converter component

[flexcoders] Flex component that encapsulates DENG?

2005-09-06 Thread Steve Ocean
Flex needs a way to embed htmlbased contentin the app. As far as I know, no solution exists except IFRAMES. After trying everything I could think of for a week,I've come to the conclusionwhat's needed is a scalable component that uses something like DENG ( http://claus.packts.net/ ) to render

Re: [flexcoders] Show external web page in container

2005-09-06 Thread Steve Ocean
you may also be interested in this: http://www.mikeindustries.com/sifr/ On 9/6/05, Steve Ocean [EMAIL PROTECTED] wrote: People, including me, have had mixed results with the IFRAME solution. Christophe has not updated that blog article lately, so I don't know if he's worked through some

[flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Steve Ocean
I have a slideshow generator that does a great job of one task, showing a particular format of a slideshow. I want to embed this slideshow in a Flex app. I have looked through the docs and forums and have found similar questions, but none with exactly the same problem, and I confess I can't

Re: [flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Steve Ocean
. E.g. mx:Loader id=slideShow source=slideshow.swf?xmlFile=cover.xmlprogressColor=0xCC / Dirk. From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Steve Ocean Sent: Tuesday, August 30, 2005 12:39 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Steve Ocean
Thanks Philippe, I tried this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml backgroundColor=#00 width=100% height=100% marginBottom=1 marginLeft=1 marginRight=1 marginTop=1 mx:Canvas width=100% height=100% mx:ViewStack x=1 y=1 id=issue1

Re: [flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Steve Ocean
just thought I'd ad that the embedded swf does execute.. but returns an internal error message that it can't load the data.On 8/30/05, Steve Ocean [EMAIL PROTECTED] wrote:Thanks Philippe, I tried this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003

Re: [flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Steve Ocean
this is the url for the site http://65.254.52.8:8700/flex/km2.mxml?versionChecked=trueOn 8/30/05, Steve Ocean [EMAIL PROTECTED] wrote:just thought I'd ad that the embedded swf does execute.. but returns an internal error message that it can't load the data. On 8/30/05, Steve Ocean [EMAIL

Re: [flexcoders] Browserless Flex?

2005-08-30 Thread Steve Ocean
can they have a player installed? http://www.gold-software.com/SWFLivePreview-review20489.htm On 8/30/05, chris.alvarado [EMAIL PROTECTED] wrote: Hello all, I am just about to start a very large project and have convinced the client that Flex is the way to go. The one thing they would

Re: [flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Steve Ocean
Hi Abdul, I have tried everyone's suggestions ( thanks all ) but still no joy. The last suggestion using CDATA loads the xml, but the images still don't come in. What about taking an IFRAME approach and treating it like HTML? The embedded swf doesn't need to talk to the parent app, it just