| Thread | Last Post | Replies |
|
| Why can't I parse | 30 Mar 2007 14:31 GMT | 8 |
I have three dynamic text boxes. variables respectively (caption0,caption1,caption2). My xml file is structured as: <?xml version="1.0" encoding="iso-8859-1"?>
|
| complex data types from PHP to Flash | 30 Mar 2007 09:27 GMT | 3 |
Does anyone know of any really easy and effective ways to move complex data types from PHP into FLASH and vice-versa? A while back I made an attempt to recreate PHP' serialize() function in actionscript but it was really difficult and performance was poor.
|
| html target="main" | 29 Mar 2007 12:19 GMT | 1 |
hey, i'm new to flash, and i have this side menu where i have a flash document wit a buch of buttons linking to various pages. once i tested it, i forgot that i needed the target = "main" so instead of a new window popin up it's in the same window. i want to put this code in ...
|
| HELP: Loading bunch of swf(movies) with XML | 29 Mar 2007 01:17 GMT | 1 |
I used a sample of macromedia to get a XML file with the names to the swf files i want to import in the stage. That works (for now). But now i also want to at a link (using getURL();) to the movieclip where the swf file is placed. Can someone help me?
|
| Adding PHP to the <object> tag | 28 Mar 2007 01:06 GMT | 1 |
I have a flash banner rotator that runs using PHP at the backend. The way in which the flash banner is called into the script is by using the following PHP: <? php include("http://www.mysite.com/banners"); ?> I have also used this in other ways such as:
|
| Flash and PHP | 27 Mar 2007 12:44 GMT | 1 |
I am building an application in flash that speaks to a database using PHP. I know you can remove rows from a database in PHP using a DELETE in the SQL statement. Does anyone know how to delete a file like a jpeg?, I would press a button in flash it would then call some PHP ...
|
| MySQL PHP Flash and the Combo Box | 25 Mar 2007 19:06 GMT | 2 |
I'm in the process of expanding an admin area for a website (coded with PHP and MySQL) and would like to get my client list into a flash combo box. the main columns I would need would be the account and the company name... In a regular example would be
|
| passing variables from a php file into an array | 22 Mar 2007 16:04 GMT | 4 |
hey guys, i have successfully created a php file that reads and echoes the contents of a directory in the string var1=value2&var2-value2...
|
| File Upload using FileReference & PHP not working | 22 Mar 2007 09:29 GMT | 2 |
Hi I'm trying a bog standard file upload to my remote web server, the swf is in the same domain as the images directory and the PHP file. It's exactly as laid out in the Unleashed book: (see http://www.emllabs.com/article.php?articleId=121 ). However, I get an HTTP 406
|
| Flash menu disappears in Safari | 20 Mar 2007 12:51 GMT | 1 |
For some reason, when I edit my website in FrontPage and save the changes, the swf file that is the menu disappears when viewed in Safari but not Internet Explorer. There is no problem when I first ftp the pages...it's only AFTER I (or a client) edits the page in FrontPage.
|
| Issue: Flash radio buttons & Php form | 20 Mar 2007 00:31 GMT | 3 |
I have a flash form which all of the fields are sending correctly through the php code. The flash radio buttons I added with the [B]groupname == topic[/B], doesnt send with the rest of the information that is being sent to the email. My question is how do I get
|
| xmlConnector and bind to attachedMovie component | 19 Mar 2007 20:12 GMT | 1 |
I need to dynamically insert ([b]attachedMovie[/b]) a movie that has a [b]ComboBox[/b] with in and then I need to bind this [b]ComboBox[/b] to an existing _root.myXMLConnector. Please help! Scott.
|
| playback with components | 19 Mar 2007 03:10 GMT | 3 |
I'v made a flash site that has components in different frames that play a .flv music file and a button to cycle through the frames. It works perfectly on my hardrive but when I load it to the web it wont play the music. I have checked the file names etc.
|
| How do you avoid double-click | 18 Mar 2007 16:40 GMT | 2 |
When running flash on a web page you usually have to click the Flash object once and then once again to click a button. Is there a way to avoid this because many users are missing the second click and wondering why nothing is happening.
|
| Can I get the properties of loaded images | 18 Mar 2007 16:36 GMT | 2 |
Is it possible to access the properties of an image when it's been loaded in to an swf? I am thinking of the properties which can be edited and displayed in the Windows directory listing.
|