Monitoring Load Movie In Internet Explorer ...
Hi, Does anyone know if you can monitor .swf's that are loaded into a .swf in internet explorer? E.g. you can see the status bar loading the main flash interface, but if another .swf is loaded into the interface using load movie, can you monitor its download progress in IE? Any ideas would be great Thanks Tim
FlashKit > Flash Help > Flash General Help
Posted on: 01-07-2004, 12:06 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Scene Won't Load In Internet Explorer, Only In The .swf
Hey everyone:
I'm in a bit of a bind here. My site performs drastically different when it is run in Test Movie (.swf) and when it is run through Internet Explorer.
It has 3 scenes in the following order and no externally loaded .swfs:
Scene 2 (Preloader)
Scene 3 (Intro)
Scene 1 (Content - I originally began with this one but later added the Preloader & Intro)
When I test the movie from Flash CS3 or run the exported .swf, it runs through with no problems. However, as soon as I export it and run it in Internet explorer through .html file, it will only load the preloader, which then transitions to the intro, and then I get a white screen for Scene 3. I cannot get the main content scene to play at all.
It seems the problem starts with the code to embed the .swf into the .html page. If I run the .swf through internet explorer, it is fine, but then it expands to fill the whole page. I think it wouldn't be wise to run just the .swf online.
I would greatly appreciate any help in this manner!
Thank you,
Adam
*** Solution listed below
[F8] Odd Flash Load Behavior In Internet Explorer
Have any of you seen this behavior? In firefox it works fine but in Internet explorer the flash images does not load until you move the mouse over the flash. I tested it with and without the javascript wrapped around. It is most likely related to my actionscript.
here is the website
http://www.death-by-design.net/product.aspx?c=tshirts
thanks for any tips,
-matt
Jpegs Wont Load With Internet Explorer
Hi, I am currently programing my portfolio site and I have tried a couple different ways of loading Jpegs from an images folder into an empty movie clip. Both worked sucessfully everywhere but PCs, which I hear are kind of important. First I tried the basic LoadMovie ("jpegmane.jpg", movieclip_mc) and that was unsuccessful. Next I tried the following code:
ink_mc.cacheAsBitmap = true;
mask_mc.cacheAsBitmap = true;
ink_mc.setMask("mask_mc");
var loader:MovieClipLoader = new MovieClipLoader();
var listener:Object = new Object();
listener.onLoadComplete = function(target:MovieClip) {
trace("LOAD COMPLETE");
target._parent.load_text._alpha = 0;
//target._parent.play();
}
listener.onLoadProgress = function(target:MovieClip, bL:Number, bT:Number) {
trace("PROGRESS: " + (bL / bT) * 100);
}
loader.addListener(listener);
print_btns.print1.onRelease = function() {
loader.loadClip("images/print_philroy.jpg", content_mc);
_root.ink_mc._alpha = 0;
_root.gotoAndStop("print");
}
I haven't had any problems like this before with PCs. Any suggestions out there?
THanks in advance.
Brandon
Problem Getting Flash/Director Animation To Load In Internet Explorer [renamed]
I am SUPER new, so please don't laugh at me...
I have created a VERY simple animation in MX2004 and placed it in an HTML file using Dreamweaver. When I visit it using Mozilla Firefox, it works fine. However, when I visit the site using Internet Explorer, it shows the Macromedia Shockwave "loadin bar looking" screen and never loads and doesn't display the animation. Please help me, I'm dumb! Thanks!
J
Movie Display In Internet Explorer
Hi Everyone!
I'm new to this forum, but have a little experience with Flash. I'm building a site, mixing flash with css and html on a webpage (obviously). When I test the pages in Internet Explorer, the display jumps around quite a bit when I navigate between web pages (looks fine when clicking through frames in the movies). This is the first time I've ever seen this (in the few times I've built flash-heavy sites) and this display issue doesn't happen in Firefox, Opera or even old Netscape. Unfortunately - most of the world is using IE, so I need a little help.
I thought perhaps the Flash Satay solution might be the answer, but I'm not a handy programmer so before I go mucking around with it, I thought I'd get some thoughts from other flash users...
Here's the link: mustardseedwoodworking.com/testing The pages in question (and the only ones that are working, really) are the home page, the about page, and then galleries one and two.
(Oh finally, I'm viewing these pages both locally, on my computer and online after being uploaded. I have cable internet access. I realize Gallery 2 loads a bit more slowly than Gallery 1, but the primary reason I'm using flash to display the tables is because I want large, high rez photos. )
Thanks in advance!
Michelle
Edited: 09/21/2007 at 06:24:00 AM by pisceswind
Movie Not Loaded Error In Internet Explorer
Well, the title about sums it up. I have a flash movie embedded into my website @
http://www.roundtopriders.com/index.php?id=team
This page displays perfectly when viewed in Firefox, but when i try to look at it in Internet Explorer, nothing loads and i see a "movie not loaded" when i right click on the location where the movie should be.
I have a page that was generated when i Published my video. This can be found @
http://www.roundtopriders.com/PHP/fade.html
This page will work on both browsers.
I appreciate your help!
Thanks in advance,
Jason Wagner
www.RoundtopRiders.com
Flash Movie Is A Hyperlink In Internet Explorer?
I don't know why but I included a Flash movie in my XML site and in Firefox it appears normally, but in IE it is a hyperlink and does nothing when clicked. Anyone?? Here is my code:
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="
Flash Movie Not Showing On Internet Explorer
I had a problem that my drop down menu's were hidden behind my flash movie.
I had to change the way the flash was embedded to sort this out.
Following this change, the flash movie does not appear on my website, it is empty.
This is the change I made was:
<object type="application/x-shockwave-flash" data="xxx.swf" height="150"
width="764">
<param name="allowScriptAccess" value="sameDomain">
<param name="quality" value="best">
<param name="wmode" value="opaque">
<param name="movie" value="xxx.swf" />
</object>
from
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="764" height="150" id="xxx-banner" align="top">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="bbpp.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#ffffff" /> <embed src="xxx.swf"
quality="high" scale="noscale" bgcolor="#ffffff" width="764"
height="150" name="xxx-banner" align="top"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
A great solution for anyone else facing this problem. It works fine on firefox, but as I say the movie does not show at all on I.E.
Can anyone help?
Thanks
Trouble Loading Flash Movie Using Internet Explorer
hi all,
I am amateur web designer. I am designing a company website for a small engineering firm. Well! I finally finished it and uploaded it. But when I tried to view it in Internet Explorer the Flash (Navigation Bar) movie would not load. Instead, in its place a white box appeared. But then when I pressed refresh, the movie loaded. When I loaded another part of the website the same thing happened.
SO, basically the browser has a mind of its own, sometimes it loads the flash movie sometimes it doesnt.
I even set the baseURL so it knows where to find the flash movie. So then why am I having these problems?
Can someone please, please, please, please, please, please help me.
I would be very grateful if someone could shed some light on this situation.
Thanks
Help Needed In Scaling Flash Movie In Internet Explorer
Hi guys....
hope all r doing fine....can someone pls help me with this....what i need basically is i want my flash banner in the browser to be resized according to the browser width....i have published that banner and the resulting published HTML file from flash works out just fine....but the problem i am facing is that i want to insert that resizable flash to an existing HTML page....but when i copy that flash file from the published HTML page to the html file where i want the flash banner to be displayed.....it does not work.....can someone pls suggest me what the problem might be......thanks in advance....
Problems With Multiple Movie Clips And Internet Explorer
Hi,
I'm working on quite a complex app in flash which requires the concurrent loading of multiple (up to 30 or 40) movie clips at the same time. I've come across an interesting problem with Internet Explorer. When the flash movie is served from a web server (in this case IIS) to Internet Explorer, a number of movie clips simply do not load on the screen. However, if you then refresh the page once or twice, all the clips miraculously load.
This *does not happen in Mozilla*; it works perfectly, first time, off the same server. It also does not happen when I drag the flash movie on to the internet explorer browser from my hard drive, only when it is served from a web server!
This has led me to wonder if it is a problem with the amount of connections to the net internet explorer/flash can have open at any one time, and that maybe flash is timing out some of the movie clips. This would make sense as it would explain why it does work when loading from hard drive and why it works after several refreshes (as the browser would have cached several of the files, requiring less connections to the internet).
With that in mind, I have researched upping the number of connectione IE can make to the internet, and found an MS knowledge base article detailing how to up the number of possible connections by editing the registry. However, even having upped it to 20 and having restarted my computer, it appears to make no difference whatsoever!
I am now at a loss and am appealling to anyone on this forum who may have an idea for help.
Regards,
Ben
Why Does This Simple Movie Run So Slow In Internet Explorer But Fine In Firefox
This script is used to fade a movie clips opacity to 200 (an extra 100 to add to the pause between fading in and out) and then fade it back to 0. I used intervals to create the timing. I dont know of a better way to do it. Anyway if you check out the file under hosting at thetechtree.com you will see it loads slow in IE but fine in firefox. Anyone know why?
ActionScript Code:
var aList:Array = new Array();
aList[0] = "galaxy";
aList[1] = "KOP";
aList[2] = "ramsey";
aList[3] = "sentinel";
var xPos:Number = 336;
var yPos:Number = 265;
//
var speed:Number = 1;
var onOff:Boolean = false;
function fadeIn(targ)
{
if (_root[targ]._alpha < 200)
{
_root[targ]._alpha += 1;
} else
{
intFadeOut = setInterval(fadeOut, speed, targ);
clearInterval(intFadeIn);
}
}
//
function fadeOut(targ)
{
if (_root[targ]._alpha > 0)
{
_root[targ]._alpha -= 1;
} else
{
clearInterval(intFadeOut);
onOff = false;
}
}
//
function screen(myNumber)
{
var targ:String = aList[myNumber];
if (_root[targ]._alpha < 100 && onOff == false)
{
intFadeIn = setInterval(fadeIn, speed, targ);
onOff = true;
}
}
//
var intFadeOut = setInterval(fadeOut, speed);
clearInterval(intFadeOut);
var intFadeIn = setInterval(fadeIn, speed);
clearInterval(intFadeIn);
[F8] Instability Of Internet Explorer When Flash Movie Loads Files Externally
Hello,
I ran into a weird problem, and I was wondering if anyone else had the same problem.
Here is the scenario: You have a web page, in pure html or flash, and there is a link on this page to another page that pops up in a new window, contains a Flash movie and loads some files externally. For example, the first page can be a gallery of thumbnails of some images, and the second page can be a Flash movie that displays a slideshow of the images that you selected on the first page.
Here is the problem I'm having: If you are using Internet Explorer (v6 or v7, does not matter), and if you close the second page before the external files load into the Flash movie, and if you repeat that a number of times, Internet Explorer starts not loading the second page at all. It just keeps loading forever and ever. Furthermore, the first page won't refresh, either. You have to close the windows and start all over again to reset Internet Explorer. I'm having this problem only with Internet Explorer. Firefox and Safari work fine.
Example: If you want to see an example case, here is a commercial website where you can experiment yourself. Go to:
http://www.kohls.com/products/produc...17952 5087468
(If that link does not work anymore, just chose any women's wear at www.kohls.com)
click the "Zoom Feature" button.
A second window will popup and a flash movie will do some external file loading. The movie will say "Please wait" while loading the external files. If your connection is very fast and the first file loads before you even see the "Please wait", try zooming into the picture and forcing the Flash movie to load the bigger image. When you see the "Please wait" message, close the window immediately. Do this several times, and after a while you will see that the second page will start not working. It will load and load and load...
I don't know if it matters, but here are some details about hat I am doing: In my case I'm using a MovieClipLoader to load the external files. I'm loading several external files, and I'm doing so sequentially. I am constrained to open the second page in a new window, because my first page is also in flash, and I don't want the first movie to reset. I use getURL with javascript to open, resize, and center the popup window. And I pass some variables to the second movie. Even if the first page is in html, and I don't pass any variables, I run into the same problem.
This is really annoying, because it limits the usage of the external file loading capabilities of Flash.
Did anybody else run into this problem? This looks like an Explorer problem more than a Flash problem, but is there a way to avoid it? Something you can do in the ActionScript?
Flash Movie Links Do Not Respond In Internet Explorer But Do In Firefox And Opera...
Hello, everyone.
I am posting this request for help after having lighted upon an annoying issue I have been unable to solve myself. I have been toying for quite some time with the idea of producing a CSS-formatted Flash movie that would load its entire contents from either .txt or .xml files, or both, if necessary, and display them by means of the text area component. With the help of Mr Johnny Gulag of the SitePoint forums, I succeeded in introducing into it the more intricate features I had initially envisaged, so that I finally got it to look exactly as I wanted.
Then, when I tested the movie in Internet Explorer, none of the links would open when clicked; of the three context menu options (open, open in new window, copy link), only the third retained its functionality, but I very much doubt any visitor would go to such lengths as to copy the link, paste it into the address bar and thus reach the intended external web site. This was all very vexing, indeed.
I further opened the movie in question in Flash MX 2004's in-built player and everything worked all right; then in the standalone Flash Player 7, and it was fine there, too. However, after I had previously inserted the movie into an xhtml page, the links were as good as dead. I tried inserting it using both the standard (though W3C XHTML 1.0 Strict invalid) Macromedia Dreamweaver 2004 method and the Flash Satay method, but to no avail: no links opened. There, I thought, must be something else at the bottom of it.
It occurred to me that I had not tested it in browsers other than Internet Explorer: once opened in Mozilla Firefox and Opera it functioned properly, and also in Netscape while using the Firefox rendering engine (but, as was to be expected, not while behaving like Internet Explorer).
I am currently all at a loss to understand this exception. The only thing I can suppose to be of importance in this case is that my instance of Internet Explorer has the Flash Player 8 beta installed, whereas all the other browsers still run the 7.0.19 version of the Flash plug-in. Could this be what is causing the links not to respond? I thought of uninstalling the version 8 beta, but decided not to, as soon there is bound to appear the version 8 proper, which I would install any way. It would be very odd indeed to think that anything one produced in Flash MX 2004 would in some respect cease to work in Flash 8...
I should be most grateful again if anyone suggested a working solution. I suppose I am not the only one to have experienced the inconvenience of this
kind...
Internet Explorer And Flash - Freakin Explorer Bar
Okay, I'm pretty new at with Flash, and the whole actionscript/xml/xhtml stuff. When I upload my .swf to the web, I always get that explorer bar dropping bombs everytime I open the page. And I get it on just about every computer. Is there a special embed tag or some trick I'm missing to make that thing go away. Also, why do some sites automatically focus and others not. How do I do that?
POP UP (with Out Internet Explorer On Top) ?
Hi I wonder how can u create pop UP with out Internet Explorer Text on top
What I want is POP with 1 flash button CLOSE
This is Example
http://www.nightmaresonwax.com/enter.htm
See how they did POP UP !!!
Internet Explorer
Hi everybody,
If nothing is stupid here question then please telll me what should be the size of movie so that it shows fully on internet on a 800-600 resolution and what should be the publish settings
Internet Explorer 6.01
Hi,
I have experienced a strange thing lately. My website worked well with Internet explorer 5.5 and still works well with Internet explorer 6.01. However, since I made a windows update on my pc I get scroll bars at the bottom and on the right hand-side of the content window. The website has been built in php and redirect several pages to flash MX. It is working well from there. But as soon as I am using the link from flash that tells me to come back to the content window in php, I get the scroll bars on the content window when it never used to be the case with my other version of Internet Explorer. Maybe I need to add some lines in my source in flash to make it work.
Thank you,
Seb
Internet Explorer 6
I am using win98 yesterday I install Internet Explorer 6 from the net. I made a websie when I view the website using Explorer 6 I saw unallighed tables but before using Explorer 5 table were aligned and images were right on their place. why is that has Internet Explorer 6 some bugs?
Internet Explorer 5.00
i posted my site on the internet,but unfortunately i am unable to open the site while using explorer v.5.00. the site do work with newer version of explorer.any solution?.Appreciating ur help.
Internet Explorer Bg
can i make ie have a bg of my choosing and then load my movie ontop of that so when the client resizes or opens favourite tab etc the movie resizes but the bg stays static
What Is Going On With Internet Explorer
I developed a pretty nice website for one of my clients : https://www.chirocurrent.com/indexSSL.php
This site works fine in FireFox, returning data from a database with no problem. When I try to view the page with Internet Explorer everything comes back as "undefined". Any idea why?? Thank you.
Internet Explorer
Internet Explorer is trying to make me download a flash file insted of just playing it.
does anyone know why this would be?
The file that I published opens in safari but it wont open in ie.
Swf's And Internet Explorer 7
I have a question. When I view web pages that have just an swf, no html it comes up blank. Is this a problem on my end or the person that posted the swf file?If it's mine how do I fix it?
thanks
Internet Explorer 6 And SWF
Hello,
I have installed Adobe Flash Player 9 in my PC and when attempt to open to a file swf with Internet Explorer 6, the content is seen in target. When seeing the source code of the generated page appears the following code:
<html><head> <script src= " head of cattle: //xpsp3res.dll/objectembed.js " ></script> <script language= " Javascript " to >var objectSource= " file:///C:/WINDOWS/Help/Tours/mmTour/segment3.swf "; </script> </head><body leftmargin=0 topmargin=0 scroll=no> </body></html>
How I can fix it?
Thanks very much.
Internet Explorer
I don't understand why it won't show up on internet explorer. It kind of annoying because internet explorer won't show my transparent images either. Plus it always makes the text bigger than it is supposed to be set at, but that I can't fix. Anyway, can someone help me out so my flash will show up? Also if you could, could someone tell me what file format shows up transparent on IE?
Edited: 07/15/2007 at 04:20:07 PM by Amanda Adams
Internet Explorer
This is a little out of topic, my problem is every time I use my internet explorer there is a program that is being installed in my computer, like a clock control, weather device etc.., do you know how can i get rid of this coz it's kinda annoying to uninstall this programs everytime. tnx
MS Internet Explorer Changes
I just found out about these changes and wonder what everyone here thinks about this:
http://msdn.microsoft.com/ieupdate/
After reviewing what Macromedia says about this, and in light of the fact that I have over 1000 pages on my sites that use Flash, I am inclined to wait for the updating tools that MS and macromedia are working to create.
What do you think?
HELP Does Anyone Have Internet Explorer 5?
For some reason I cannot install this onto my computer and I need to see what this site im working on looks like in IE 5...the site is all html so i really need to see what it looks like on other peoples computers
If anyone has the time could you do me a biiiig favor and take a screen shot of the site and send to me at mzello@iupui.edu also tell me what version you are using
here is the site
http://portfolio.iu.edu/mzello/restaurant.html
thanks in advance!!!
Pop Window Internet Explorer 5.5
ok we have a site (flash) hosted on some ip address (given in html code). its working fine. but we don't want user to see the ip address so we are using a frameset file hosted on some other server so that when opens the site he should see that frameset page's url. but when we put that index2.htm (given below in html code) one of the links (reservations) in the flash site that opens up a pop up window doesn't work particularly in internet explorer 5.5.
PLEASE SAVE IT AS HTM AND OPEN IN IE 5.5 CLICK ON RESERVATIONS ON THE LEFT LINKS. IT SHOULD OPEN A POP UP WINDOW BUT IT DOES NOT. ALTHOUGH ITS WORKING IN IE 5.0 AND NETSCAPE.
++++++++++++++++++++++++++++++++++++++++++++++++
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="633,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="main_frame" scrolling="YES" noresize src="http://216.167.45.92/windjammer_template/index2.htm" >
<frame name="mainFrame" src="">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
++++++++++++++++++++++++++++++++++++++++++++++++++ +
Internet Explorer Problems
OK. I use the XP version of IE. Now when I started using IE the bar at the bottom. u know the bar which says that this much is loaded and all that, well i cant find that bar anymore. when i right click it shows that all the bars are enabled. what is wrong and how do i put that bar back at the bottom of my web browser?
Internet Explorer Problems
I have a movie that is fairly large and holds alot of narration. When I test the movie in FLASH MX software package everything is in sync. I test it in the stand-alone-player and everything is in sync. I embed the movie in an HTML page, test in Netscape and still in sync. I I place the movie in an HTML page test in Internet Explorer and the movie is not in sync. Can someone please help. I am using the FLASH 6.0.47.0 player on Windows 2000 and Internet Explorer 5.50.4807.2300
Internet Explorer -6 FREAK OUT
Can anyone help me out here
FIRST
I use mydomain.com to redirect this
http://www.victorsilkin.com
to THIS on my server
http://www.kontoramedia.com/victorsilkin/index.html
The problem
ITS NOT WORKING WHEN U GO TO
http://www.victorsilkin.com
My GET url freaks out in portfolio section of the site and guestbook button when pop up windows suppose to apear
I use this code when u click on guestbook and rest of buttons
on (release) {
getURL("javascript:window.open('http://www.kontoramedia.com/victorsilkin/guestbook/guestbook.php?opt=view','Guest','scrollbars=yes,re sizable=no,width=550,height=580'); void(0)");
_level0.gotoAndPlay("guestbook");
}
It works on my desktop its also working if u go to
http://www.kontoramedia.com/victorsilkin/index.html
This problem is for IE 6 users only (I am IE6 users too)
Can anyone help me out in fixing this problem ???
Befuddled By Internet Explorer
I'm using a SharedObject to track what the user's last page visited on my site is in order to restore the site to that page if the user leaves the site and then hits <Back>, or if they visit for a second time then they will skip the intro. My dilemma is that the code works as I expect in both Opera 7.0 and Netscape 7.02, but fails in Internet Explorer 6. I've chased this all day, and am positive that IE is properly reading my SharedObject, just not advancing the movie properly with the gotoAndPlay.
The code on my first keyframe is as follows:
loadVariablesNum("variables.txt", 0);
_global.myAnchor = "start";
_level0.goNow = "start";
visitorSO = SharedObject.getLocal("vizantTrove");
if (visitorSO.data.myLocation == undefined) {
visitorSO.data.myLocation = _global.myAnchor;
visitorSO.flush();
}else{
_level0.goNow = visitorSO.data.myLocation;
gotoAndPlay(_level0.goNow);
}
Why doesn't this work with IE? Is there a better way to perform the gotoAndPlay?
Every page on my site has the _global.myAnchor variable set equal to the page's label.
I really appreciate help with this. I'm running out of hair to pull out.
vizantSmR
The code in question can be seen in action at http://www.vizantgroup.com
Internet Explorer Caching
Hi,
This seems almost like a newbie question, however something has been driving me mad for years.
How do you ensure that Internet Explorer loads a new version of the swf rather than the cached one?
I've tried everything but it only seems to work intermittently.
Thanks in advance!
A red faced,
PADDYWALL
Internet Explorer Problems Also
I am having a problem viewing my movie in I.E. 5.2.2. For some reason my whole movie works fine in netscape. Most of the movie works fine in I.E. except for my movies loading into level_6 being controlled from level _4.
Internet Explorer 6 Problem With Pop Ups?
does anyone know if there is an issue with using flash mx and dreamweaver 4 and internet explorer 6??
I'm working on a mac and i'm having problems with my pop up windows in internet explorer 6. Now they work fine in internet explorer 5 and the latest netscape and aol etc... I guess i'm just wondering if anyone knows of any issues with the flash mx and internet explorer 6.
I have created pop up in flash 5 and they work fine in internet explorer 6. What i have noticed is that the code i have used in the html document doesn't so up in the source when viewing in ie6 but it does show up in ep5 etc... it's definately present.
any clues??
i'd appreciate any theories.
Internet Explorer Problem
I have to turn my status Bar on every time I open a new window.
Anyone knows how to let it be shown by default?
Flash In Internet Explorer
I am having trouble getting flash mx to quit breaking up when I put it in the internet explorer and use the scroll slider. The internet explorer is a 10.2.8 mac version. Any advice?
Internet Explorer Problems
I recently deleted the old win and reinstalled Windows. Now Iexplorer doesn't display any of the flashMX programs. Not even help? What should I do?
FireFox And Internet Explorer
i've recently installed firefox for a web browser and i've notice a significant increase in performance while viewing my flash on html templates than on internet explorers.
why is this?
and is there a way i can opimize my internet explorer to enhance the performance?
thanks in advance
Mac Internet Explorer Problems
Hi all
I have done a web site with a rewind on each .swf who are loaded in a movie clip on the main. I have follow this tuturial:
http://www.kirupa.com/developer/mx2004/transitions.htm
Everything is fine on a PC, but on mac internet explorer I can see only the main and not the external .swf who should load in the main.
Any suggestions will be the most welcome
Thanks
Different In Mozilla VS Internet Explorer
this is a very ruff dynamic flash gallery im working on...
http://esultants.com/josh/flash2/gallery.html
Problem:
percent loaded located in upper left displays correct PERCENT LOADED in Internet Explorer 6 - but in Firefox it displays NaN (not a number
flashs output says its a number, hoever.
---
I dont have the file with me, but its the percent code is something like this:
percentLoaded = Math.ceil((bytes/totalbytes)*100);
Why would this be?
I can post the code if i must, but im wondering if anyone has heard of this?
Thanks in advance guys!
Publishing For Internet Explorer
Does anyone know if I have to embed my Flash site within an HTML page for Internet Explorer to view? Everytime I try to test the site with Explorer I get errors. Safari doesn't have a problem. I know my Explorer has the plug-in, so not really sure what the deal is.
Damn Internet Explorer
i have a website in which visitors can listen to songs, and i play the songs in a flash mp3 player file, but so the visitors dont have to wait for all the songs to load i have a 1K swf that says "Listen" then when the click that the swf loads the 200K mp3 player swf and the song plays.
Now in firefox and other browsers it works fine, but in internet explorer it doesn't even show the Listen swf and a security notice pops up saying "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. Click here for options..."
Is there anything i could do to the html page, or the swf file so that Internet Explorer won't block it?
Thanks for the help
Internet Explorer NO - Safari YES
HELP, please i cant seem to correct this no matter what i try. I building a site using a few pop up window i am using this coding below
on (release) {
getURL("javascript:NewWindow=window.open('http://www.yoursite.com/pagename.html','myWindow','width=300,height=200,le ft=400,top=200,toolbar=No,location=No,scrollbars=N o,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}
Which goes on the button, the problem is thaat it works fine in safari but not at all in internet explorer. Can anyone tell me why.
Thanks to everyone already on this site for just being here.
Flash MX And Internet Explorer
Hi , I have come across something weired.I'm developing a web site in Flash MX and for every button on the Main Movie,a second movie is loaded.Everything runs fine when I test the movie in Flash MX software.But when I upload the movie and access it through IE some of the movies do not fully load e.g some of the images will be missing.And if I press the button once again that is supposed to load the movie then the movie loads.Now if I exit IE and then load IE and access the site again, I dont have the problem.But then if I delete temp internet files before exiting IE and then load IE again,I get the same problem again.Please help,thanks
|