• chrisfani
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi all - 

 

We have a Flash movie "package" made up of an SWF file, an FLA file with logic, an XML file with paths to three images, and three image JPG files. Together these display a simple three image slide show. This works fine outside of Salesforce, both locally and embedded into another site that uses the SWFObject player. I zipped these files together, uploaded them into Static resources, and then referenced the SWF file in my VF page like so:

 

 <apex:flash src="{!URLFOR($Resource.Imlogistics, 'imlogistics_flash_home.swf')}" height="270" width="55%" />

 

A correct size box appears on my page with the Next/Prev arrows that are in our SWF file but no slides. Any ideas? Because they are all in the same directory, the image file paths within the XML are just the file name. Is there something else I need to be doing?