| Thread | Last Post | Replies |
|
| Getting Strange "," characters when parsing XML | 29 Nov 2007 13:39 GMT | 1 |
Im parsing content to my Flash document using XML. I did this so many times but this never happened to me before.. i get strange "," characters for each paragraph. Even in the same document i parse another 3 XML and they dont do this :s
|
| XML Object - status returned varies between calls | 26 Nov 2007 06:39 GMT | 2 |
Sometimes I get "success", sometimes I get "no success, no error" What gives? Same results across the wire as far as I can see... //========================= var baseXML = new XML();
|
| Flash Loader Component problems | 24 Nov 2007 20:58 GMT | 1 |
I'm using a Flash loader component to display images in a mysql BLOB field. I store the images and use php for the contentpath to echo the header type and the BLOB field and the image comes through fine. The problem is when I resize the image using PHP and GDlib with commands ...
|
| Database in Flash | 22 Nov 2007 19:58 GMT | 1 |
I need to create a database using Flash which gets the data such as "name , last name..." from the user and stores it in a database. How can I do this job
|
| Variables Not Working correctly.. | 22 Nov 2007 01:24 GMT | 1 |
Im loading variables via loadvariablesnum and im checking the debug and they successfully getinto the _level0 now for some reason in the next frame its not reading that vari .. IE Below if(_level0.FID != "")
|
| One Line Query to Server - Beg | 21 Nov 2007 19:34 GMT | 1 |
I own Studio 8 (MX 2004 I believe), and have not used Flash before, though I am a good C programmer, ok in Javascript. I have written a few mashup style apps in the browser with XMLHTTPRec. I want to make a very simple Flash 'widget' for people to put on their own web sites.
|
| Problem loading in a datagrid a xml from xmlconnector | 20 Nov 2007 18:29 GMT | 1 |
I hope you can help me to solve this issue, I have been trying show the childs of group in the xml in a second datagrid, and i need this change mean I change selection in the first datagrid. There are 2 more datagrid with more child tags, here I will publish the xml
|
| Getting high-res PDF with transparency from SWF | 20 Nov 2007 17:07 GMT | 1 |
Hey everyone I'm an art student and have produced some pieces in Flash 8. Now I've been asked for a high-quality (i.e. a letter-sized print at 600dpi) image, but the animation uses transparency.
|
| XML Integration in Flash | 12 Nov 2007 18:24 GMT | 2 |
I'd like to create one empty Flash movie that is essentially a placeholder for externally loaded content I can change through XML. This content would just be able to randomly load 1 of 3 photos, with a button linking to a website within each of the photos on page load. If the ...
|
| Netdrims FlashSQL component on Adobe Exchange | 11 Nov 2007 23:03 GMT | 1 |
1. Thank you so much for working with me -- this is my first experience with mySQL and PHP and this product looks very exciting after purchasing it from the Adobe Exchange for $30. While the product comes with an IDE help file, there is no phone number for
|
| "undefined" - if XML attribute contains German special chars (????) | 09 Nov 2007 12:16 GMT | 2 |
I found out that if XML file's attribute contains German special chars (chars with umlaut, like: ???? - ä ü ö) then I get "undefined" answer when I try to read an attributes value. I tryed to change XML file encoding to: "UTF-8" and "iso-8859-1" but still no luck. ...
|
| puzzled | 08 Nov 2007 11:31 GMT | 2 |
I'm sure there could be a million things that could cause this but I can't seem to figure out how to troubleshoot this problem. I've used LoadVars to sendAndLoad a variable to a PHP script but I'm not getting anything returned. I've tried:
|
| loadvariablesnum w/ php | 07 Nov 2007 02:56 GMT | 1 |
Im using loadvariablesnum to load some variables from my php doc, is there a way i can test to see if its loaded or not to jump to the next frame..? Right now im having it load into a string.text to test if there is text in it, but i dont want to use a string.text
|
| Passing parameter from Dreamweaver to Flash | 06 Nov 2007 22:17 GMT | 3 |
is it possible to pass a parameter to flash from html together with the call of the .swf file? In the .swf I play different slide shows. The paramter I need, to know which slide show to start. I know that I can load parameters from xml or text files, but not how to pass a ...
|
| write xml in TAgs format without a middleware? | 06 Nov 2007 14:57 GMT | 1 |
Can anybody explain the best practice or publish the code example to update an xml structure from flash ? using xmlconnector, datagrid, dataset, textfields and.... what else...? Please tell me how can I do that without a middleware. using sendAndLoad()
|