Flex :: Using Fdb On Mac Os Opens In Opera And Not Firefox?

Apr 7, 2011

Is there a way to set the flex debugger (fdb) to automatically open the debuggable swf in firefox instead of Opera?

The app I am starting from works in firefox but not Opera and it does not have to support Opera anyway.

View 1 Replies


Similar Posts:


Flash :: Javascript - MP3 Fallback On Opera & FireFox Using MediaElement.js?

Jun 5, 2011

I'm trying to add mediaelement.js to my site to present a single player for any MP3 link on a particular page. The design is working fine for IE 9 and Chrome 11 (which have HTML5 MP3 support), but it has an issue with the flash fallback on Opera 11 and FireFox 4. Clicking any MP3 link on the page uses the .setSrc() method of media element player to change the source of the player, but in Opera and FF, the first time this method is called, it returns error "this.media.setSrc is not a function". Any call to the function after that works fine.

Another issue is after the element containing the player is hidden "display:none" and then displayed again, calling the .pause() function will produce error "this.pluginApi.pauseMedia is not a function". After that error is thrown, subsequent calls work fine until the element is hidden and displayed again.

[Code]...

View 1 Replies

Actionscript 3.0 :: URLLoader Not Loading Php In Firefox Or Opera, Ok W IE/Chrom?

Jul 14, 2011

I have reviewed my code several times and maybe I am missing something.Basically,I have a separate loader class that I want to communicate to a php file located in the same directory.That php file forms an xml markup within and returns the location of a background image from the database. As you can see from the code, I have event listeners for progress, loaded, and IOerror.This works fine in IE and Chrome. However in FF and Opera, my custom progress bar shows 100%, but the info bar shows "IO Error" (which is kind of a visible trace statement on the swf for informational purposes) and it does not go anywhere. Stuck.

