[Flashcoders] creating executable for windows mobile 2003.

2007-02-27 Thread Chris Tague
hi all, How do i create a flash executable for a windows mobile 2003 device? Do i need the 600 euro distribution kit? It is just for a demo for a client, so for the moment there are no licensing issues. thanks! ___

Re: [Flashcoders] Site Check

2007-03-14 Thread Chris Tague
works for menice photos! On 3/14/07, Adrian Lynch [EMAIL PROTECTED] wrote: Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it gets stuck at 1% or 2%. Can anyone confirm this? Cheers. Adrian Lynch

[Flashcoders] flash cms

2007-03-16 Thread Chris Tague
Hello, The other day i ran accross a link to a CMS system specifically for flash that doesn't require a database, i can't for the life of me find that link now...anyone know what i was talking about? I think it was developed by a fairly well known flash developer.. anyone help me out? thanks!

Re: [Flashcoders] flash cms

2007-03-17 Thread Chris Tague
Snepo was the one i waas looking at! It looks interesting, i didn't realise though that it was one where you could update content directly through the flash app.. I was actualy looing for a simple kind of admin interface which rather than writing content to the database, stores files images etc.

Re: [Flashcoders] shared local object, or XML export? or other?

2007-03-19 Thread Chris Tague
You could always use one of the flash wrappers that give you access to the filesystem, which would allow you to write files to the users drive, somehting like zinc. I think, although someone can confirm this that the shared object can be accessed by a second app if the name of the app is the

Re: [Flashcoders] shared local object, or XML export? or other?

2007-03-19 Thread Chris Tague
forgot the link to zinc.. http://www.multidmedia.com/ On 3/19/07, Chris Tague [EMAIL PROTECTED] wrote: You could always use one of the flash wrappers that give you access to the filesystem, which would allow you to write files to the users drive, somehting like zinc. I think, although

Re: [Flashcoders] Entities are Hell!

2007-04-04 Thread Chris Tague
try puttign this into your movie.. System.useCodepage = true; On 4/4/07, Steven Loe [EMAIL PROTECTED] wrote: I'm loading xml with special characters. These display as their entity codes i.e. as . If I put enitity codes in the xml, I still get entity codes displaying on screen. What am I

[Flashcoders] flvplayback component skins for mp3 player

2007-04-11 Thread Chris Tague
Hi all, I've just spent a few hours redisgning a skin for an flv playback component. Now the next section of the website is an mp3 section, is there a simple way to use the skin i made for the flvplayback for an mp3 player? Or to use any of the flvplayback skins for an mp3 player? It's a

[Flashcoders] xmlsa with xmlsocket

2007-04-17 Thread Chris Tague
Does anyone know if it is possible to use XMLSocket xml with XMLSA, instead of laoding an XML file? How would i go about it? thanks! ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] flv problems, cpu usage

2007-06-14 Thread Chris Tague
I'm using the flvPlayback component to playback a series of dynamically loaded flv files. In firefox the CPU usage hovers around 60% which is acceptable, even though it still seems quite high, for videos of 320x280 pixels. In internet explorer though it is around 97% of the cpu and as a result

Re: [Flashcoders] flv problems, cpu usage

2007-06-17 Thread Chris Tague
Problem fixed...i was using some old html templates to display the swf in the browser...when i used CS3 with the new AC_RunActiveContent.js it fixed everything! CPU usage is down to about 11% fantastic...now i have another problem about the component not working if i export all my classes on a

[Flashcoders] flvplayback export classes to another frame

2007-06-17 Thread Chris Tague
Hey guys, Anyone worked otu how to export classes on a differnt frame of the timeline, but still have the flvplayback component working? thanks. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] URLRequest caching XML problems AS3

2007-06-21 Thread Chris Tague
Hi people, I'm trying to load XML data from an RFID reader via HTTP(the reader has a webserver on it), if i use the xml.load method in CS2 it works absolutely fine. But trying to rewrite the code in CS3, i have come across what seems to be a caching problem, although there is something weird

Re: [Flashcoders] Missing characters in XML

2007-06-22 Thread Chris Tague
you might have to go nodeValue.toString() first.. c. On 6/22/07, Danny Kodicek [EMAIL PROTECTED] wrote: I'm having trouble reading and writing some characters to XML. I've got a file with . characters and I'm trying to read them and swap them for arrows (u2192). But for some reason it's not

[Flashcoders] webservices or SOAP help

2007-07-16 Thread Chris Tague
Hi guys, I'm a fairly adavanced flash programmer but i've been thrown into the deep end with some web services. I have no idea where to begin, i have looked at documentation..but nothing has helped so far. Below is the xml they have given me saying this is the request format, they will also