all groups > flash data integration > october 2006 > threads for october 29 - 31, 2006
Filter by week: 1 2 3 4 5
Flash CAN ACCESS off-domain information
Posted by timmiejon at 10/31/2006 6:05:37 PM
#include "XMLSA.as"
// Setup text fields
temp_txt.text = "Loading";
temp_txt.TextFormat.align = "center"
// Load the XML/RSS
weather = new XMLSA();
// Load the RSS file
weather.load("http://news.gc.ca/cfmx/ccnews/xml/rss/Regional_en.xml");
weather.onLoad = function(success){
if ... more >>
Flash text editor
Posted by charlie-imac at 10/31/2006 8:18:26 AM
This was posted in the flash.sitedesign but I have not received a
response so I thought I would post here. Forgive me for cross posting
but I didn't know which group to post to. My newgroup reader only shows
flash. Anyways, here is what I need help with.
I'm working on this site:
http://... more >>
XML to Tree component
Posted by jgeorg at 10/31/2006 12:00:00 AM
Hi all,
I'll appreciate any available help to my following problem:
I use an xml connector component to read the following simple xml:
How can I bind the results to a tree component using formatter?
I want to have a tree view with town names (label) and company names only.
Thanks in adva... more >>
Click counters in flash
Posted by Brad8888 at 10/30/2006 1:17:55 AM
Can I somehow keep track of how many times buttons in my flash site are clicked so that I can let people know how many people are using the links to their site?... more >>
loadVars problem
Posted by udikeren at 10/29/2006 11:26:15 PM
i want to load a small piece of data (like a phone number) from my swf to an
external server where my site reside.
i try all the "send" possibilities - it does not work.
can someone give me a simple scripts both for the swf and for the server.
what kind of file should be in the server side ?... more >>
Session Variables in Flash
Posted by natg504 at 10/29/2006 9:58:16 PM
I'd like to create a website that displays a swf file. Is there a way I can
make it so that the content of the .swf file comes from session variables
(probably coldfusion). So, if someone types in their name, I want to save
their name to the database & then later display their name in the s... more >>
|