| Thread | Last Post | Replies |
|
| web services only work in player | 28 Feb 2006 20:09 GMT | 2 |
i have published my test swf to my server, when i open it in the flash player, i am able to send and recieve data no problem. when i try to use the url in my browser, it seems i am not able to send or recieve any data. any ideas? please? i have been killing myself with this one ...
|
| Data Connection Wizard... problem with dates? | 27 Feb 2006 13:32 GMT | 10 |
Hi, I don't know if there is some trick to this, but I'm just starting to experiment with data integration in Flash MX 2004 Pro 7.2. I'm using SQL Server 2000 and CFMX 7 Developer on Win XP Pro. I went through the Ben Forta tutorial on using the Data Connection Wizard on
|
| Update Dates from Flash into MySQL Dbase | 27 Feb 2006 13:25 GMT | 3 |
I've to make a difficult choice. Either I can actually see my date. Or I can update it. Let me explain in more details, I've afield date, linked to a MySQL through a CFC (web service).
|
| Flash and MS-Access | 27 Feb 2006 08:15 GMT | 4 |
In mysite i have one guestbook,in that some fields are there like name,email,city. my problem is how to connect flash and ms-access,how to update the ms-access database using flash(for example when i press submit button then the name,email
|
| XML Parsing NOT Working - Path Issues | 27 Feb 2006 07:26 GMT | 1 |
I am trying to parse some XML of photos from Flickr. This is the xml that gets returned when I load it: <?xml version="1.0" encoding="utf-8" ?> <rsp stat="ok">
|
| How do you add dynamic href's to .swf files | 25 Feb 2006 07:08 GMT | 1 |
In a tool we developed a simple wizard tool that generates code (links) dynamically for over 1200 diferent entities.It can create text links, button image links and banner ads. We use Java script to make the call to a .asp page which goes to the data base for that specific link ...
|
| flash 8: sql import? | 25 Feb 2006 00:45 GMT | 5 |
do i have to import anything to make a sql connection string? and how do i make a connection string for mysql?
|
| flash form | 24 Feb 2006 10:57 GMT | 1 |
created a form in flash for website. have all the field validations working but when i execute the submit commmand there are no error messages so the post must be working but the email never gets sent...does anyone know of a canned one (asp or php)on the internet that works?.. ...
|
| XML containing HTML refrencing CSS for dynamic textFields | 23 Feb 2006 19:57 GMT | 1 |
I have built a website that utilizes a XML backend I have nodes containing HTML using just flash supported tags and class attributes for CSS However when I access my XML node containing the HTML and put its childNodes into a textField no formating shows up and all breaks and ...
|
| Dreaded SetVariable function | 23 Feb 2006 11:58 GMT | 7 |
Hi guys and thanks in advance for reading , I hope im not repeating a thread, but ive researched far and wide, and cannot find a solution that works. I am using the javascript SetVariable function to change the value
|
| Using variables from URL | 22 Feb 2006 22:24 GMT | 1 |
I have a e-postcard, where U can choose parts, combine them together, add some text. the idea of this postcard is that after U choose the parts U want, you can send it to somebody.
|
| close php script once run from Flash | 22 Feb 2006 22:19 GMT | 1 |
Anyones help on this would be much appreciated. I have a php script as follows: <?php $userScore = strip_tags(trim($_POST));
|
| LoadVars - asp.net variable to .swf Help? | 22 Feb 2006 18:27 GMT | 4 |
:confused; This should be the simplest thing to do: have a .swf say, "Welcome, NAME." I've spent 8 hours on tutorials and I just really need help. Yep, this is my first try at this particular thing. Thanks for looking, I hope someone can
|
| XML connector & combo boxes | 22 Feb 2006 17:16 GMT | 2 |
Hi to everyone I'm trying to import xml data into my flash 7, a.s.2 project. I also studied the XMLConnector tutorial. I use the xml connector combined with a drop down combo box and a text box, in
|
| Need to Access a Local Variable | 22 Feb 2006 03:26 GMT | 10 |
How do I access a variable that is generated within a function? For example, in the code below, I need to access the "count" variable (which is generated in the "startMovie" function) in another layer. function startMovie(success) {
|