User Tag List

Results 1 to 8 of 8

Thread: Flash - URLs

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Flash - URLs

    I need to build a Flash based button rotator with working links to websites. Unfortunately the URL options of Flash object are not working so great, and when I get them working my Firefox is blocking all of them - it treats them as pop-ups even when I will add the site to exceptions.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash - URLs

    Open in the same window? Idk. weird.

  3. #3
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Re: Flash - URLs

    This will be addressed in the next Flash update:
    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=188645#Post1886 45

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash - URLs

    Yeah Olivier I found that one, but the case is that it's for one Convention site and I just don't have too much time to wait for it. Unless it will be released really soon, so I'm thinking about some other way.

    I get it working as a new window, but still like I'm saying Firefox is blocking it at all, and is there any way to pass this one?

  5. #5
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash - URLs

    You might have to ask the user to disable popups, if that'll work. If there were a way to get around the popups then popup blocking wouldn't be very useful.

  6. #6
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Burfelt's Avatar
    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    526
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Flash - URLs

    You might be able to do it by calling a custom javascript instead.

    Try calling a javascript like:

    <SCRIPT>
    function popupwindow(url,popupname,parameters)
    {
    window.open(url,popupname,parameters);
    }
    </SCRIPT>

    Read more about this approach here:
    http://www.flashdesignerzone.com/tutorials/t1016.php

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash - URLs

    sounds interesting I'll try to look on it in a bit.

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Apr 2010
    Posts
    160
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash - URLs

    Has anyone tried this?

Similar Threads

  1. SWF still can't open URLs
    By Hawanna in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 26th April 2013, 10:24 PM
  2. Open URLs Object
    By Jaffob in forum Released Extensions
    Replies: 3
    Last Post: 19th March 2012, 08:05 AM
  3. Problem opening URLs in an Flash application in a DVD
    By liliaks in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 15th January 2012, 04:30 PM
  4. What's happened to all the URLs?
    By Yikes in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 8th December 2011, 09:43 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
  •