Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Swf not showing images when uploaded

  • 22-01-2012 10:35pm
    #1
    Registered Users, Registered Users 2 Posts: 416 ✭✭


    I have an swf embedded in a html page,
    You can click from one to the other of the pictures to look thru them.
    Everything works fine locally,
    but when you upload it to the domain,
    no images show, the clicking works, but the images are not there,
    any ideas?


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Images are not being referenced correctly by the SWF or are not uploaded to the correct path. Hard to say which without seeing code or ActionScript.


  • Registered Users, Registered Users 2 Posts: 416 ✭✭thecelt


    the swf and html page are in the root dir,
    the images folder is in this root.

    This is how it is locally and it works locally,
    so prob something wrong in the actionscript?


  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    Uppercase v lowercase filenames ?

    UNIX boxes (i.e. most web servers) are case-sensitive whereas Windows couldn't care less.

    Also check that there's no odd characters in the file name.particularly "&"


  • Registered Users, Registered Users 2 Posts: 416 ✭✭thecelt


    Thanks Liam, yeah was a case sensitivity issue!


  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    thecelt wrote: »
    Thanks Liam, yeah was a case sensitivity issue!

    Not a bother! Glad you got sorted!


  • Advertisement
Advertisement