Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2003
    Posts
    37

    Trying to use flash which load XML

    I have a flash animation I use on my website which loads an XML file which references a folder of images. The images then dissolve, etc. The problem I'm having is converting this for use in AMS. I have the Flash folder which contains the .SWF, the .XML and the .JPG files. However, I'm not getting the SWF to reference the XML or something. I set up the following:

    Code:
    Flash.SetFlashVariable("Flash1", "FlashVars", "xmlFile=Room211.xml&progressColor=0xfe9901");
    As the HTML version looks like this:

    Code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="183" height="137" id="Room211" align="middle">
      <param name="FlashVars" value="xmlFile=/Client_Custom_Apps/Room211/Room211.xml&progressColor=0xfe9901" />
      <param name="movie" value="/Client_Custom_Apps/Room211/slideshow.swf" />
      <param name="quality" value="best" />
      <param name="scale" value="noscale" />
      <param name="bgcolor" value="#fe9901" />
    Do you have any ideas on how I might get this to work properly?

    Thanks!

  2. #2
    Join Date
    Sep 2005
    Location
    Arizona
    Posts
    77

    Flash

    I've seen this before ... If I understand the problem, it works fine on the web, but doesn't play locally?

    Try changing the Flash parms to reference a local file... That should work

    "..\..\slideshow.swf"
    "..\..\Room211.xml"

  3. #3
    Join Date
    Nov 2005
    Location
    Banned by moderator.
    Posts
    264
    no, no. He means adding it in AMS. Hmmm....I never tested this before, so, is it possibile for you to upload or attach what you have tried so far? (AMS exported project) Thank you

  4. #4
    Join Date
    Nov 2000
    Location
    Las Vegas, Nevada
    Posts
    519
    Did you ever figure this out? I am trying to now....

Similar Threads

  1. flash load a varible fom ams5
    By handsomer100 in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 03-30-2005, 06:29 AM
  2. Using Flash when SWF needs to load files
    By Lee_Benson in forum AutoPlay Media Studio 5.0
    Replies: 5
    Last Post: 12-01-2003, 08:02 AM
  3. Load flash .exe then move to next page
    By scargin in forum AutoPlay Media Studio 4.0
    Replies: 14
    Last Post: 08-25-2003, 10:52 PM
  4. lowest flash version
    By LegoGirl in forum AutoPlay Media Studio 4.0
    Replies: 13
    Last Post: 07-31-2003, 06:04 AM
  5. HOWTO: Install the Flash Player from a CD-ROM
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-29-2002, 04:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts