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

2006-08-07 Thread Martin Wood
Tony, your clock is set to the epoch (1970) or its your mail transport agent. come and join the future :) Anthony Lee wrote: >> You literally can't buy a new handset in Japan that doesn't support Flash >> Lite. > > 1.1 and you have to register with the carrier to be a content provider. _

[Flashcoders] PDF2SWF -- Problems with gradients

2006-08-07 Thread Marcus Cheetham
I've been having trouble with the conversion of PDFs to SWFs. If the PDFs are created in InDesign, gradients do not get converted properly using the PDF2SWF utility (http://www.swftools.org). In Quark however, the conversion works without problems. I understand that the reason for this, is th

Re: [Flashcoders] SWF decoding

2006-08-07 Thread John McCormack
Mark, The sswf.sf.net and gnash sites look very promising. The responses from you and JG are really appreciated. Thank you. John - Original Message - From: "Mark Winterhalder" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Sunday, August 06, 2006 5:26 PM Subject: Re: [Flashcod

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

2006-08-07 Thread Nick Gerig
carriers have total control in Japan which is what makes such a great development environment for content - you have 2 carriers with consistent platforms across devices - add to that DRM and you have a very nice platform for development. The thing with FL over there is that its used as a very basic

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

2006-08-07 Thread Nick Gerig
>1.1 and you have to register with the carrier to be a content provider. >___ > > thats not true - you have to register to be part of their official portal - which is the same the world over. However you can distribute content through unofficial port

[Flashcoders] >> mpg to FLV

2006-08-07 Thread Laurent CUCHET
Hello all Flash coders :) I need to find a way to convert mpg to FLV directly on the server, like www.vimeo.com If you know a way or a tips, it would be nice Laurent Msn : [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com To change your subscr

Re: [Flashcoders] >> mpg to FLV

2006-08-07 Thread John Grden
on2 Flix engine: http://www.on2.com/developer/flix-engine-sdk/?sid=5DHA-2F6F-44d72df95bcaa&ref= FFMpeg: http://ffmpeg.mplayerhq.hu/ hth, JPG On 8/7/06, Laurent CUCHET <[EMAIL PROTECTED]> wrote: Hello all Flash coders :) I need to find a way to convert mpg to FLV directly on the server, li

[Flashcoders] Set Focus with JAWS running

2006-08-07 Thread vivek
Hi, Is there any way in flash where we can get the focus to the desired location on click of a button? For Example: Suppose, we have 3 text fields and 3 buttons on a stage. When we run the application with JAWS running, on click of "button_1", the focus should go to "text1_txt" and jaws sh

[Flashcoders] Flex 2, organizing innumerous States

2006-08-07 Thread Michel Scoz
Hello there! I'm creating a site administrator application, with too manys inputs, classes, views, so on... The MXML code is too large and its getting very complicated to find/search through the code to edit/add States. Is there any way to stop using states to switch views, and/or create a new

RE: [Flashcoders] Flex 2, organizing innumerous States

2006-08-07 Thread Merrill, Jason
>>Subject: [Flashcoders] Flex 2, organizing innumerous States The Flexcoders list is here: http://groups.yahoo.com/group/flexcoders/ Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions ___ Flashcoders@c

[Flashcoders] Shoutcast + Flash - Update?

2006-08-07 Thread Jörg Müller
Hi! I've been googling all day to find out any new infos on using a swf als a shotcast-client. Most information is old or incomplete, here's what I found out so far: * with the right security settings playing a Shoutcast stream works in Firefox and some other browsers * with a little hacking

[Flashcoders] ComboBox drop up

2006-08-07 Thread Robert Chyko
Any reasons why my ComboBox won't drop upwards even though I am running out of room? It is just getting cut off at the bottom of the movie. Hoping this is something stupid that I'm overlooking, but I'm kinda stuck so any ideas would be appreciated. Thanks, Bob Chyko ___

RE: [Flashcoders] Set Focus with JAWS running

2006-08-07 Thread Andrew Kirkpatrick
Vivek, I put together a post on this topic at: Short answer: it depends. AWK > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of vivek > Sent: Monday, August 07, 2006

Re: [Flashcoders] ComboBox drop up

2006-08-07 Thread SWF Coder
> Any reasons why my ComboBox won't drop upwards even > though I am running > out of room? It is just getting cut off at the > bottom of the movie. > Hoping this is something stupid that I'm > overlooking, but I'm kinda > stuck so any ideas would be appreciated. > > Thanks, > Bob Chyko I don't

[Flashcoders] How to Create Flex Projector

2006-08-07 Thread Marcos Neves
Hi, I need to create a Flex apllication that runs on an exe projector for a CD-ROM. How can I do that? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcod

Re: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread eka
Hello :) you can use the last version of ZINC : http://www.multidmedia.com/news/news.php?id=62 EKA+ :) 2006/8/7, Marcos Neves <[EMAIL PROTECTED]>: Hi, I need to create a Flex apllication that runs on an exe projector for a CD-ROM. How can I do that? __

