| Thread | Last Post | Replies |
|
| Data Integration Tutorial | 30 Jun 2007 18:28 GMT | 2 |
I'm trying to get the Data Integration Simple Application to run in Flash 8 Pro. I went step by step through the tutorial, it's the one that uses the "dinner_menu.xml in the Flash 8 sample folder. I added the Data Grid, Data Set, Button, xml Connector and the action script. When ...
|
| DataSets, DataGrid, XML Oh My | 28 Jun 2007 21:59 GMT | 3 |
OK -= I am sure everyone is tired of hearing about everyone else's problems with data binding, but here is another one:) I am using the Component Inspector to bind my XML Connector, DataSet, and DataGrid. No matter how many times I try it, all I get is a grid with column
|
| assigning loaded variables using loadvard | 28 Jun 2007 19:33 GMT | 1 |
i am using loadvars to load url encoded data from a php file. when i trace the output it shows that the variables have been retrived successfully. now i need to use the values by assingning then to a variable. i cant seem to
|
| InputText fields having free will | 26 Jun 2007 02:07 GMT | 1 |
i'm designing an email form FLASH<->ASP... in it there is an actiionscript that validates the data on the form...(code attached) if it's ok, send it through email, if there's an error, goes to another frame,
|
| XML SelectedIndex | 25 Jun 2007 13:11 GMT | 1 |
I have a DataGrid bound to an XMLConnector and XMLDataSet. The XML data loads fine into the components. However, I cannot get the value of the selected index using: my_datagrid.selectedIndex The call works fine if you use addItem to populate the grid.
|
| streaming data connectivity | 25 Jun 2007 13:06 GMT | 1 |
I'm working with a digital pen platform a would like to make some demos using Flash. I can see that it's easy to grab external data and bring it in to Flash. However, my embedded software is sending data at a rate of 100 data points per second. I have not really figured out if ...
|
| Stop downloading with MovieClipLoader in Flash8 | 25 Jun 2007 13:01 GMT | 1 |
[b]For example:[/b] i create MovieClipLoader then i start to download an SWF file now i need to interrupt loading (close connection to server)
|
| php variables are killing me | 22 Jun 2007 15:07 GMT | 1 |
I'm using a WHERE condition in a SELECT clause of my query thats looking for 3 parameters. When I plug the WHERE condition with strings it works: [i] mysql_connect(localhost, $username, $password) or die(mysql_error());
|
| RSS Feed in flash site | 21 Jun 2007 18:21 GMT | 1 |
I am a relatively new Flash user. I am using MX 04. I want to have an RSS Newsfeed to my site and the only way I have seen is by using Data Connection Wizzard 1.0 and DataGrid Column Editor 1.0. These do not work with my version (MX 04) Has anybody used these Extensions
|
| Changing JPG in SWF through ASP | 21 Jun 2007 14:08 GMT | 3 |
I have a page with three frames. the left frame with images1 thumbnails, the right with images2 thumbnails. Both have Hyperlink in order to pass that to SWF file in middle frame. To be more precise - I have two ASP pages displayed in left right frames of my web page. I want the ...
|
| Parsing CDATA | 20 Jun 2007 13:31 GMT | 1 |
Am I missing something simple? The research I've done all say that reading cdata from an xml in flash is easy, so they don't explain how. Here's my problem. Node looks like this: <DDATE>
|
| need a slideshow in my flash site | 19 Jun 2007 22:05 GMT | 2 |
i have a main site i'm building in one area i have 12 buttons for each item. I want to set it up so that when you click each button one image ,a title and some text, and possably a link to veiw each subject loads from an external source. When i click on the next navigation ...
|
| Flash (offline) database query | 19 Jun 2007 19:12 GMT | 2 |
Is it possible to read/write data to and from Access with Flash in a offline format? I need to create a stand alone system that users can log into and pull information from - but it will not be networked or have any sort of internet connection.
|
| xml won't load in player | 19 Jun 2007 16:35 GMT | 1 |
i made a flash music player for my server the player works perfectly and loads the xml data when viewed on my computer and even when it has been uploaded to the server IF i view it by itself but once i try and view my HTML file, all of the information for the songs
|
| Flash not loading one XML attribute | 18 Jun 2007 20:16 GMT | 3 |
I have a Flash MP3 player that loads the song list from an XML file. I'm trying to set it up to take the customer to the online store to purchase the currently playing song. The player successfully loads the track name, artist name, and url to the song, but for some reason does ...
|