Flash Load In Netscape But Not In IE?
I've created this SWF but it load in Netscape and not in IE? It runs when you double click the swf file?
Html URL Source URL Compile: URL
code....
loader.contentPath = "http://us.medec.com.au/therapeutic/getsymptoms.php?symptomsid=277";//is the path to the file //loader.content =a reference to the content of the loader. The value is undefined until the load begins. pBar.setStyle("themeColor", "0x000044"); pBar.setStyle("color", "0x000044"); pBar.label = "%1 KB out of %2 KB loaded (%3%%)" pBar.conversion = 1024;//1024 per byte pBar.source = loader; pBar.mode = "polled";//if you want it to disappear pBar.complete=function(){//this way is better than placing the code inside the component using on(complete) // pBar._visible=false; }
Thanks.
Barry Halim
DevShed > Flash Help
Posted on: August 10th, 2004, 03:16 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Netscape V4.08 Won't Load Flash MX
I'm having problems with bloody Netscape. The Flash MX swf loads and works perfectly fine in all IE browsers we've tested and most Netscapes, but it won't load in Netscape 4.08. I'm trying to tell them to just forget about 4.08 but they won't. Any ideas on how to go about fixing this?
Ta,
Emma
Detect Netscape To Load Background In Flash
Hi All,
I have searched in this forum but have not foud a good message to solve detecting the browser (netscape or IE) from within the Flash movie. The idea is in case Netscape is used as browser to activate a background in the flash movie, otherwise the movie is transparent and the backround from the HTML will shine through.
Can anybody help with a full solution. I know I have to use JaveScript in the HTML code to detect the browser and link the result to a variable but then????
Thanks
Flash Image Viewer No Load In Netscape
Hi Guys, I hope some one can help, I may be in the wrong forum for this.
I'm haveing a problem with a flash file .swf loading in Netscape 7.1
I used Dreamweaver MX 2004 for a flash component - image viewer to make a 6 picture slide that plays automaticly and loops.
In IE6 on my PC it works and on the test web site it works fine.
but testing withe Netscape 7.1 on my PC it will not work and on the web site it will not work ether.
the web site is www.secondwindstudios.net
When viewed in netscape it just comes up with a white square box.
there are other flash file on the same page, the header and 3 flash bottons at the bottom that work just fine. I hope some one can help, this is driving me crazy.
Thanks Mark.
[HELP] Flash Doesnot Load In Netscape And Firefox
Hi, the flash appears noware in netscape and mozilla! Please let me know if there has to be any code that i need to put in the html content or where? but the sites works in Internet explorer
link1: http://www.creativechasers.com
link2: http://edtlive.com
please help
thanx and regards
-Madhu
http://pulsetemple.deviantart.com
Why Will .swf's Load In NetScape But Not IE.
I know I have the flash 6 player installed for both browsers, but my .swf's won't load in Internet Explorer, only Netscape 7.0. If I test the pages from my computer using IE, it works, but not from the server. Does anybody have a clue as to why this is happening.
I know there is nothing wrong with the programming within flash because when tested it works.
go to www.delstrange.com/skdzines and click on any of these pages to see what I mean; "about me", "contact", "skills" and "resume" (skills and resume are under profile). If you can, try viewing them in both browsers. The only page that loads in IE is "about me".
Thanks.
Netscape Won't Load My Site
I have a Flash-based website that can not load on Netscape 7.1 for MAC users (OS 10 and lower) -- especially AOL users. Here's the site to see for yourself http://www.yunaverse.com. I got some code from Mozilla, however, I think it's the code in my pre-loader that needs some tweaking.
Here's the code:
onClipEvent (load) {
total = int(_parent.getBytesTotal());
}
onClipEvent (enterFrame) {
loaded = int(_parent.getBytesLoaded());
percent = int(loaded/total*100);
_parent.counter = percent + "%";
gotoAndStop(percent);
if (loaded == total) {
_parent.gotoAndStop(5);
}
}
FYI:
1) The site was designed on a PC
2) The site is viewed with no problems for PC users using Netscape
I would greatly appreciate some assistance.
Movie Won't Load In IE But Does In Netscape Why? Help
please help me real quick? I made an eyeball movie for my website that loads after the _root movie loads. There's a button at half alpha of it that loads the eyeball when you rollover it. It works perfect in Netscape but doesn't work at all in IE. i tried it on my Mac IE and on my PC IE too! below is my code:
Code:
on (rollOver) {
loadMovieNum("eye.swf",1);
_root.play();
}
I put the _root.play(); in there so the main movie goes forward one frame and i get rid of the the loader alpha button. below is a link to my site so you can see it, but again, it only works in netscape it seems and i can't figure out why.
http://www.threebrain.com
if the eyeball does work on your IE hollaaa at me too and tell me. I'd appreciated. weird! stuff usually works in IE but not netscape
Is There A Load Movie & Netscape Issue?
hey everyone...
i have just built a site which is made up of a number of separate swfs which are loaded into a MC when needed.
the site rocks along in IE but nothing happens in netscape.
anyone know what the story is??
thanks.
jodie.
Help::::::load Movie Not Working In Netscape?
I've done a swf movie, there are some sub movie load into the main movie. It works fine in IE. but in netscape (4.6). the load movies doesn't work!
Why is this and how can I make it work?
thank you very much for any bodycan help!
My Site Wont Load Up In Netscape. Help
i recently discovered that my site cannot be viewed in netscape, and i'm not sure how to fix this.
http://www.gtluke.com/anighttoremember/
what am i doing wrong here?
sorry the the newb first post, i've been lurking here and reading for about a year. everything i know i learned from reading this site thanks!
Load Movie To Different Levels Do Not Work With Netscape 4.5
Hi,
I have a main movie and can load many external swf into various levels. It can be played correctly online if I used IE5.
The problem is that some of the external movies that use the following script on a button did not work.
on (press) {
loadmovienum (external.swf, 2);
unloadmovienum (3);
}
Will Netscape 4.5 be different from IE5 in terms of viewing Flash 5 movie?
Anyone knows where is the problem that I encountered?
Thanks
net2
Load Movie Doesn't Work In Netscape
We have a Flash movie that works fine in netscape but at the end of it we have a button with a Load Movie action on it so that when you click the button it loads a new movie. This works fine in IE but not not in Netscape.
Any ideas why not?
[Using Flash MX]
Load Different Swf Files Problem (Netscape Works, IE Doesn't)
Hi, All
I have a very bazaar issue here(Netscape works, but IE doesn't), and hope you guys can help me.
Here is the situation.
1) I have one "index.htm" which embed "control.swf"
2) in control.swf, I have 3 buttons,
for each button, i have like
btn1.release = function() { _level9.presentation.display.stop(); _level9.loadMovieNum("1.swf", 9);}
btn2.release = function() { _level9.presentation.display.stop(); _level9.loadMovieNum("2.swf", 9);}
.....
3) in 1.swf, 2.swf and 3.swf
It is just very simple slide presentation file which add one MediaDisplay component "display" on each presentation stage . the "display" component's mp3 url is 1.mp3 in 1.swf, 2.mp3 in 2.swf.....and mp3 file is set up to automatically play
so here is the problem:
It works fine if I open index.htm with Netscape, but if i use IE6, the mp3 didn't play properly(seems like there is somewhere stopping the sound and then display, then stop it, then display....). (I don't know if i need to mention this. But before i add "this.focusEnabled = false;" to actions layer of 1,2,3.swf, IE works fine, but after adding, it starts the problem. then I deleted these codes, but the problem won't go away anymore....)
I hope i already explained problem clearly..
Any suggestions or advice will be highly appreciated here. thanks
Trouble With Netscape (Damn Netscape 4.7)
http://eservices.no-ip.com/clients/abcfood/
Pls check the link above with netscape
There is a spacing above the 2 flash animation (not developed yet)
I'm wondering if anyone can help me
Netscape & Flash
This might be kinda of an out dated question but:
You know when you visit a flash site in Netscape your mouse cursor gets locked in the over state.
Did they fix that yet?
Its been a while since I had Netscape, so I'm realy clueless about that.
-thanx,
ch33z
Help With Flash In Netscape
Some body know why I can't see my page in Netscape,its works perfectly in Explorer?
http://www.becnel.8m.com
Flash And Netscape?
flash and netscape???
why is it that when I go to macromedia web site I can view their flash on their web page using netscape 4.79.
but when i create something in flash and go to view it, I can't see it, it will not display anything I created in flash and display in netscape.
so i had to get the flash 6 installer, now it works, but I could view flash on macromedia web site before without it.
any ideas
Thanks,
Altec
Can't See Flash In Netscape
Hi,
I need help. I can't see my flash in any netscape version 6.0 and below. Here is the html code. Any advice would be helpful.
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>troubleshooting</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="800" HEIGHT="600" id="troubleshooting" ALIGN="">
<PARAM NAME=movie VALUE="troubleshooting.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="troubleshooting.swf" quality=high bgcolor=#FFFFFF WIDTH="800" HEIGHT="600" NAME="troubleshooting" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
</BODY>
</HTML>
Flash And Netscape
Hi
can anyone help me
have a textbox three words in it, Second word in in bold, but when I publish it its not in bold in the swf
solution delete the word from this textbox and put in enough space so i can place a second texbox above the blank spave and pu the word in it and bold it, it looks like there all in the one text in the swf and correct.
my problem is that when I open the swf in netscape the textboxes are not aligned and the smaller textbox with the bold text in it is way oof the other.
Anyone any ideas, by the way I am and have to use a device font(_gothic). And I cannot break apart the text
Flash In Netscape
I have a flash object created with flash MX up at http://www.gwcrane.com and it doesn't seem to be showing up on my version of Netscape 7.0. It seems to be working fine with IE 5. Does anyone know what the problem is? Thanks.
Netscape & Flash
Hi I have a site written in Flash that works fine with Windows but when it comes to Macs it appears oversized and non of the animation works.
Any Ideas.....
Thanks In Anticipation....
Flash And Netscape
Hello all!
I'm new in this forum and i hope that i can help and be helped!
Well and for start my presence in the comunity I have a litle problem whit flash and netscape.
I'm make a webpage using php to query a database and then stored the query in a POST variable for pass it into a movieclip in flash, the problem is that the flash movie clipt doesn't recognize portuguiese caracters like "ç","ã","õ","á" or "à"... the funny thing, or not, is whit internet explorer is working fine.
Here I show you the code I'm using
Code:
<TABLE WIDTH="100%" HEIGHT="100%" BORDER="0"><TR align="center" valign="top"><TD><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=760 HEIGHT=507>
<param name="movie" value="inicio.swf?novi=<?PHP echo $_POST[novi];?>" /> // I using this for pass the content of the variable $_POST[novi] in internet explorer
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="devicefont" value="true" />
<param name="bgcolor" value="#dedede" />
<EMBED src="inicio.swf?novi=<?PHP echo $_POST[novi];?>(here is were i pass the content of the variable to in netscape)" menu="false" quality="high" devicefont="true" bgcolor="#dedede" WIDTH=760 HEIGHT=507 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</TD></TR></TABLE>
I allredy try to download the portuguese version of netscape and the problem was the same.
Thanks for your help in advance
Can't See Flash In Netscape 6.2
I just loaded NS 6.2 onto my PC for testing purposes and now notice all my flash movies don't appear at all, just a white box where they should be, no broken link, no popup warning etc. I'm pretty sure most were exported as flash 5 (made with mx). My site is www.sproutmedia.com which has some basic flash elements that don't show, including navigation if anyone has time to take a look. I noticed that even the 2advanced site has the same thing happening. Is this problem only with NS 6.2 or are there later browsers without the flash plugin?? Is it a good idea to have a plugin detection to divert to the macromedia download site if flash isn't detected or is there a better way? Any help much appreciated.
Flash And Netscape
the project i am working on messes up in netscape. the radio buttons don't show up in netscape, and the movie cuts off the top half unless i open dreamweaver and add my swf that way. is there some setting i need to change when publishing? i'm using flash mx 2004. thanks!
http://www.maddysbook.com
Flash And Netscape
I have just created a website that is using a layer and when that layer loads in netscape and the scrollbar is not in either the full top or full bottom position but anywhere between it seems to completely blow the buttons out of position. Therefor anything in the background that is clickable is not. What am I missing here? Is this fixable?
This is the URL, if you have netscape, position the scollbar just a little below the complete top position and try and use any navigation.
http://www.eppsaviation.com
Thanks for any help, I appreciate it!
Bradley
Flash 9 And Netscape 7
I am currently trying to install Flash 9 onto Netscape 7. When I install Flash 9 from the adobe site everything seems to install fine, but when I go to about Flash it says Flash 6 is installed. Is Flash 9 compatiable with Netscape 7?
Flash And Netscape
Using this to go to a specific frame in a flash movie as the html page loads. Words fine with IE but not with Netscape. Any ideas?
<BODY onLoad="MM_controlShockwave('document.horse1','doc ument.movie','GotoFrame','41')"
Bill
Flash And Netscape
Using this to go to a specific frame in a flash movie as the html page loads. Words fine with IE but not with Netscape. Any ideas?
<BODY onLoad="MM_controlShockwave('document.horse1','doc ument.movie','GotoFrame','41')"
Bill
Flash With Netscape...
Hello
I hope that someone can help me.I did an animation in Flash that works in IE very well but in Netscape the words that have a link show the letters revolt.Something like this
Must show this---->Welcome
But show this----->elWmeco
Someone know what could be the reason.Is the plugin or what
Thanks
Netscape 4.7 And Flash
I'm designing a site for a client which primary browser is netscape 4.7 (and dont want to change it! ), and they want flash.
The site is HTML and Flash, does any body knows why I get a white bar under the flash movies and how to get rid of it?
Thanks a lot
Flash 5, FSCommand And Netscape 6
Hello all
I'm trying to run some JavaScript using the FSCommand, but it seems that Netscape 6 does not run the DoFSCommand function as generated by Flash 5.
I recently discovered that the FSCommand does not work on IE on the Mac . . . is there a similar problem with Netscape 6 or is it more likely that I am doing something wrong?
Would appreciate any help . . .
Javascript (on Netscape) <=> Flash
I just need to pass a Var from a javascript to a flash but on Netscape Browser, on IE, i have no problem about this
thank you and sorry for my bad english! ^__^
platone
Urgent: Flash In Netscape
hello,
I just finished a flash file, only found that I just ran into a compatibility problem.
I have done a flash file, only found that the flash does not work in Netscape (acn't see anything).
Is there a way to get round that?
Or is there any changes I should make?
Please help, this is urgent.
Flash/PHP POST Vs GET In Netscape
I'm having a problem when calling external PHP scripts in Flash using load variables when viewed through Netscape...
When I use POST as the method, none of the variables are passed to or from the script...
When I use GET as the method, the script seems to be called twice and the output is doubled...
If I use neither, and attach the variables to the end of the address in a query string, the output is quadrupled...
In IE, POST works fine, but the results from GET or a query string are the same as above.
Any ideas?
Detecting Flash Ver. In Netscape 4
in netscape there is no autoinstall, and also it can't detect the installed plugin version. how can i wrap it? i've tried some tricks found on flashkit, but there's no success.
HELP ME!
Flash .swf Shrinking In Netscape 6.1 WHY?
I just finished a site the has a small Flash header at the top og the homepage. I used the code generated from the Flash publish command, and cut and pasted it into my main HTML page. It looks great in IE 5 but when I view it in Netscape 6.1 it shrinks to a quarter of it's size! I've struggled with this, looking at the code and can't find what I'm doing wrong! CAN SOMEONE PLEASE HELP?
Signed,
Desperate and hates Nutscrape!
Flash In Netscape Browser
I have 3 flash .swf images on my web page - they look fine using Internet Explorer, but when I view the page in a Netscape browser all 3 of my .swf images have a white background rather than the transparent background they should have. I used "transparent windowless" when I did the publish settings in Flash 5. Is there something different I need to do so that the background will be transparent in both types of browsers?
Thanks,
Kathi
Flash 5 / Netscape 6.2 Question
I've designed a Flash 5 windows projector movie that opens pdfs and website links. It works fine with all versions of IE and Netscape except for Netscape 6.2. I used a getURL to link to external websites and a local file, but it won't open with Netscape 6.2 as the default browser. Any suggestions?
Thanks,
Jay
Flash Forms And Netscape
Hi there.. misleading title sorry, 2 seperate questions. ignore this elsewhere.
1. How do I make forms in flash and then resize the text input field without it messing with the proportions and size of the text inside it.. when I resize the box to the measurements I need it stretches the type that goes inside.
2. When I embed my swf in a HTML page, Netscape (4.73 Mac) changes all the text to what appeared to be a snippet of HTML, but it was nothing that related to my document. When I clicked on a button the page changed but a related animation did not play and some of the body copy had again been changed to what appeared to be a snippet of Actionscript used in my movie.
What's going on? Netscape bug? It works fine in IE.
Flash 5 bu the way, any help would be a big help!
Netscape Flash Player.
Is there a way for my users to install the flash player with out the complicated download file and install process, that plauges Netcrap..oops I mean Netscape? Not only does it confuse the "simpler" users, but it also closes the freakin browser then opens up to a macromedia page... I hate them!!!!!!!!!!!!!! Netscape is the bane of my existence.
Thanks for helping/listening to me vent.
Netscape Navigator And Flash
Does anyone know why Flash movies need more room in Netscape 4+? If you place a flash movie 460x200 say in a table cell it displays with those exact dimensions in IE, but if you open the same page in Netscape an invisible "border" is displayed pushing everything out of order? Grrrr. Anyone know how to fix this?
Thanks
POST From Flash In Netscape Vs. IE
Greetings -
I am using a function in my Flash application to post a variable value to an .asp page, in order to call up that page in a new window with information, pertaining to the submitted variable value. Works just fine in IE. However, in Netscape, the variable posted by Flash does not appear to be received by the .asp page.
Anyone seen similar problems and/or know of a solution? Thanks much!
Flash Deployment Kit And Netscape 7
Hello,
My old web page can detect for a flash player in IE5-6 and Netscape 4-6 but fails on Netscape 7. Is there a new flash detection kit?
Detection On Netscape Flash MX
Hello Again!
Why the Nescape users can't see a movie made with MX?
I published the movie with the option of detecting Flash player 6, and still the Nescape people can only see the background and hear the music but no movement.
I can't tell everybody to change to Explorer (I have to be user friendly)
Thanks!!!!!!!!!!!!!!!!!!!!!!!!!
Netscape 7 Problem With Flash 5
Just wondering if anybody is having a weird problem loading several external Flash movies into the main movie by using Netscape 7 for Windows. This problem does not happen to IE 5.
The problem I'm having occurs when I preloded several extrenal flash movies into the main movie, what happened was Netscape loads the first SWF and then skip the rest, then plays the main movie. However, I noticed that the other SWF are still being preloaded in the background.
What's coded in the main Flash movie are as the following :
frame 1 : loadMovie("one.swf","one_mc");
load the extrnal movie, one.swf, iuto one_mc movie clip in the main movie
frame 2 : stop();
stop the main movie and waits until the external movie has been loaded completely
another MC is running which checks if the loaded bytes of the external movie has reached the total bytes, if so then tell the main movie to play the next frame, otherwise keeps looping until all bytes are loaded.
frame 3 : loadMovie("two.swf","two_mc");
frame 4 : stop();
yet another MC is running to check if the external movie has been fully loaded.
...
frame 20 : one_mc.gotoAndPlay("play");
tells the one.swf which has been loaded to one_mc to play the frame called 'play'
...
On each external movie, the first frame contains stop(); command which will stop at the first frame and wait for the main movie to tell them to play.
It seems that Netscape 7 skips all the stop(); command in the main movie after the first movie has been loaded, so it plays all the frames on the main movie until the end, while the other extrenal Flash movie still being loaded ( which is not supposed to happen that way ).
I would like to know if you Flash Gurus have experienced such problem and already find a work arround the problem.
Thanks in advance.
iwa
Publishing Flash For Netscape
Is there any difference between the <EMBED> codes for IE vs. Netscape? When I upload my page to a server it works fine in IE but nothing comes up when it is viewed in Netscape.
http://www11.brinkster.com/osteoporo...der/flash.html
The wierd thing is that I can view the files locally from my computer in netscape, just not online.
This is the code I used to embed:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="560" height="395">
<param name="movie" value="brownfolders.swf">
<param name="quality" value="high">
<embed src="brownfolders.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="560" height="395"></embed></object>
Any suggestion would be appreciated! :)
Flash / Netscape Problems
Hi All
I am currently building a new website for my Karate club, everything works fine in Internet Explorer 5.0 but when I go to view it in Netscape 7.0 I can not see my Flash Menu.
Can someone help.
www.sgka.org/test/test.html
Regards
1druid1
Problems With Netscape & Flash
I don't know why i cannot pass wariables to netscape (mozilla) like this:
.......
<PARAM NAME=movie VALUE="flash/gesla2.swf?in_barva=9966FF&in_model= CARISMA&in_gesla=ZANESLJIVOST IN KVALITETA">
.......
It works with IE but not with Netscape.
Any ideas???
Thank you!
|