User Tag List

Results 1 to 8 of 8

Thread: Open Multiple URL's at Once

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jun 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Open Multiple URL's at Once

    I just got the flash player plugin and I was hoping to make a menu for an intranet site at work that I've got reports going to every morning, but I can't seem to get the flash player object to open more than one url at once. What I'm trying to do is make it so that people can just click buttons for reports and have them all open, for example a "Backup Exec Job Summaries" button that when clicked opens all the job summary reports for the Backup Exec servers in new tabs. If I assign multiple open url in new window statements to the flash player object on a button click, it only opens up the last page in the list. Is there a way to do this or is this restricted by some flash security feature?

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Open Multiple URL's at Once

    It seems to work if you use separate events. eg:

    Timer = 0.01 --> Open URL 1
    Timer = 0.02 --> Open URL 2
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jun 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Open Multiple URL's at Once

    Did you actually build the swf file? When I do application run in Multimedia Fusion it works, but when I build the swf file and copy it to the web server it does not work. I've tried internet explorer and firefox, made sure popups were allowed from the site, and made it a trusted site, but still only the last url in the set gets opened.

  4. #4
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Open Multiple URL's at Once

    Works fine for me as a swf file in Opera and Chrome.
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jun 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Open Multiple URL's at Once

    Can you tell me how you set everything up in mmf2? I'm not very familiar with the timer; I tried using the timer yesterday by setting some actions to a button click to set the timer to certain times (1 second, 2, and 3 seconds). I than set the timer is equal to a certain value on three lines each set to one of the second values and with the flash object set to open url in new tab. As soon as I did application run it opened all three sites immediately instead of waiting for the button click. I'm guessing the timer starts running as soon as the app starts?

  6. #6
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Open Multiple URL's at Once

    Yes,that is correct Sleepstalker. The timer starts immediatly.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jun 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Open Multiple URL's at Once

    ??? So is there a way to do what I want using the timer or some other way?

  8. #8
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Location
    Turku, Finland
    Posts
    1,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Open Multiple URL's at Once

    I'm not sure what you mean, but if you want to open an URL a second after the user clicks, you could do this, for example:

    1) User clicks: set counter to 1
    2) Counter is greater than 0 + Every 1 second: add 1 to counter
    3) Counter is 2(or 3 or 4 or whatever) -> Open URL


Similar Threads

  1. Replies: 7
    Last Post: 20th December 2011, 07:27 PM
  2. Test for multiple of your apps open?
    By GabSt in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 15th October 2008, 09:06 PM
  3. Multiple Turret Shooting With Multiple Targets
    By Brandon in forum File Archive
    Replies: 4
    Last Post: 29th January 2008, 02:34 AM
  4. Problem: Open a group to open all sub groups?
    By Nifflas in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 14th August 2006, 08:41 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
  •