ActionScript 2.0 :: Flash Audio File Works On Mac Browsers But Not Windows Browsers

Jan 13, 2011

I inherited a flash website about a year ago.. not sure what version it was originally done in. I've made changes on the model last year using CS3 Flash Action script 2, but don't remember the flash version when published. The audio in question is the music that plays in the background when you get on the website:

[URL]

When I changed the image of the model this last week using CS4, I published it as Flash8 actionscript 2... now, the music plays on Mac Safari and Mac Firefox, but not on the Windows versions of IE or Firefox..

this is the code called sound control

onClipEvent(load)
{
_root.soundstatus="on";
_root.mySound = new Sound(_level0);

[Code]....

then there's the stop() that's used when the music is toggled off..

I've tried updating the flash player in Windows to the latest release, and I even tried republishing as flash 10, just not sure where to troubleshoot this..

View 3 Replies


Similar Posts:


Actionscript :: Streaming A .jpg File Using Flash Or A Player That Works Across All Browsers?

Dec 22, 2010

I have an activex display that is custom-built and displays video from an IP camera. However it doesnt show on all browsers. I was then adviced to use flash/actionscript to stream a jpeg that the camera drops on a remote server with ip address (just example) 80.247.23.12/container/live.jpg.

However the file name is constant. how can i use flash to stream this live jpeg and make it appear like a streaming movie. I don't know how to go about this at all.

View 1 Replies

AS2 :: Flash XML Loading Works In All Browsers But IE?

Jul 13, 2009

I've been working on a couple of media viewers/players which use XML playlists to dynamically generate their content.

One is this mp3 player: [URL]

The other is this image viewer: [url="http://tav.ind.in/stuff/comicexperiment/comic.html"]http://tav.ind.in/stuff/comicexperiment/comic.html[/URL

Both work fine in Firefox and Safari, but in Internet Explorer, neither one loads the information, and all text fields read as undefined.

View 3 Replies

Flash Video Object Works Fine In Mozilla Browsers But Not In IE

Jan 19, 2010

A simple flash video doesn't appear in IE. I've looked at answers to the same problem by NineBerry, however, I've tried those suggestions without luck.[code]I didn't include the file mulholland_intro_slideshow.fla as I doesn't seem necessary.I'm also aware that when encoding with Flash the object can only be made to played locally or via the network. I encoded locally for testing but it also plays across the network. Is that even relevant? I don't know.

View 1 Replies

Professional :: SWF Plays In Windows Browsers But Not In Mac Ones

Feb 21, 2011

I'm trying to create a simple swf file containing an m4v file along with default player controls. I want to add this to a Web page. I've successfully generated such a file, and using the HTML generated by the publish option, I've gotten it to play on IE, FF, Chrome, and Opera under Windows 7. When I try to open the same Web page from the same location on my Mac, however, I see the player controls with an green animation that indicates loading. The movie itself never loads. I've tried this under Safari, Chrome, and Firefox on Mac, all with the same result. I've also had friends try this on other Macs, with the same result. Is there some difference in how Windows and OS X deal with SWF files that I need to account for?

View 4 Replies

IDE :: SWF Works In Player But Not Browsers?

Jan 8, 2009

I have been using CS3, and publishing v8 AS2 files using swfobject for years with no dramas. I am certainly no expert, but have created at least 10 sites this way.My personal site for some bizarre reason has stopped working in all browsers (and I am sure the file hasn't changed). My SWF works in Flash Player perfectly but comes up blank in any browser... yet other SWFs work fine.

[URL]

I have tried republishing, reloading site, different hosts, recreating the file... I am absolutely stumped! :-) I just cannot get it to work.

View 8 Replies

ActionScript 3.0 :: Socket.Close Does Not Work In Windows Browsers?

Nov 11, 2009

I have an FTP program written that uploads ByteArrays through sockets. It works great on my Mac! I open a command connection, then a data connection, send the ByteArray and then use socket.close() on my data connection. This causes the server to disconnect me and sends the 226:transfer succeeded message back through my command connection. The problem is that in IE8, FF 3.5, and Safari 4 on Windows the socket.close() func does not make the server close the connection. The fact that it works in all of my Mac browsers, and the IDE, but not in Windows browsers makes me think that it's something to do with the Flash Player.

My FP version check data:
MAC 10,0,32,18
WIN 10,0,32,18

View 1 Replies

Audio Synching In Different Browsers

Dec 3, 2009

We have currently created an animation and have it deployed and running from the server. We have it set to preload a portion of the animation before beginning to play. Our issue is that it plays perfectly in Firefox, however in Internet Explorer (both 7 and 8) the audio comes out of synch with the animation. I am viewing in on the same computer and same network on each browser and continue to have this problem. How this can be fixed in Internet Explorer?

View 1 Replies

ActionScript 2.0 :: GetURL Works On Firefox (mac And Pc), Not On Other Mac Browsers

Jul 13, 2011

I have flash files on a page which load and play a sound file, then advance via getURL javascript to the next page when the sound file has finished playing (i.e. the movie is non-interactive, maybe this is part of the problem).

On firefox - both PC and Mac - it works just fine. On Mac Safari and Chrome at least is doesn't seem to do anything, but the same javascript works fine when I issue it to the browser manually.

the getURL statement

Code:
getURL("javascript:document.getElementById('NextButton').click();");

1. In the html I have used OBJECT with nested EMBED. With all the browsers that I tested, this worked fine, as did having only the EMBED code

2. I have used the allowScriptAccess parameter correctly in both cases (always), and the swf is hosted on the same subdomain as the survey engine too...

3. I'll check now if a simple alert() is displayed

View 0 Replies

ActionScript 3.0 :: Flash File Doesn't Support All Browsers?

Mar 19, 2009

I have flash file which accepts data from Javascript using swfObject.js and displays it dynamically(using addVariable). But the problem occurring is it doesn't support all browsers. I have IE 6 and Mozilla Firefox 3 with Flash player version 10 installed in it. I am not able to run the file on it. I can't understand why as
the code written in as3 and in javascript is right.

View 4 Replies

ActionScript 3.0 :: Use SWf Objects.js To Call A Flash Var Of The XML File In The Browsers Source Code?

Sep 29, 2009

I purchased this Thermometer flash template everything works well data is being populated through an xml file but I want to put multiple Swf files on a page with different data.Is there a way I can use SWf Objects.js to call a flash var of the XML file in the browsers source code.This is the Action Script Code

ActionScript Code:
stop();
import caurina.transitions.Tweener;//import tween class
stage.scaleMode = StageScaleMode.NO_SCALE;//define how stage scales

[code]....

View 2 Replies

Flash :: Html5 Video Tag - Searching Which Browsers Support Which Video File Types

Apr 29, 2011

Looking into HTML5 video tag, and researching which browsers support which video file types, and my initial thought is things just got harder than just using flash. I am wondering if there is some skeleton code (combined with development approach for videos) that someone has figured out to do the following: If flash is available, use it If not, try html5 video ogg format If that doesn't work, try html5 video h.264 format If that doesn't work, try html5 video webM format Based on what I am seeing, am I correct in thinking that now, in order to accommodate all users on all browsers, a video needs to be published in 4 formats? If so, this HTML5 video thing is an epic fail!

View 2 Replies

Professional :: Flash For 64 Bit Browsers?

Jan 6, 2008

Any word on the development of Flash for 64 bit browsers? Last I saw from Adobe was a note posted over a year ago saying they were working on it. 64 bit browsers are really common now.

View 4 Replies

Professional :: Flash 10.0.45.2 Bug With Web Browsers?

Mar 3, 2010

Flash 10.0.45.2 bug with web browsers Internet Explorer and Fire fox Mozilla. I noticed this bug recently on youtube and facebook while I was trying to watch some videos the video was not playing I had to restart my computer again to fix the issue. This is a temporary problem which could be resorted by giving a restart.But I thought of bringing this bug to notice. I agree with Steve Jobs and the Apple people that adobe flash really hangs the pc and its buggy at times

View 1 Replies

Uninstall Flash In All Browsers?

Jul 18, 2010

It seems I can uninstall Flash from Explorer, but Google Chrome still shows it included.

View 5 Replies

Flash Version Across Browsers

Apr 29, 2011

Is the flash version installed on, say IE, on a single computer the same version on other browsers installed on that same computer ?

View 1 Replies

IDE :: Flash Compatibility In Web Browsers?

Jun 27, 2009

I was wondering, because of my recent liking of AS3 and active flash content:

Just how compatible are flash files in web browsers?

Will they run in every browser? (obviously not, but which ones don't they run in / which ones do they have trouble running in?)

Why, in Internet Explorer does it always give me a hard time about running active content with its security warnings? (is there a way to get around this / allow the content to play normally without hassle? e.g When I got to Sony.com Internet Explorer does not complain about running that active content.)

Is there anything else you know about the compatibility that you would like to share?

View 5 Replies

Flash Movie Not Lining Up In Different Browsers?

Jun 15, 2009

Not sure if there's a fix for this or not. I've had this happen to me on the last two sites I've built. I embed the flash movie into my site in Dreamweaver, and everything works perfectly in Safari. When I view the site in Firefox however, the flash movie loads a few pixels off (see pics). Anyone have a fix for this?I've tried setting the vertical align of the movie to "bottom," and I've also tried dragging all of the cells tight in the site. I've even tried rebuilding the site all together. As soon as I bring in the flash, the cells get off in FirefoxSite in Safari:

View 1 Replies

Flash Display In Legacy Browsers

Jul 10, 2009

I have a flash interactive (Flash Player 9) with a shadowbox (lightbox clone) display wrapper. Interactive has fullscreen capabilities and is set to wmode:transparent.Works great in FireFox 3+ and IE7.IE6 and Firefox 2 however, instead of popping up in the 640X520 shadowbox diplay box, it opens up the actual .swf file (and fills the entire window).Anyone know what the likely culprit could be? Is the shadowbox wrapper, flash parameters, or fullscreen mode?I tested other shadowbox flash files in IE6 and Firefox2 without issues.

View 1 Replies

Professional :: Different Browsers When Flash Is Published?

Feb 1, 2011

i am facing problem with internet explorer and google chrome, viewing my flash document. When i test my flash document on IE, it simply does not show my flash work at all. Instead this show up:
 
and on google chrome i have just click on screen for it to show otherwise nothing happens.

View 3 Replies

Flex :: Debug Flash In Two Browsers?

Oct 26, 2010

I have a Flex 4 application which connects to ASP.NET webservice based on FluorineFx. It is authenticated by cookies via RemoteObject.setCreadentials()

Both applications connect to FMS server and talks to each other via RTMFP direct connection (P2P).

I want to debug both instances of this application in Firefox and Internet Explorer at one time by single click (F11).

Now I can debug only in one browser by running Debug in Flash Builder 4. I have created double browser runner with bat file registered as default browser in Preferences > General > Web browser that looks like this:

start "IE" /b "c:Program Files (x86)Internet Exploreriexplore.exe" -private %1
start "FF" /b "c:Program Files (x86)Mozilla Firefoxfirefox.exe" -private %1

But this connects the debugger only to firstly run instance of the application in Internet Explorer.

How can I attach to and debug both instances?

View 2 Replies

CSS :: Flash Z Index - All Browsers Display DIV Except IE9

Jun 21, 2011

I have swf object with
z-index:-5; position:absolute;
Also a div with ul in it where div has also,
z-index:5; position:absolute;
All browsers display div over my flash except IE9.

View 2 Replies

ActionScript 3.0 :: Resizing Flash | Different Browsers?

Oct 8, 2009

I'd like to create an animated background for my latest gig using Flash. My only issue (as of right now) is different browser sizes. I know a way to make a standard background resize (meaning no nasty scroll bars) using Javascript, but it's not working with the embedded movie.

View 2 Replies

IDE :: Flash Loading Differently In Browsers

Apr 28, 2009

I have one swf, and roughly 4 or 5 classes. when the swf loads, the document class places 3 movieclips onto the stage- one of them animates across the screen. Using the tween class, I listen for the COMPLETE tweenEvent, which when triggered, instatiates a slideshow class. the slideshow class loads in a series of pics.On safari(mac), linux, no issues. on firefox(mac), the 3 mc's never appear, but instead, there is the same time delay as if the animation did play, and then the pics DO load. my client says everything works fine on first load, but returning back to the page after navigating away causes the same problem I described above. THey are on IE- probably 7.

View 4 Replies

ActionScript 2.0 :: Closing Browsers With Flash?

Aug 29, 2002

how to close down browser using action script within a button to close the browser.

View 3 Replies

Flash :: List Of Which Browsers Bundle Runtime 9?

Nov 2, 2009

Is there a list of which browsers bundle flash runtime 9?

View 3 Replies

Professional :: Flash Working In Preview But Not In Any Browsers?

Jun 22, 2010

I've created a Flash animation and inserted the SWF file (created in Flash 8) into my Dreamweaver CS2 file. It all works fine in preview (both in Flash and Dreamweaver). But on any of the browsers the public file doesn't show the flash animation.
 
I have a transparent layer in Dreamweaver over the SWF file so that I could put hotspots which are working.
 
Here is the link to the website:[URL]
 
I've updated AC_RunActiveContent and downloaded a trial FlashCS5 but still no luck.

View 7 Replies

Professional :: Flash - Player Locks Up Web Browsers?

Jul 22, 2010

I'm having problems with Flash Player locking up my web browser. Any time I play a flash movie to make the browser crash (not responding). I've tried IE 8, Firefox, and Chrome all with the same results. Here are the specs:ATI Mobile Radeon driver version 8.632.0.0Flash version 10.153.64Windows 7 HP 64bit4GB RamDual Core AMD

View 1 Replies

Professional :: Flash Crashing In Multiple Browsers

Jul 30, 2010

Trying to solve flash video crashes in multiple browsers. Both IE8 and Chrome in Windows 7 Home Premium 64b were crashing with flash videos. Reading forums, Adobe Flash was to blame in that it has problems with IE8 64b etc. Well I made sure that the 32bit version was running and still had the same problem. Occasionally I noticed a message advising that the 8500 graphics card had recovered rom a crash. The graphics driver was uninstalled and then re-installed. Strangely both my browsers were no longer processing internet packets. I uninstalled Chrome and re-installed the latest version. IE8 and Chrome then operated normally AND no more flash video crashes.

View 1 Replies

Professional :: Flash Site Not Working In Some Web Browsers?

Apr 15, 2011

Back in 1999, I taught myself how to use Flash (it was before Actionscript). I used it to make a funny website called Mirsk-T: [URL]..I also created some basic HTML on the site's front page to determine whether a visitor had Flash version 4 installed. If the person didn't, then the person would see a page with a link to Adobe's download site.
 
Now, it's 12 years later and I haven't used Flash since I created Mirsk-T in 1999. I also haven't done any HTML coding either. But I'm having problems getting Mirsk-T to work with certain browsers. The site works fine with Safari, Internet Explorer 6 and 7, and OmniWeb. However, when I access the site with Firefox or Chrome or Camino, I see the GIF image I created that appears when a visitor doesn't have Flash installed. And I know I have Flash installed on those browsers.
 
I therefore have no idea why the site isn't working with those browsers.
 
A few more details: The Mirsk-T site consists of two different pages. The opening page is at www.mirskt.com (www.mirskt.com/index.html). It consists of a Flash movie that is a song with animated lyrics. Once the song ends, visitors are taken to [URL]..The page with the song is what's not loading in Firefox, Camino and Chrome. If I directly put [URL]..into the browser bar of Firefox, Chrome and Camino, that part of the site works. So, there's something strange going on with the HTML in the page with the song. I'm guessing the HTML I had written back in 1999 for detecting Flash is not working anymore somehow.
 
So, I'm wondering if anyone has any idea why the front page (the Flash movie with the song) isn't working in some browsers. I don't know if I'm skilled enough to be able to change the HTML even if someone here knows what's wrong. But then maybe someone here could do me a favor and quickly fix the index.html file. I'm guessing it would only take a few minutes for someone who knows what he/she is doing.

View 2 Replies







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