Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
dsf3099 #1
Connecting an XML File to Flash
I have a news section in Flash in a website. I am allowing someone to input the
news stories through a content management system, which would create an XML
page dynamically. Here's what I put in my HTML to grab the XML page and put it
into Flash:
<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=9,0,28,0','width','498','height','250','ti tle','News','src','NewsBulleti
nAS3','quality','high','pluginspage','http://www.adobe.com/shockwave/download/do
wnload.cgi?P1_Prod_Version=ShockwaveFlash','movie' ,'NewsBulletinAS3' ); //end
AC code
</script><noscript><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=9,0,28,0" width="498" height="250" title="News">
<param name="movie" value="NewsBulletinAS3.swf" />
<param name="quality" value="high" />
<param name=FlashVars value="xml/KBulletinAS3.xml" />
<embed src="NewsBulletinAS3.swf" quality="high"
pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
n=ShockwaveFlash" type="application/x-shockwave-flash" width="498" height="250"
FlashVars="xml/KBulletinAS3.xml"></embed>
</object></noscript>
What I need to know is how to refer to this dynamic page in Flash itself.
Right now I can only get the Flash file to work referring to the XML file
itself instead of a variable that stands for a dynamically created XML file.
Any suggestions on how to do this?
dsf3099 Guest
-
Connecting flash to a c++ library
Hi, We are thinking of using FLASH of FLASH lite to create the standalone HMI in a powerful embedded linux system. But we cant use Webservices to... -
Connecting Flash to my MSSQL
Hey I built a form in CF thats adds info to a SQL DB not I need my Flash to read that DB and pull the values to the screen. Craig -
Connecting Flash with the DB thru Coldfusion
Hello, I have been creating dynamic pages in ColdFusion and creating databases for years but as of yet I have not done any kind of Flash and... -
Connecting to Text File
Hello, I want to know how to connect to a text file from dreamweaver so I can have my library item read the contents of the file and populate the... -
Flash connecting to web from within Director...Pl
I have a swf file that contains the folling code... loadtextContent = new XML(); loadtextContent.ignoreWhite = true;...



Reply With Quote