RE: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread André Goliath
Probably by Googling, otherwise ask the fine folk at Flexcoders http://groups.yahoo.com/group/flexcoders/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcos Neves Sent: Monday, August 07, 2006 7:11 PM To: Flashcoders mailing list Subject: [Flashcoder

RE: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread Merrill, Jason
If it's Flex 1, I don't think your licensing agreement with Adobe will let you do that. If it's Flex 2, you create .swf files. Load those .swf files into a .fla in Flash 8, and publish an .exe projector. Put the .exe and the .swfs on the CD. Jason Merrill Bank of America Learning & Organizatio

Re: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread Marcos Neves
It´s Flex 2. But if I create a projector using flash 8, it will run using AS2. So, when I load the Flex swf, wich is AS3, it will not work. The plugin 9 will not be inside de exe. Am I right? On 8/7/06, Merrill, Jason <[EMAIL PROTECTED]> wrote: If it's Flex 1, I don't think your licensing agreem

RE: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread Merrill, Jason
Right. There isn't an .exe compiler available for Flash 9 yet as far as I know. You'll probably have to wait until there is one. But try the flexcoders list. Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions >>-Original Message- >>F

RE: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread Sönke Rohde
Hi, Or you build your own projector with visual studio / c#: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp .htm?context=LiveDocs_Parts&file=1975.html Cheers, Sönke > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > O

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

2006-08-07 Thread John Dowdell
Robin Burrer wrote: [various statements/questions about Flash mobile adoption] North American is behind the curve, agreed... you'll hear similar statements over the last few years of exec interviews. Why? Partly because the early build-out of landlines in North America slowed the momentum f

Re: RE: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread Chris Allen
Go to this page: http://www.adobe.com/support/flashplayer/downloads.html Download the Flash 9 player for you OS. Then play your Flex application in the player, select "Export as Projector", and then you are done. John Grden just did this with the Flex2 Xray application and it works great. I hope

Re: Re: RE: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread Chris Allen
Where I wrote Flash 9 player, that should have read "Stand Alone Flash Player 9". On 8/7/06, Chris Allen <[EMAIL PROTECTED]> wrote: Go to this page: http://www.adobe.com/support/flashplayer/downloads.html Download the Flash 9 player for you OS. Then play your Flex application in the player, sel

Re: Re: Re: RE: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread Chris Allen
So, when I went to do this for Macintosh there were some issues: http://blog.ff9900.org/ Just so you guys know, Flash 9 projectors on the Mac appear to be pretty buggy. Windows versions seem to be working as expected -Chris On 8/7/06, Chris Allen <[EMAIL PROTECTED]> wrote: Where I wrote Flash

[Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-07 Thread Merrill, Jason
Getting back to this question I had back on Aug 1, thanks for the ideas. I've built a basic HTML text editor in Flash using the TextFormat class. Since I need to save the resulting HTML string back to a database, it works great. However, now I need to insert images into the HTML - which isn't supp

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-07 Thread Merrill, Jason
Oh, and to follow up with some further information: It seems to only encode those HTML entities when I use TextField.replaceSel(). If I just add the tag string on to the htmltext field value, it works: //works: test_txt.htmlText += ""; //fails - shows literal text, and encodes entities: test_t

Re: [Flashcoders] PDF2SWF -- Problems with gradients

2006-08-07 Thread David Rorex
There's FlashPaper, but I'm not sure how well that will integrate with your current workflow (you didn't say if you have occasional PDFs to convert, or if it needs to be an automated, fairly often process) -David R On 8/7/06, Marcus Cheetham <[EMAIL PROTECTED]> wrote: I've been having trouble

Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-07 Thread John VanHorn
have you tried using the unescape function?.something like this: test_txt.replaceSel(unescape("")); On 8/7/06, Merrill, Jason <[EMAIL PROTECTED]> wrote: Oh, and to follow up with some further information: It seems to only encode those HTML entities when I use TextField.replaceSel(). If I

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

2006-08-07 Thread Anthony Lee
>>1.1 and you have to register with the carrier to be a content provider. > thats not true - you have to register to be part of their official > portal Happy to be corrected! I only know what I read on Japanese developer's blogs, and from that I'd formed the opinion that it wasn't worth looking f

RE: [Flashcoders] Weird getURL behavior

2006-08-07 Thread Darren Bowers
Yeah we had this issue for a while now - not just FP8 does it. It doesn't work on my machine but will on a random machine I use. We use it a lot for CDROM learning materials we create. We used to do some JavaScript in the getURL before FP8 came out but it throws a security exception now so we are

Re: [Flashcoders] Weird getURL behavior

2006-08-07 Thread Haikal Saadh
While I've not run into these problems, I have had good experience with the Flash/Javascript integration kit. See http://weblogs.macromedia.com/flashjavascript/ Takes only a few lines of code to get it running, and the best part is you don't have to worry about quote matching in those getURL(

[Flashcoders] Cairngorm 2.0 tutorials

2006-08-07 Thread Matti Bar-Zeev
Hi All, Can someone please direct me to a tutorial on Cairngorm 2.0 with Flex 2.0 Builder? I looked and googled but came with nothing. I'm talking about a "step to step" kinda thing. __ This email has been scann

RE: [Flashcoders] Cairngorm 2.0 tutorials

2006-08-07 Thread Bjorn Schultheiss
http://labs.adobe.com/wiki/index.php/Cairngorm Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matti Bar-Zeev Sent: Tuesday, 8 August 2006 3:56 PM To: Flashcoders mailing list Subject:

RE: [Flashcoders] Cairngorm 2.0 tutorials

2006-08-07 Thread Matti Bar-Zeev
Give us some credit, mate :) been there before. Did you see any "step by step" tutorial there? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Tuesday, August 08, 2006 9:10 AM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders

RE: [Flashcoders] Cairngorm 2.0 tutorials

2006-08-07 Thread Bjorn Schultheiss
Maaate.. Everything is there, that's it. There is plenty there and it covers about all it's got to offer, so far. Did you dig into their blogs. Dude. http://weblogs.macromedia.com/auhlmann/archives/2006/07/cairngorm_2_for_1.cf m Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies

RE: [Flashcoders] Cairngorm 2.0 tutorials

2006-08-07 Thread Robin Burrer
As Bjorn suggested: http://labs.adobe.com/wiki/index.php/Cairngorm (how come Adobe is using PHP btw) Have a read through this very good article. After I studied the article I had a look at Jesse Warden's Cairngorm 2 web service example. http://www.jessewarden.com/archives/2006/07/flex_2_webservi