This is the swf's location: [url]....
PHPGetBackground class:
Code: Select allpackage com.hexonite.loader {[code].........

View 1 Replies

Html - Getting IE,Opera,Firefox And Chrome To Recognise A Sound Format?

Apr 9, 2012

I have audio placed into a controller on a page, however when i load different browsers the sound files are either no even seen by the browser or they dont work. Ive converted the files to wav. which apparently works universally for IE,Opera, Firefox and Chrome, however changing the file format does not change this situation. I know it has something to do with HTML audio tag or something but I am still unsure

<embed src="../Sounds/home_page_readout.wma" width="405" hidden="false" height="39" pluginspage="../Plugin/niftyplayer.fla" autoplay="false" controller="true"></embed>

View 2 Replies

ActionScript 3.0 :: When Upload Them Firefox Connects IE Chrome Opera Doesn't

Jul 19, 2011

I got 2 swfs connected with localConection but they only work offline. When I upload them Firefox connects IE Chrome Opera doesn't.

View 0 Replies

Firefox Flash Object Not Displaying Correctly In ASPX File On FF And Opera

Jan 11, 2011

I have a problem showing up a SWF file (Flash) in an ASP MVC file.I have problems adjusting the height to 100%. If this is showed in Firefox or Opera the result is the picture you see below (everything works fine under Chrome and IE).[code]

View 1 Replies

ActionScript 3.0 :: Firefox And Opera - NetStream.Play.Stop And Video Is A Slowdown?

Mar 25, 2011

Video broadcast using VLC to flv file. I am using the NetConnection, NetStream and Video to play it in a flash. In Chrome and IE everything works fine, but in Firefox and Opera NetStream often dispatch event NET_STATUS with info.code = NetStream.Buffer.Flush and NetStream.Play.Stop and video is a slowdown.

View 1 Replies

ActionScript 3.0 :: URLLoader() Not Loading Php File In Firefox Or Opera, Fine With IE And Chrome

Jul 14, 2011

I have run into a problem with the URLLoader that I havent encountered before. I have reviewed my code several times and maybe I am missing something.

Basically, I have a separate loader class that I want to communicate to a php file located in the same directory. That php file forms an xml markup within and returns the location of a background image from the database. As you can see from the code, I have event listeners for progress, loaded, and IOerror.

This works fine in IE and Chrome. However in FF and Opera, my custom progress bar shows 100%, but the info bar shows "IO Error" (which is kind of a visible trace statement on the swf for informational purposes) and it does not go anywhere.

This is the swf's location: [URL]

PHPGetBackground class:
package com.hexonite.loader {
import flash.display.Sprite;
import flash.events.Event;

[Code]....

View 4 Replies

Html :: Expanding Flash In HTML Covering Text Links In Firefox, Chrome, Opera?

Jun 30, 2010

I have a piece of Flash on an HTML page that when you hover over it, it expands out to reveal more information.There are text links that it expands over, however in everything but IE, when it's not expanded those links are still covered by the Flash making them unclickable.I have the Flash piece in a separate DIV wmode set to transparent.

View 1 Replies

Flex :: Spark VideoDisplay With Long Wait High CPU Usage In Google Chrome (and Opera)

Sep 6, 2011

I've created a Flex website that plays a video using the Spark VideoDisplay component. When selected, the VideoDisplay loads in the PopUpManager.

This works fine in all the browsers, except Google Chrome take significantly longer to start playing, during which the CPU usage peaks, then goes back down once video starts playing.

I've traced the player states it goes through and they are as follows:

Loading ready (hangs for ages with high cpu) buffering playing (immediately after buffering, CPU usage goes down, video plays smoothly)

What could be causing this to temporarily hang for so much longer in Chrome? I thought I could expect the same functionality and behaviour throughout all the browsers, as Flash is simply a plugin that runs as a separate process?

Edit: It seems that it's the same in Opera too. Is there any commonality between the two that would explain this behaviour?

[Code]....

View 1 Replies

Flex :: Windows 7 - IE8 - Clicking A Link In App Only Opens Page In A Background Tab

Oct 11, 2011

After moving from Windows XP to Windows 7 noticed this behavior in my Flex application. In IE8 when a user clicks on a link in the SWF file it uses the navigateToUrl api to open a new window pointing to an external site. This works as expected in XP on IE8 . However in Windows 7 clicking the link will open a new tab, this new tab however sits in the background therefore it is possible that it may not be noticed by the user. Also the content in this background tab does not always load fully unless you clear the cache. Has anyone come across this issue with Flex and Windows7/IE8? In the navigateToUrl function i pass in a param of _blank.

View 1 Replies

ActionScript 3.0 :: Swf Not Getting Focus In Opera

Jul 12, 2011

I did embed an swf file in html.The file is working fine in all browsers except opera(all versions).I am facing problem that flash didn't get focus when application initially load.User has to click on page.Then the application works fine.

[Code]...

View 1 Replies

Professional :: Flashvars Not Working 100% In Opera Or IE Ok In Ff

Jun 21, 2010

I created a flash menu that highlight the current page button reading a variable coming from HTML. I've set a variable in the OBJECT and EMBED tag using the query string syntax, but I get identical results using flashvars. This menu is working perfectly in firefox, but it doesn't in opera or IE 6. In opera it only works if all buttons are vector objects (?!?!?!?):it doen't work if I import a PNG in the buttons. I've put an IF statement (I already tried to use the SWITCH statement with same results) on the very first frame in the menu movie.

[Code]...

View 4 Replies

Professional :: Flv Won't Play In Safari Or Opera?

Jul 19, 2010

I am trying to add a video to this site: http:[url]....The video plays in Firefox, IE, and Google Chrome.It does not play for me in Safari of Opera. When I preview the page from Dreamweaver in Safari or Opera, it works. When I load it up on the server, and check it on the web in those browsers, it doesn't.

View 5 Replies

ActionScript 2.0 :: Gallery Works In Ie But Not FF Or Opera

Nov 30, 2007

ok, not sure how simple this is, but ive made a gallery, loosely based on the kirupa one. basically, I have a border that resizes, then the image shows in it. This all works fine in IE, but when it is viewed in FF and Opera, the box does not resize, it goes all small. Hard to explain lol. here are some links; the actual flash page: [URL] the files [URL] Here is the code in question for the resizing:

[Code]...

View 4 Replies

ActionScript 2.0 :: Swf Loads Into MC Using Chro/IE But Not In FF/Opera?

Jan 30, 2011

[URL] Enclosed is a test zip folder called "trouble_test.zip". Inside there is a HTML file called "main". Open it in your browser and follow the steps that I have indicated. My problem is that all the steps work offline/on local computer when using Firefox, Opera, Chrome and IE but when online then they work inside Chrome and Safari browser only. What I mean is that Step 3 fails inside Opera and Firefox when online. File XL_11.swf does not load into XL(MC) which is inside the main.swf file As it works inside Chrome/IE so I assume it can't be a file path/destination problem. I assume it is the code on my "XL" button that could be the problem, but why does it work in Chrome and Opera online + in all 4 browsers when offline?

View 4 Replies

ActionScript 3.0 :: Flash Website Not Working On Firefox On PC But Works Fine On FireFox On MAC?

Jul 21, 2009

works perfect on my macbook pro (safari, firefox, and opera) but when I view the site on Vmare Fusion Windows XP and use IE and FireFox the pages don't load... I don't know what to make of this. Has anyone hear or seen anything like this happen before? BTW the website was created in Adobe Flash CS4/ AS 3.0 and published using Flash Player 10.

View 2 Replies

ActionScript 1/2 :: External Swf Loads Into MC Using Chrome/IE But Not In FF/Opera?

Jan 29, 2011

Please take a look at the attached folder to make sense of what I am will type now[URL]..Enclosed is a test zip folder called "trouble_test.zip". Inside there is a HTML file called "main". Open it in your browser and follow the steps that I have indicated.
 
My problem is that all the steps work offline/on local computer when using Firefox, Opera, Chrome and IE but when online then they work inside Chrome and Safari browser only. What I mean is that Step 3  fails inside Opera and Firefox when online. File XL_11.swf does not load into XL(MC) which is inside the main.swf file As it works inside Chrome/IE so I assume it can't be a file path/destination problem. I assume it is the code on my "XL" button that could be the problem, but why does it work in Chrome and Opera online + in all 4 browsers when offline? I am completely lost. Please take a look as it will take only 2 minutes for anyone who understands AS2

View 3 Replies

ActionScript 2.0 :: Full Screen Flash And Opera (mac)?

Mar 25, 2007

Does anyone have any idea or see what I'm seeing when I view this site using opera as a browser (mac), works fine in all others so far:It is the first site I've made using the stage.width scaling, I think it's something to do with that maybe?

View 3 Replies

ActionScript 2.0 :: Fullscreen Mode In Safari And Opera?

Dec 17, 2007

I am using an FLV Player which provides a standard fullscreen button. Now when I test the file onto IE and firefox, switching between full screen and normal screen modes works perfectly. However, with Opera and Safari, it turns fullscreen alright without any problems, but then the cursor turns into a hand clicking icon, and you cannot click on anything .. nothing is interactive on the screen (except the ESC button which will take you back to normal mode). Even when you move your cursor over the buttons, the lightcolors (hover colors) do not show.

Here is my html:

Code:

<html>
<head>
<script type="text/javascript" src="swfobject.js"></script>
</head>

[Code]....

View 1 Replies

ActionScript 3.0 :: Size And Position Messed Up In IE - Safari And Opera

Mar 30, 2010

so im almost finished my first site! very excited. its for my dads business, hes a screening contractor. actually i doubt he will get any business out of it, even once we get our real domain name and everything because i don't even know how to get Google to like it. its OK though, its mainly just a practice site for me anyways before i make a resume site for myself. anyways, it consists of 3 divs, an html content area, and a flash banner and a flash menu, which stretch depending on the window size to keep their aspect ratio. everything works exactly as planned in Firefox, chrome, and pure flash player. but in IE, safari and opera, the size and position of things are way messed up! (only really care about IE). the edges of dynamic text are slightly to the left or right and hanging behind things because of it, same with some movie clips. and when i didn't want things to appear on the stage i set their x position to be the length of the stage, BUT IN IE U CAN SEE THE EDGE!

View 2 Replies

Css :: Popup Menu Pops Under Flash In Chrome,Opera And Safari

Dec 13, 2010

I've created a popup navigation menu at: [URL] In firefox and internet explorer everything works fine - the menu pops over the flash. But in Chrome, Safari and Opera the menu is behind the flash.

View 1 Replies

Flex :: Deployed SWF Not Accessible In Firefox?

Nov 15, 2010

I'm using swfobject.js to deploy load my flex applet. Unfortunately, while I'm able to run/debug in Firefox via Flash Builder, I cannot access the deployed applet via its URL -- the applet doesn't load/start. I can access the deployed applet via its URL from both IE 8 and Chrome 7. Below are the swfobject code and the produced object tag:

<script type="text/javascript">
window.onload = function() {
<!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. -->
var swfVersionStr = "10.0.0";

[code]....

View 1 Replies

Flex :: MouseWheel In Chrome And Firefox

Mar 30, 2011

I'm trying to handle the mouseWheel event in an advancedDataGrid with not success. Without any additional code my adg can be scrolled with the mouse in IE but not in firefox and Chrome, why? Why does it behave different in that browsers?[code]

View 1 Replies

Flex - Mac OSX Firefox 4 - Flash Is Very Slow?

Apr 20, 2011

Has anyone else found that flash is VERY slow when using Firefox 4 on Mac OS X?This happens when the .swf gets larger than ~1000px, the whole .swf is slow to scroll, respond, etc.

View 3 Replies

Flex :: FileReferences Upload() Error In Firefox?

Sep 12, 2010

swf file in https zone, upload script in http zone.File upload fine in ie, and not work on firefox, opera.this code:

request.url = this.main.serverHostUpload + "/upload_web.php";
request.method = URLRequestMethod.POST;
request.contentType = "multipart/form-data; boundary=" + UploadPostHelper.getBoundary();

[code].....

View 1 Replies

Flex :: Flash Fullscreen Crashes On Firefox?

Mar 29, 2011

Coding a Flash program I've encountered a bug which crashes Firefox 3 when I go fullscreen - the other browsers work, and Firefox 4 work if I set params.wmode = "direct"; in the html file.

Googling I noticed it's very common and there are tons of "client-side fix" results, but I'm interested in fixing it myself if it can be done.

View 1 Replies

Flex :: File Upload - 4 FileReference With Firefox

May 11, 2011

I'm trying to perform a file upload using a FileReference from a Flex app running in Firefox 4. However when I attempt to call the upload() method, the Filereference throws an IOError with the following Error #2038: File I/O Error. URL: [URL] If I don't explicitly add a listener for the IOErrorEvent, then I get a Flash player popup stating SecurityError: Error #2000: No active security context.

The request doens't even hit my server (I can verify by placing breakpoints in the Java code and watching the HTTP Requests that go out using HTTPFox), so it seems to me that this is a client side issue (right?). I've done some searching for the problem on google and the suggestions included wrapping the upload() call in a timeout/callLater, and attempting to attach the sessionId to the request (since Firefox creates a new thread for the upload and doesn't attach the proper cookies). Neither of these approaches has worked for me. I don't experience this problem with Internet Explorer, only Firefox.

[Code]...

View 1 Replies

Php :: Flex - Unable To Detect Session Value In Firefox

May 20, 2011

In IE, the session work, but in Firefox, it always return empty value.

I have set $_SESSION['apple']='1' in index.php

When executing a Flex 4/flash app that will allow user to browse an image file using filereference for upload to the server (this app is image uploader), the file will then pass to second.php to validate whether it is an image.

In the second.php itself, I have a function that need to retrieve $_SESSION['apple'] value which was set in index.php, it always return empty string in Firefox and Chrome but work on IE9.

Has anyone came across the same problem with $_SESSION on Firefox and Chrome?

How do I make sure the second.php can retrieve $_SESSION?

View 4 Replies

Actionscript :: Flex - Sound Channel Is Only Playing In Firefox

Jan 13, 2011

I have made a little mashup mixing maps, translate api and flickr. I get the directions from my map and make mp3 files on the fly to play them at the same time but they only play in firefox and for the rest of the browsers I only get my first sound channel with background music. can't figure out why.

[Code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved