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


Similar Posts:


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 Fullscreen Working In All Browsers Except IE?

May 26, 2011

the following code not working in IE for fullscreen?

Here is my code
Flash file code: 
on(release){getURL("html/file name.html", "_blank"); }

[code]......

View 3 Replies

Flash :: Professional - Slideshow Working On A Portion Of The Site

Feb 4, 2011

I have created two photo slideshows to put on a site I'm working on. One is on the home page and it seems to work fine. The second is on another page. This one is not working for some reason. I published it in the same way I did the first from Flash Professional. When I post the slide show on the home page it works. When I take the slidshow from the homepage and put it on the second it does not work.

View 1 Replies

ActionScript 3.0 :: URLLoader Not Working In Any Browsers But Fine In The Flash IDE

Oct 14, 2009

I have a problem that seems very strange. A flash script is using URLLoader to update some records and send back a message. In the flash IDE there is no problem. However, when I upload to the server, or viewing the swf file locally in any browser, the browser just hangs and does not show anything. I have also added a IOErrorEvent.IO_ERROR handler which does not give me any information. The URLloader is communicating with a php script. I have found out that it works with a .txt file. Is the anything that needs to be included in the php script?

View 1 Replies

Html - Jquery Not Working In Flash On IE 6 And Chrome Browsers?

Feb 14, 2012

HTML Structure

<div class="dinz-slider-film trigger-vid">
<object width="480" height="340" class="vid-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="FlashID" style="visibility: visible;">
<param value="sites/all/themes/subtheme/images/test.swf" name="movie">
<param value="high" name="quality">

[Code]...

View 1 Replies

Flash :: Working Fine In Local System ... Not Working In The Live Site

Nov 5, 2009

I have a flash project, its working fine in local system, but the same file is not working in live here is the link of the site, its showing blank page, the flash contents are not loading... [URL]

View 12 Replies

Flash Working Fine In Local System / Not Working In Live Site

Dec 14, 2009

I have a flash project, its working fine in local system and checked this file with uploading in someother websites, its working fine there too, but the same file is not working in live here is the link of the site, its showing blank page, the flash contents are not loading.URL...and here the same file which i have uploaded it in other server its working fine.URL...

View 2 Replies

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

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

ActionScript 3.0 :: Liquid Layout Site Not Scaling Correctly In Large Browsers?

Mar 23, 2011

I have built a liquid layout Flash site using AS3 but it isn't  scaling correctly once I go above 1280x1024. I am currently using a Mac  screen with dimensions of 2560x1440 and it looks terrible. The menu  pushes to the top and the bg and page info stays central but with no scale.[URL]..
 
The HTML is 100% w+h so it's obviously something  within the AS3 code. This is causing me nightmares so if someone could  take a look at the code pasted and see if there is a way to resolve

[Code]...

View 11 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

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 :: Site Attack In Flash Site

Dec 14, 2010

A client of mine has had 2 sites (both Flash sites) attacked over the last 12 months, so he's been asking: should he go for a static HTML site or stick with a Flash site? Is there ways to make a Flash site more secure?

View 1 Replies

Professional :: Does Adobe Have A Tech Support Contact For Flash On Browsers?

Sep 16, 2010

I am looking how to escalate to Adobe Tech Support but paying 29 bux an hour for some recruited college Grad that knows to little doesnt suit me.
 
Bought an HP Quad and it had Win7 home so poorly installed, configured, overloaded with junk, would not backup, when it did backup and create a repair disk they wouldnt restore.  HP's preloaded Win7 build both IE8 and Firefox were crashing with both BSOD and Browsers not responding and dying. Firefox never responds to anything, Microsoft indicates is an add on problem but I think it can be a flash issue although it occurs much more on Wiin7 (ANY Version) for 32 or 64 bit.  I have been screwing with this for a month screaming at Microsoft and Mozilla but its a waste of time.  
 
Microsoft forums are polluted for Win7 browser BSOD and Browser halting then crashing posts, there answer is disable add-ons.  I cant surf the net without add ons so that is a stupid reponse of finger pointing, giving appearance that Msoft, Adobe and Mozilla dont communicate.  No company will take ownership and drive the issue to find the root cause and where ever that cause is make them fix it, Msfot, Adobe of Firefox.   so what do ya do?
 
    The HP PC with horrible preload of win7 finally died and killed the build but Microsoft was equally useless in helping me repair that preloaded junk even though the OS is theres.    I BOUGHT real disks because HP couldnt support the mess - HP couldnt support chewing food let alone the mess they place on PC's with 90% asian parts with old drivers.   Eleven escaltions starting on DAY 1 of ownership of a Pavilion.  Hundreds of crash dump error reports sent to Firefox has still gone unresponsed, as they employ the 5th ammendment ,method of silence without support and Msoft remove all add on is laughable but proves HP. Firefox and MicroSoft wont assume responsibilty.  
 
This sucks as all three gloat and boast about a HIGH levels of support and awards won for support but it is all myth, and laughably a lie but I still want it repaired.   28 years in IT - retired I feel qualififed to make the observation.
 
I never attempted to contact Adobe but I get redirected after seeing the warning about 39 bucks an hour to answer a phone for a freeware add-on.
 
Does anyone know of have a escalation path to a real person at adobe or department beause tthis site redirects from the ASK Adobe Support link meaning I cant even mail a question to then,  Already a BAD sign but the driver is free, but they wrote, and millions are having issue so where is there support -  Why bother writing  the addon if people cant even ask a question.
  
So does any know if they support the flash add-on without charging?     a Glitch they might want to know about is flash 10.0.0.1 shows in Win7 Event logs as version 0.0.0.1 and I have logs showing that an addon report from the DEP (Data Execution Service) saw an add-on go to a non executalbe memory region whenthe only add-on I have is flash.
 
Google for IE8 Browser Crash 566,500, Win7 Browser crash 1,500,000,  Firefox crashing 587,000, Firefox flash crash 1,420,000, Adobe flash crash 1,820,000,   are 4,615,500 google posts found for one issue and I know there are more than that failing but Im sick of the whole thing so adobe is my last gasp.   Please respond if you have a fix or path to escalate to adobe.

View 1 Replies

Javascript :: Get ExternalInterface Working With All Browsers?

Apr 12, 2011

I want to call a function inside a Flash movie from javascript, using the ExternalInterface class. The problem is that to get it to work with Firefox I need to use the embed element and with the rest I have to get the object element. To solve it, I gave different ids to that two elements and depending on the user agent I select one or the other:

