Results 1 to 3 of 3

Thread: Flash Projector, pdf links and Firefox = problem

  1. #1
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flash Projector, pdf links and Firefox = problem

    Hi

    I've spent the best part of the day on the web reading forums about this problem. I have a Flash Projector, Mac and PC format on a hybrid CD. I've done lots of these in the past and no problem. This one has a lot of links to pdfs that sit on the disc also. I've also got it to autorun on the PC, it opens fine and when I click on the pdf link, it opens IE and asks where I want to save the file, no problems. On the Mac it is also fine when the default browser is Safari.

    However, when I run it on a Mac using Firefox it returns an error, it can't locate the pdf. Apparently this is a bug/issue in Firefox and it also happens to PC users with that browser.

    I'm using the simple geturl command and I've seen lots of people suggest the fscommand but that's a bit beyond me. Also this disc was on it's way to the duplicators and I'm up against time now, does anyone know of a quick fix?

    This is my code from one button to one pdf:
    on (release) {
    getURL("Quality.pdf", "_parent");
    }
    I've tried without parent and also using blank. Any help would be really appreciated. Thanks

  2. #2
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Crazy

    I tried the same CD this morning that didn't work last night and it works!!

    Not sure how to label this as resolved?

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    click the button in your first post that says "edit" and next to the subject line at the top is a drop down menu, select resolved from that and save changes.

    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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