Flash website problem / jpg in xml does not show in different browsers

Hello Everyone,
I am working on a flash website which is almost finished.
My problem is that I created dynamic loading content, so the contents in the flash ( Most of them) loads from .xml files. This xml contains text and jpg.
when i test the movie and final html it works perfectly and xml loads with all its contents in any browser.
but when I upload the website through FTP, the xml shows very strange ! . In IE only half of the jpgs loads and some content repeat itself, while in firefox none of the jpg loads.
The only images I can see are the one that I have directly put on the flash pages.
Does anyone knows a solution? I am desperatly trying to figure this out!!
I appriciate your answers.
Kara
the website address: http://www.hofstede-symposium.eu/

I could figure the problem just right now. so Easy!!
I just changed the slash es in xml . So if  the original one was : "thumbnail\my.jpg "  I chanegd the slash forward "thumbnail/my.jpg". I also put the xml file, my images and swf. file in the same folder.
I tried it and it worked in firefox, google chrome and IE.
Hope it helped!! 

Similar Messages

  • Have just installed PE12 with no install problems. Share preference does not show any email preferences, just the default Adobe.

    PE12 just installed, but Organizer share preference for emailing photos does not show any email preferences except the default Adobe. Have Visa with Windows Mail. Previous PE worked OK.  How to resolve?

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • Why is it that now, when I click on a link for a website I've saved, it does NOT show the URL in the address bar? I can't drag it to an email to share the link.

    Why is it that in these newer versions of Firefox (I have 21.0), when I open a link that I've saved, it does NOT display the URL in the address bar any more?
    I can't drag and drop the link into an email, and I can't see the actual web address I'm connected to for reference OR for security purposes. Why was this changed?
    It becomes necessary to reveal the properties of the URL link I've saved, using the Windows "Properties", then copying and pasting the URL into the Firefox address bar, before I can do anything with it.

    No changes have been made and no problem with extensions has interfered with the URL appearing in Firefox before. Only with the last few new versions of Firefox has this cropped up. Also, the link opens correctly - it just doesn't display the URL in the address bar, instead it just reads (in gray) "Search or enter address." How could another extension interfere if Firefox is the sole program associated with .htm, .html files?

  • GX660 SSD Caching problem - the accelerate tab does not show

    Ok so im trying to install a crucial m4 64 gb (FW 0009) into my gx660 and enable it as a ssd cache via the intel RST program. So far with no luck.I've ran into a wall and my problem is that the accelerate tab in intel rst is not showing.
    Here is what i did. Hopefully in the right order.
    1. I installed and updated the intel RST drivers and software.
    2. I installed the ssd in the empty drive slot in the case.
    2. I flashed my BIOS to the gx660r one to enable the RAID option.(before this i also found out that 1 of my 2 ramsticks where bad and i took it out)
    3. I enabled RAID only to discover windows would BSOD on boot and i disabled it again (sat it back to AHCI)
    4. I used these registry hacks to get RAID mode to work.
       Enable switching between all IDE/AHCI/RAID modes by changing "Start" Values in these keys to 0
             HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci\Start
             HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Pciide\Start 
             HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStorV\Start
    5. I re-enabled RAID mode and booted into windows perfectly
    6. Then intel RST bugged on me and i reinstalled it several times. (it showed my disk as having 0 gb's of space and was only able to show their serial number)
    7. I got intel RST working but it still wont show the Acellerate tab :(
    At this point i got stuck when the accelerate tab still wasnt showing and now i tried making a clean install of windows (in RAID mode) on a newly created partition. Here i have the same problem.
    I have also tried switching the drives places in the case but still no luck.
    I have gotten to the point where im about to give up on this. Do any of you have any idea of what i've done wrong? if so please reply.

    ... Note to self: Do proper research. Turns out youre probably right.  According to http://www.tomshardware.com/reviews/intel-z68-express-smart-response-technology-ssd-caching,2938-3.html it is also possible on HM67 and QM67 chipsets but thats not what i have. Thought that SSD caching support was a nobrainer on laptops but turns out its not.

  • Trying to set up Express to extend network. Had problems and now it does not show up in the Utility window? How can I overcome this?

    It just blinks Yellow but will not show up in list so I can work with it. What do I do? Is it now a brick?

    On the AirPort Extreme setup.....I assume that you did enter a check mark in the box next to "Allow this network to be extended"
    Otherwise, the following instructions will be of no value.
    Temporarily, connect the Ethenret cable from your computer to the AirPort Express (AX) and power up the AX in the same room or close proximity to the AirPort Extreme.
    Open AirPort Utility, select the AX, and click Manual Setup
    Click the Base Station tab just below the row of icons to name the AX, assign a device password (write that down) and adjust Time Zone settings
    Click the Wireless tab next to the Base Station tab. Settings should look like this:
    Wireless Mode = Extend a wireless network
    Wireless Network Name = Same name as the AirPort Extreme wireless network
    Check mark entered next to Allow Wireles Clients
    Wireless Security = Same setting as the AirPort Exreme network
    Wireless Password = Same password as the AirPort Extreme network
    Confirm Password
    Click Update
    As soon as you see the message that the settings have been stored, close AirPort Utility and disconnect the Ethernet cable
    Wait 40-45 seconds for the AX to restart and you should have a green light
    Locate the AX approximately 1/2 the distance from the AirPort Extreme to the area that needs more wireless coverage and power it up
    The AX should now be providing more wireless coverage

  • Exporting RAW to JPG Does Not Show JPG After Export

    When I export a RAW file that I want to be changed to JPG, the file does not show up in my Lightroom folder until I synchronize the folder that I exported to.  What LR setting is needed so that the exported JPG file will show automatically?

    In the Export Location area of the export dialog is a checkbox for Add to this Catalog if you have a newer version of LR.

  • Image does not show up!

    Hello. Im studying java swing and working on some experiment and badly need some help. Im using Graphics2D and not JLable or Icon for some reason. The problem is the image does not show up. What could be the reason and work around? Another, do you know any tutorial on the said matter? Thanks in advance.
    import java.awt.*;
    import javax.swing.*;
    public class ShowImageGraphics
         //Graphics2D g2;
         public static void main(String[] args)
              new ShowImageGraphics();
         public ShowImageGraphics()
              JFrame frame = new JFrame("Sample Graphics");
              frame.setSize(200, 300);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.getContentPane();
              frame.show();
         public void paint(Graphics g)
               Graphics2D g2 = (Graphics2D)g.create();
              Image img = Toolkit.getDefaultToolkit().getImage("/images/rocketship.gif");
              g2 = (Graphics2D)g;
              g2.drawImage(img,14,5,33,40, null);
    }

    import java.awt.*;
    import java.awt.image.*;
    import java.net.*;
    import javax.swing.*;
    public class ImageExample {
        public static void main(String[] args) throws MalformedURLException {
            URL url = new URL("http://today.java.net/jag/bio/JagHeadshot.jpg");
            JLabel label = new JLabel(new ImageIcon(url));
            JFrame f = new JFrame("ImageExample");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(new JScrollPane(label));
            f.pack();
            f.setExtendedState(JFrame.MAXIMIZED_BOTH);
            f.setVisible(true);
    }

  • Apple TV (1st gen) does not show up in iTunes 11

    I have a 1st generation Apple TV.  It seemed to be working fine, except that my shared music did not appear under My Music.  I thought maybe there was a connectivity issue with iTunes, so I decided to disconnect from iTunes and then re-link to iTunes.  The problem is, the AppleTV does not show up under devices in iTunes.  If I go to Preferences-AppleTV, it does show up with a status of "syncing", however, the Apple TV does not show it is connected to iTunes. I tried removing it in Preferences-AppleTV on the iMac, but it reappears after a few minutes, again with a status of "syncing".  I have verified both the iMac and Apple TV are connected to the correct network, both have the correct AppleID and password.  iMac is running Snow Leopard, iTunes 11.02 (absolutely HATE version 11), Apple TV 3.02.
    Two questions:
    1.  How do I get iTunes to see my Apple TV so I can enter the 5 digit code and connect?
    2.  Once that is done, how do I get it to show my shared music library (Movies and TV shows were there previously, just not Music)?

    I have the same problem. It was working fine up until the last update for iTunes 11.0.2
    Here's the details:
    I have an Apple TV - first Gen and up until a couple of weeks ago, was regularly playing sync'd iTunes music and videos through it on a daily basis.
    I see other devicess showing up in the "Devices" list in the left panel of iTunes (such as iPad, iPhone, etc.)
    AppleTV used to be there consistently, then disappeared upon update to 11.0.2
    Apple TV also does not show up in the devices tab under the Preferences window.
    I have tried multiple suggestions on the support forum but none have worked.
    Apple TV is able to access the network, is on the same network as the iMac with iTunes library connected. Both are connected to network via ethernet cable (not wifi). Both are able to access the internet (apple tv plays movie prieviews and gets updates). Using the Terminal app, I am able to ping the apple TV's IP number from the iMac and get a successful return. 
    Both have latest software downloads.
    I have tried cold-booting the apple TV, resetting the router, and verified in the router device list that both imac and appleTV are listed as active, un-blocked connections.
    I don't intend to buy an Apple TV 2nd gen or later (since I bought this one and it's not working now due to software update, what guarantee that a later model won't generate the same problem later.
    One last wrinkle, I have a 2 year old and a 5 year old who are jonesing hard for their "dance party" fix.
    Have you ever wronged a two year old?
    It is NOT pretty.
    Help me Apple-wan-kenobi...I can't take the screaming!

  • Just installed PE12. Sharing Preference does not show email preferences, only Adobe. Previous PE worked. Vista Windows Mail

    Have just installed PE12 with no install problems. Share preference does not show email preferences, just the default Adobe. Previous PE worked for sending email attachments, Vista with Windows Mail. How do I get Windows Mail as the share email preference?

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • Miix 3 does not show battery status in Taskbar

    Hi,
    I own a new Miix 3 that works w/o problems. But it does not show the current battery status in the task bar or anywhere else. I checked windows' Device manager. There is no battery listed, only the external power device. I assume Windows 8.1 does not recognize the tablets' battery or the driver is missing. It seems the software/drivers is up to date.
    Does anyone else have the same problem or see a solution for that problem?
    Thanks in advance,
    Kauzi

    Being able to see at a glance which files are checked out/by whom below each thumbnail would be infinitely valuable, and is therefore not an option in Bridge Thumbnail Preferences. :)
    If you enable Tooltips in Thumbnail Preferences, the Vc status is shown there, but one still must click or hover over each and every file to get the real Vc status. And of course, as you pointed out, the Vc status is always available for individual files in the Inspector Panel.

  • Flash streamed via RTMP (using Flowplayer) does not work; does in IE 9.

    I have the latest Flash plug-in and Firefox 6.0.2. Flash files from YouTube work. However, Flash in Flowplayer -- using RTMP streaming -- does not load.
    The following page works with latest version of Flash in IE 9:
    http://www.3xconversionformula.com/replay/short
    However, it simply will not load in Firefox.
    I do NOT have any ad blocking plugins, etc.
    The Flowplayer page actually allows you to test HTTP vs RTMP vs no streaming and Firefox hangs on RTMP. So, I believe I have found out what the bug is for you, but updating Flash will not remedy the situation. It seems to be a Firefox problem.

    AVG 9.0 is installed and the video (Flash in Flowplayer) works with IE 9 and Chrome.
    Flash video works in Firefox, but not all Flash files. Flash in Firefox works with YouTube, Adobe's Flash website, and various other places, but not everywhere.
    2 URL's are supplied above that contain Flash content that does not work with my Windows 7 (64-bit) Intel Core i7 Toshiba laptop with NVIDIA GeForce graphics card.
    On the Flowplayer website -- someone who should know how to properly implement their player with Flash -- Flash does work with Firefox when HTTP and no streaming are used. However, nobody seems to note that this does not work for RTMP streaming.
    So, Flash works -- sometimes -- but not all the time. However, the VERY same Flash files DO work on SAME laptop with SAME firewall and no problems with IE 9 and Chrome. Bottom line: RTMP streaming seems to be the issue with Firefox as pointed out on the following website:
    http://flowplayer.org/setup/index.html
    Attached images:
    1. HTTP Streaming
    2. RTMP Streaming - Faulty
    3. No Streaming
    NOTE: Website states, "RTMP The most advanced video streaming technology today."
    The following 2 videos will not work with my Firefox:
    http://www.3xconversionformula.com/replay/short -- uses Flowplayer as its Flash player.
    http://www.schedulicity.com/Essentials/Video-Gallery.aspx -- uses Brightcove as its Flash player.
    YouTube works. Also, the Brightcove website itself does work. So, its the implementation of Flash players -- not Flash itself -- that seems to be the problem. However, its not a problem with old versions of Firefox, nor IE 9 or Chrome.

  • Firefox does not show full websites

    Suddenly, Firefox does not show complete websites. IE does just fine.
    Here's sample:
    http://i40.tinypic.com/lboxv.jpg
    What do we do? Some sites show fine, some like this - a list view, or whatever. And it's not online issue, as like I said - IE shows same sites just fine.

    Hello ukrkoz, if you have the same issue again try to clear cookies and cache. Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Why ribbon XML does not work in Excel 2007?

    I installed 4 VSTO Excel add-ins on an Excel 2007 PC today. The two that use a visual designer ribbon worked fine. But the 2 that use a Ribbon (XML) did not. The add-in starts ok. But the ribbon does not show. Why would that be?
    I wrote two more add-ins to demonstrate the problem. One puts an OK button on the ribbon using the visual designer. That add-in installs on the excel  2007 PC and works as it should. But the 2nd, an add-in that uses Ribbon (XML) to put a button on the
    ribbon, does not work.  The add-in does not display on the ribbon.
    Here is the code of the Ribbon (XML) add-in project.  How to get a ribbon (XML) ribbon to display in excel 2007?
    thanks,
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Xml.Linq;
    using Excel = Microsoft.Office.Interop.Excel;
    using Office = Microsoft.Office.Core;
    using Microsoft.Office.Tools.Excel;
    namespace ExcelAddIn4
    public partial class ThisAddIn
    private void ThisAddIn_Startup(object sender, System.EventArgs e)
    private void ThisAddIn_Shutdown(object sender, System.EventArgs e)
    protected override Office.IRibbonExtensibility CreateRibbonExtensibilityObject()
    return new Ribbon1();
    #region VSTO generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InternalStartup()
    this.Startup += new System.EventHandler(ThisAddIn_Startup);
    this.Shutdown += new System.EventHandler(ThisAddIn_Shutdown);
    #endregion
    <?xml version="1.0" encoding="UTF-8"?>
    <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
    <ribbon>
    <tabs>
    <tab idMso="TabAddIns">
    <group id="ContentGroup" label="Content">
    <button id="Button1" label="ok" screentip="Text"
    onAction="Button_OnAction" supertip="Inserts text at the cursor location"/>
    </group>
    </tab>
    </tabs>
    </ribbon>
    </customUI>
    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Linq;
    using System.Reflection;
    using System.Runtime.InteropServices;
    using System.Text;
    using System.Windows.Forms;
    using Office = Microsoft.Office.Core;
    // TODO: Follow these steps to enable the Ribbon (XML) item:
    // 1: Copy the following code block into the ThisAddin, ThisWorkbook, or ThisDocument class.
    // protected override Microsoft.Office.Core.IRibbonExtensibility CreateRibbonExtensibilityObject()
    // return new Ribbon1();
    // 2. Create callback methods in the "Ribbon Callbacks" region of this class to handle user
    // actions, such as clicking a button. Note: if you have exported this Ribbon from the Ribbon designer,
    // move your code from the event handlers to the callback methods and modify the code to work with the
    // Ribbon extensibility (RibbonX) programming model.
    // 3. Assign attributes to the control tags in the Ribbon XML file to identify the appropriate callback methods in your code.
    // For more information, see the Ribbon XML documentation in the Visual Studio Tools for Office Help.
    namespace ExcelAddIn4
    [ComVisible(true)]
    public class Ribbon1 : Office.IRibbonExtensibility
    private Office.IRibbonUI ribbon;
    public Ribbon1()
    public void Button_OnAction(Office.IRibbonControl control)
    MessageBox.Show("Button_OnAction");
    #region IRibbonExtensibility Members
    public string GetCustomUI(string ribbonID)
    return GetResourceText("ExcelAddIn4.Ribbon1.xml");
    #endregion
    #region Ribbon Callbacks
    //Create callback methods here. For more information about adding callback methods, visit http://go.microsoft.com/fwlink/?LinkID=271226
    public void Ribbon_Load(Office.IRibbonUI ribbonUI)
    this.ribbon = ribbonUI;
    #endregion
    #region Helpers
    private static string GetResourceText(string resourceName)
    Assembly asm = Assembly.GetExecutingAssembly();
    string[] resourceNames = asm.GetManifestResourceNames();
    for (int i = 0; i < resourceNames.Length; ++i)
    if (string.Compare(resourceName, resourceNames[i], StringComparison.OrdinalIgnoreCase) == 0)
    using (StreamReader resourceReader = new StreamReader(asm.GetManifestResourceStream(resourceNames[i])))
    if (resourceReader != null)
    return resourceReader.ReadToEnd();
    return null;
    #endregion

    Hello Steve,
    Most probably you have got an error in the ribbon XML markup. See
    How to: Show Add-in User Interface Errors for more information.
    I have noticed the following xml namespace:
    <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
    Use the following one instead:
    <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
    Also make sure that specified idMso values exist in Office 2007.
    You can read more about the Fluent UI (aka Ribbon UI) in the following series of articles in MSDN:
    1.
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    2.
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
    3.
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)

  • I have added a website as safe for popups.when I select an item it takes me to a page that says I have been logged out. does not happen with other browsers

    I have selected my website as safe. While on the site I fill out a form, then when going to the next page to view results, Firefox says I've been logged out. I hit the back button and go back to the form fill in page. It will not take me to the page of results. This does not happen in other browsers.
    This also happens with other websites.

    Hi,
    You can consider the [https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems Reset Firefox] feature via '''Help''' ('''Alt''' + '''H''') > '''Troubleshooting Information'''.
    (To revert to the previous profile, close the new profile, start Firefox and choose the '''*.default''' profile. While the [https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles Profile Manager] is open, you can also delete the newly reset profile (the one containing random numbers)).
    [https://support.mozilla.org/en-US/kb/Managing-profiles Managing profiles]
    [https://support.mozilla.org/en-US/kb/Profiles?s=profile&r=2&e=sph&as=s Profiles Howto]

  • Configuration file "config\jazn.xml" does not exist

    I have just installed 10g and am trying to setup iSQL*PLUS/dba. I found directions here http://download-west.oracle.com/docs/cd/B12037_01/server.101/b12170/ch3.htm#BCEIHEJF, however, when I try to start the JAZN shell or run the command line to create the dba user, I receive this error:
    oracle.security.jazn.JAZNRuntimeException: Configuration file "config\jazn.xml"
    does not exist. Check your JAAS configuration settings.
    at oracle.security.jazn.JAZNConfig.getJAZNProperties(Unknown Source)
    at oracle.security.jazn.JAZNConfig.access$100(Unknown Source)
    at oracle.security.jazn.JAZNConfig$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jazn.JAZNConfig.getJAZNPropertiesNoCheck(Unknown Source)
    at oracle.security.jazn.JAZNConfig.<init>(Unknown Source)
    at oracle.security.jazn.JAZNConfig.initJAZNSingleton(Unknown Source)
    at oracle.security.jazn.JAZNConfig.getJAZNConfig(Unknown Source)
    at oracle.security.jazn.util.Dbg$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jazn.util.Dbg.getJAZNProperty(Unknown Source)
    at oracle.security.jazn.util.Dbg.getBoolJAZNAndSystemProperty(Unknown Source)
    at oracle.security.jazn.util.Dbg.<clinit>(Unknown Source)
    at oracle.security.jazn.JAZNConfig.fileExists(Unknown Source)
    at oracle.security.jazn.JAZNConfig.getDefaultJAZNConfigFilePath(Unknown
    Source)
    at oracle.security.jazn.JAZNConfig.access$000(Unknown Source)
    at oracle.security.jazn.JAZNConfig$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jazn.JAZNConfig.getJAZNPropertiesNoCheck(Unknown Source)
    at oracle.security.jazn.JAZNConfig.<init>(Unknown Source)
    at oracle.security.jazn.JAZNConfig.initJAZNSingleton(Unknown Source)
    at oracle.security.jazn.JAZNConfig.getJAZNConfig(Unknown Source)
    at oracle.security.jazn.tools.Admintool.refresh(Unknown Source)
    at oracle.security.jazn.tools.Admintool.init(Unknown Source)
    at oracle.security.jazn.tools.Admintool.main(Unknown Source)
    User does not exist in system.
    Has anyone run in to this and found a solution? Is there something more that I need to do? I know nothing about JAAS.

    I have the same problem. Did you resolve this problem?

Maybe you are looking for

  • Creating a cube for 2lis_11_vasth data source

    hi everyone, i am quite confused on how to create a cube for an r/3 data source for ex: 2lis_11_vasth. do i have to create my own cube by defining the individual info objects for each field or can i do it in business content? please let me know the p

  • Post Dated Cheques Issues

    Dear All How to activate SAP_ICC_THAILAND option for other than thailand. Our requirement is post dated cheques processing for AR that similar to Thailand. If we create special GL accounts for PDCs and how to post when due. Thanks in advance Madhawa

  • Ref mb5t ..

    Hi All,          I need to change the Selection screen in MB5T T-code. I have got list of user exit program of mb5t t-code. MBCF0002            Customer function exit: Segment text in material doc. item MBCF0005            Material document item for

  • Sticky keys

    HP Pavilion 17 Notebook F3S45AV I am having an issue with this brand new laptop. During setup it was evident that there was an issue with the D key. You don't even really have to press it for it to register and if you do press it, 3 or 4 keystrokes a

  • Upgrading as abap 7.0 SP17 to as abap 7.01 ehp1 sp5 BI system

    hi all i'm upgrading as abap 7.0 SP17 to as abap  7.01 ehp1 sp5 during the phase preprocessing i get the following error The EhP Installation program builds the shadow system from the original one. in the logfile TPSQLSTD.OUT TRACE-INFO: 105: dev trc