function getMovie(movieName) {
alert(navigator.userAgent);
if (navigator.userAgent.indexOf("Firefox") != -1) {

[Code].....

This works, but it is not very elegant and it may not work with other browsers..

View 1 Replies

ActionScript 3.0 :: Mouse And Keyboard Events Not Working In Browsers

Mar 22, 2011

I have a SWF file that uses Mouse and Keyboard Events. When I test the SWF file in the flash IDE the events work fine. When I run the SWF file stand-alone with the Flash Player, the events work fine as well. But, when I open the SWF in a browser, neither mouse clicks or key presses register. Even if I puslish the SWF as a HTML, it doesn't work either.

View 4 Replies

Flash Player Stopped Working On Web Site?

Aug 10, 2009

Flash player stopped working on web site Friday afternoon August 7th -
 
><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,29,0" height="105" width="803" align="left" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">

[code].....

View 1 Replies

ActionScript 3.0 :: Flash Site Button Not Working From A Certain Frame.

Jul 11, 2009

I've got a nearly completed Flash site, but one of the buttons isn't working--sometimes.

It's hard to explain, so here's how you can see the problem. Run the .fla below, wait for the animation to stop, and click the "services" star. Two more stars appear: "design and production" and "editorial." If you click on "design and production" first, everything works fine. You can get to editorial and everywhere else. BUT if you click on "editorial" first (after clicking "services" but before clicking "design and production"), the "design and production" button doesn't work from there (the "editorial" label frames in the "inline_frame" movie clip).

I've got several Actions keyframes in the "inline_frame" movie clip--I don't know if that's kosher or not.

View 1 Replies

ActionScript 3.0 :: Flash Site Button Not Working From A Certain Frame?

Nov 23, 2009

Run the .fla below, wait for the animation to stop, and click the "services" star. Two more stars appear: "design and production" and "editorial." If you click on "design and production" first, everything works fine. You can get to editorial and everywhere else. BUT if you click on "editorial" first (after clicking "services" but before clicking "design and production"), the "design and production" button doesn't work from there (the "editorial" label frames in the "inline_frame" movie clip).I've got several Actions keyframes in the "inline_frame" movie clip--I don't know if that's kosher or not.

View 2 Replies

ActionScript 3.0 :: Flash Site Not Working Fully In Chrome And Safari?

Sep 1, 2010

I produced a website a year ago now, and up until now it has been working fine. My client brought to my attention today that there are suddenly problems when viewing the site in chrome, IE and safari. You cannot get past the landing page as the 'enter' button is not there despit the graphics being in the right place.I have updated to flash player 10.1, and opened, published and uploaded the flash file in a newer version of flash to see whether that helped, but no go.

AS3 on 1st frame:

Code:
stop();
addEventListener(Event.ENTER_FRAME, loaderFF);
function loaderFF(e:Event):void{

[code]....

View 6 Replies

ActionScript 3.0 :: Flash Progress Bars Not Working After Publishing Site?

Nov 13, 2011

I am working on a portfolio site to display images. I have 2 frames, the first contains a progress bar and this code:

[Code]...

The second frame has the content and different action script that is related to it.

My problem is that the whole site works fine in Flash when i "test movie" and "simulate download" but as soon as i "publish preview" in either flash or html the progress bar doesn't work, it just freezes on that frame.I am really new at this and have just pieced together the code i have from various tutorials on the net but this is really testing my patience. So frustrating because the site took me ages and it looks great in flash, just need to get past this little hitch.

View 2 Replies

ActionScript 2.0 :: Flash Site Not Working In Google Chrome Or Safari

Jan 25, 2012

I had designed and setup a flash website for a client a while ago and just recently they emailed me saying their website doesn't work in Google Chrome or Safari. I have SWF Object 2 on the website and that doesn't seem to help. The flash component of the website doesn't show up at all yet works fine in IE and FF. What could be the issue here?

View 2 Replies

Flash :: Full Screen Site Not Working On PC IE / Firefox Only (mac Works Fine)

Aug 6, 2009

My full screen flash site works oerfectly on Mac's (I have a mac). But on PC IE and Firefox the full screen flash site is cut off 1/4 of the way down the page (see screen shots in zip or test if you are on PC). live site [URL] The site uses a swf object (files included in the zip). I got this from a template on flashDen. my problem is that I only have my mac and can't test on PC IE / firefox. Not that I would know where to start. I think that the problem might be the swf object from [URL] but not sure? I need to sure my site to apply for jobs. But recruiters use PC and it is very embarrassing that they can only see 1/4 of the screen.

View 2 Replies

Professional :: Adobe Flash Player "Movie Not Loaded" On Browsers?

Apr 20, 2011

On Browsers (Firefox, Chrome) Adobe Flash Player does not display and only shows a white empty space that, when right clicked, says "Movie not Loaded".

View 5 Replies

Professional :: SWF In FF And Chrome Browsers

Jan 26, 2012

I have one problem with my swf file, I have created an swf for calculating speed. In the time of 12Sec. one person can move some distance with some x speed, an another person can move same distance with 2x speed, but finnaly two persons will reach the distance in same time that is 12Sec. I have created one timer for this, will show the time.If I run the swf the timer is working fine, I embeded this swf into html and I checked that html file using IE it is working fine, but if I check it in FF or Chrome the timer is running bit slow and it is effecting my functionality.

[Code]...

View 16 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

Professional :: XML Don't Load On Some Internet Explorer Browsers

Apr 7, 2010

i have a site developed in AS3 www.macweb.com.br and the link Portfolio load data from a XML file.
 
Some people that uses Windows XP 64 Bit with Internet Explorer 8 and Flash Player 10.0.45.2 (and others IE with Flash Player version as mentioned) are reporting that the Portfolio Icons and informations are not show.
 
I have tested this behave with my browsers IE 8 (on Win XP 32), Chrome, FireFox, Safari and Opera and the problem dont occur to me, so i need some light to look for the problem, if it is in my Flash file.

View 4 Replies







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