Closed
Bug 284743
Opened 20 years ago
Closed 19 years ago
When called for in a Flash movie Firefox does not respond
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: farmerbob, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1 When a Flash Projector plays in the Finder and at the end it has a goto http ActionScript command, if Firefox is selected as browser of choice and not running it will start up and open a blank page and stop. The URL is not imported nor handled. If Firefox is running it comes to the front and nothing happens. No new page even. If IE is running or not and selected (or not) over FF to be browser of chioce, no matter what the URL is resolved and all is well. This is also the case with Opera, Camino, Safari, Netscape, Communicator . . . . except Firefox. Reproducible: Always Steps to Reproduce: 1. Play Flash movie 2. End of movie calls for the URL or Local Path 3. Nothing happens in Firefox Actual Results: Nothing. Expected Results: Open a blank page, as per perfs, load and execute the URL or Local Path.
Comment 1•20 years ago
|
||
I guess you would need to know how flash calls the browser. Using the open command like "open http://url" works with Firefox and others. Do you have a test case?
Thank you for your reply. The "open http://url" did nothing for any browser. FlashMX calls for the URL via: getURL("http://URL"); and allows for "variables" of how to send the command that makes the action: getURL("http://URL, "(window style)", "GET"); adding: Don't Send (no suffix), GET, or POST which still works for all browsers except Firefox. Firefox comes to the front but no new window nor tab opens. No action on the URL. Any other browser that is open opens a new window and executes the URL. If chosen as default, the other applications fire up, opens new windows, and executes the URL. Something I have noticed before this problem, is that Firefox when already open does not always open new windows nor tabs like the other browsers do. This I have noticed in passing. My version of 1.0.1 will not open a new window when using keyboard commands if the Downloads Window is open also. DL window closed, Apple/Command-N opens a new window. FlashMX2004 Pro, which the movie was made in, does not overtly offer the "variables" adjustment, but creates the basic string. The "variables" is buried or omitted as I am finding with other features that are in MX and not 2004 Pro
Just got a new book on Flash. The support CD that came with the book had a index movie that sent sent URL's and Firefox responded nicely. I will call the group that made it and find out what string they are using to call the URL. Or hopefully it's in the book, 870 some odd pages. It may be some time before I find it. I will hunt it down though. So I have definitive proof that it will work. Getting the right coding is the trick and it's probably something really simple. Unfortunately it may not be standard, therego, the problem. Thanks for the reply. When I discover the coding I will post back.
Comment 4•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 5•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•