Scaling A Movie In Firefox Or Mozilla
Hi everybody,
I created a movie that should scale with "showall" mode, when the user manipulates the internet browser window.
Internet Explorer and Safari work fine, but when I try to use Mozilla or Firefox, the movie does not scale.
Does anyone know why this happens and how it can be solved?
Thank you very much for your assistance.
Peace, Cayo Hueso
SitePoint > Design Your Site > Flash and Actionscript
Posted on: May 9, 2005, 09:36
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Scaling A Movie In Firefox Or Mozilla
Hi everybody,
I created a movie that should scale with "showall" mode, when the user manipulates the internet browser window.
Internet Explorer and Safari work fine, but when I try to use Mozilla or Firefox, the movie does not scale.
Does anyone know why this happens and how it can be solved?
Thank you very much for your assistance.
Peace,
Cayo Hueso
Scaling A Movie In Firefox Or Mozilla
Hi everybody,
I created a movie that should scale with "showall" mode, when the user manipulates the internet browser window.
Internet Explorer and Safari work fine, but when I try to use Mozilla or Firefox, the movie does not scale.
Does anyone know why this happens and how it can be solved?
Thank you very much for your assistance.
Peace,
Cayo Hueso
Scaling A Movie In Firefox Or Mozilla
Hi everybody,
I created a movie that should scale with "showall" mode, when the user manipulates the internet browser window.
Internet Explorer and Safari work fine, but when I try to use Mozilla or Firefox, the movie does not scale.
Does anyone know why this happens and how it can be solved?
Thank you very much for your assistance.
Peace,
Cayo Hueso
Scaling A Movie In Firefox Or Mozilla
Hi everybody,
I created a movie that should scale with "showall" mode, when the user manipulates the internet browser window.
Internet Explorer and Safari work fine, but when I try to use Mozilla or Firefox, the movie does not scale.
Does anyone know why this happens and how it can be solved?
Thank you very much for your assistance.
Peace,
Cayo Hueso
Flash Movie Scaling In Browser - Not Working In Mozilla/Firefox?
Hey guys,
Nearing the end of this crazy Flash project, and one of the finishing touches we are doing is trying to get our Flash movie to scale to the browser size.
I got this going with IE by setting width and height to 100% (instead of pixel values), but this doesn't work in Mozilla based browsers...
Seems to work in IE/Win and Safari/Mac, but not in Moz/Win, Firefox/Win, or Camino/Mac...
The odd thing is if you serve up a page to Moz/Firefox/Camino with width and height equal to 100% the browser makes the flash movie tiny, not even the default size of the stage...!
Does anyone know of a way to correct this?
Thank you.
mark
Flash Movie In Mozilla & Firefox Vs. IE
Alright, this may not be the right place to ask this question. Hopefully someone can help.
I've created a flash movie that is a group of navigation buttons for a website. I've got it in a folder and am importing it to every page I use using 'php include'.
Now every page I am using is in the same folder, so the linking isn't a problem. I'm actually not really quite sure what the problem is. All I know is that when I load the pages in IE I get everything else to work but the nav buttons that are in Flash.
In Mozilla & Firefox they work perfectly. Does anyone have any help for me.
Thank!
NathanG
100% Flash Movie In A Floated Div In Firefox/Mozilla--Dutchy? Anyone?
Hi Dutchy (or anyone with ideas!),
I saw your reply to the "100% flash movie in Firefox 1.0" thread. I have a similar problem trying to get a stretchable Flash movie in a div that fills part of my page. I tried bits of your code at a time and what worked was to make the div that holds my movie absolutely positioned instead of floated.
But ideally I'd like the movie div to float so that the site is fluid and resizes nicely if someone changes their browser's text size. Any ideas on how to make the movie stretchable in Firefox/Mozilla AND have the div holding it move down as needed to fit a text resize?
I can get it to work in the floated div in quirks mode by taking out the doctype, but there's got to be a better way, right?
The relevant CSS & HTML are below; #con is the container div and #fla is the div enclosing my Flash movie. The page can be seen at http://home.comcast.net/~ckeleher/te...es/testemb.htm
Thanks in advance!
relevant CSS:
#con {
float: left;
width: 70.6%;
padding: 5px 0 0 5px;
}
#fla {
float: left;
width: 100%;
height: 100%;
}
relevant HTML:
<div id="con">
<div id="ti">Body Basics</div>
<div id="fla"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="what-is-ca-short-fl" >
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="../../body/basics/animation/what-is-ca-short-fl.swf" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="salign" value="tl" />
<embed src="../../body/basics/animation/what-is-ca-short-fl.swf" width="100%" height="100%" loop="false" salign="tl" quality="high" bgcolor="#ffffff" name="what-is-ca-short-fl" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</div>
100% Flash Movie In A Floated Div In Firefox/Mozilla--Dutchy? Anyone?
Hi Dutchy (or anyone with ideas!),
I saw your reply to the "100% flash movie in Firefox 1.0" thread. I have a similar problem trying to get a stretchable Flash movie in a div that fills part of my page. I tried bits of your code at a time and what worked was to make the div that holds my movie absolutely positioned instead of floated.
But ideally I'd like the movie div to float so that the site is fluid and resizes nicely if someone changes their browser's text size. Any ideas on how to make the movie stretchable in Firefox/Mozilla AND have the div holding it move down as needed to fit a text resize?
I can get it to work in the floated div in quirks mode by taking out the doctype, but there's got to be a better way, right?
The relevant CSS & HTML are below; #con is the container div and #fla is the div enclosing my Flash movie. The page can be seen at http://home.comcast.net/~ckeleher/te...es/testemb.htm
Thanks in advance!
relevant CSS:
#con {
float: left;
width: 70.6%;
padding: 5px 0 0 5px;
}
#fla {
float: left;
width: 100%;
height: 100%;
}
relevant HTML:
<div id="con">
<div id="ti">Body Basics</div>
<div id="fla"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="what-is-ca-short-fl" >
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="../../body/basics/animation/what-is-ca-short-fl.swf" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="salign" value="tl" />
<embed src="../../body/basics/animation/what-is-ca-short-fl.swf" width="100%" height="100%" loop="false" salign="tl" quality="high" bgcolor="#ffffff" name="what-is-ca-short-fl" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</div>
How Do I Make My Flash Movie Stretch To Fit A Div In Firefox/Mozilla
I want my Flash movie to stretch to fit a div that takes up only part of the browser window. It works in IE, but not Firefox/Mozilla. I really need the movie to be fluid, so using a fixed pixel size won't work for me. I can make it work by taking out the doctype so Firefox works in quirks mode, but there's gotta be a better solution than that, right?
I've read that you can make a Flash movie stretch to fit the whole browser window in Firefox by adding width: 100% and height: 100% to the body tag. Since the div is sized 100% in width and height, why is Firefox still having a spaz? How do I fix this? Any help appreciated!
The relevant CSS & HTML are below; #con is the container div and #fla is the div enclosing my Flash movie. The page can be seen at http://home.comcast.net/~ckeleher/test/test-archival/pages/testemb.htm
Thanks in advance!
relevant CSS:
CODE#con {
float: left;
width: 70.6%;
padding: 5px 0 0 5px;
}
#fla {
float: left;
width: 100%;
height: 100%;
}
Flash Movie Scaling In FireFox
I have built a Flash movie, that I have set up in the HTML base to scale to the fill as much of the browser as possible (proportions constrained).
i upload it to my hosting directory, and all works well in IE, scales and runs bueatifully!
In firefox however instead of scalling 100% it seems to resize itself to smaller than the original movie! And places itself top-middle in the browser, as opposed to absolute middle, like the html is telling it too!
I have tried this on a couple of machines, and the result is always the same!
Is there something that i am missing, or is this a goof in firefox?
cheers
Firefox Scaling Flash Movie Incorrectly
I have followed all the advice on getting a Flash movie to scale correctly in Firefox. I have put the following into my HTML file:
body,html {
margin:0px;
padding:0px;
height:100%;
}
But this doesn't seem to do the trick. Firefox still displays only the top 1/3 of the movie.
Putting the movie in a table and centering it does not work either. This only seems to be a problem on Flash movies that are set at (Top Left) "TL" alignment.
What else can I do?
Firefox Mozilla
I have a flash webiste that I created (www.abjphoto.com). The only problem is that Firefox and Mac dont load the flash site. How can I get it where my page loads witih Mac and Firefox? It works on Internet Explorer. My concern is that this is my business and I dont want a Mac or FireFox user to go to my page, have it not load, and then bail. Does anyone know how I can make my flash .swf file page compatible with all internet providers?
Mozilla Firefox 0.8 Problem
hi
i've an swf file that sends data to a php file and this php file send the data to an xml file
i publish and i test under easyphp 1.7
when testing this with IE 6 everything is ok
but with mozilla firefox0.8 the xml file doesn't change
!!!!
the first time i see that IE is really utile
LoadMovie And Mozilla/Firefox
Having an issue with a really basic swf. I've got empty movie clips already created on the stage that loads jpg's into those clips using loadMovie. It displays and works perfectly in IE and standalone but will not display the loaded images in Mozilla/Firefox.
Anyone have an idea of why this is?
Conflict With Mozilla Firefox
I created my website 'roy-trainer.com' using Pro 8. It works fine in IE but when i check it on Mozilla all i see are 2 yellow brackets and my email address in the browser window.
Do i need to enter some kind of scripting code?
Thank you for your help.
-RoyWebsite confliction with Mozilla Firefox
.swf Crashing On Firefox/Mozilla?
I'm trying to get a site for a small coffee company finished and the problem is there's a lot going on and it seems to be crashing on some browsers (all Mac ones like Safari, Mozilla and Firefox) but it isn't crashing here at the homebase at all. So it's really hard to debug.
If anyone has a moment and can check out:
http://198.170.88.185/uncensored.html
And see if you are experiencing the same problem. Seems to happen for my clients right after the scream sound effect.
Thanks in advance to anyone who tests.
Mozilla/Firefox Problem
Hi everyone,
i have a problem viewing this site in Firefox.
www.fotograafvanLoef.nl
With IE there`s no problem.
Anyone an idea?
Problem With Mozilla Firefox
i created a menu system for my company's press page and it appears perfectly fine in internet explorer. The problem, however, is when viewed in mozilla firefox. The menu will be about 100 times smaller for some odd reason, making it really inconvenient. Help?
Wmode - Mozilla Firefox
I'm new to flash and have a web banner that was created in flash. I have
dropdown menus above the flash banner, whcih cause the menus to display
behind the flash web banner.
I set the wmode property to transparent for the flash object. The dropdown
menus are no longer hidden behind the flash object in IE and Netscape. But,
Firefox is still causing the menus to display behind the flash object? Is
there a way to correct this in FF?
Thank you.
Conflict With Mozilla Firefox
Hello,
I created my website 'roy-trainer.com' using Pro8. It works fine in IE but when i check it in Mozilla all I see in the browser are 2 yellow brackets and my email address.
Do i need to enter some kind of action scripting code so it can be viewed?
Thank You.
-Roy
Missing Transparency In Mozilla / Firefox
Howdy,
to get transparency in flashbuttons I use this code:
PHP Code:
<param name="wmode" value="transparent">
This seems to work in Internet Exploerer, but not in Mozilla/Firefox.
Any1 know how to solve this problem?
Thx, AbunG
Preloader Don't Work In Firefox Or Mozilla
Hey, I have this preloader and it works fine Internet Explorer, but it always screws up in Firefox and Mozilla!
To see a website that I used it with click here
Here's the code on the preloader:
Code:
onClipEvent (load) {
loadMovie(_parent._parent.loadin, _parent._parent.sideContent);
}
onClipEvent (enterFrame) {
loading = _parent._parent.sideContent.getBytesLoaded();
total = _parent._parent.sideContent.getBytesTotal();
percent -= (percent-((loading/total)*100))*.25;
//".25" is the speed of the bar if the movie is already loaded
per = int(percent);
percentage = per+"%";
loadBar._height = per*4.8;
//length the bar will grow in total
if (percent>99) {
_parent.play();
//what to do when it's done loading
}
}
Can anyone help me with this? Why does it not work in Firefox or Mozilla!?
Loadmovie Issue In Mozilla/Firefox
I tried the search function but couldn't find the same problem as mine (I think).
I have made a site in Flash. Sections are loaded into the main movie (loadMovie).
Now comes the weird part, everything works great in IE but in Firefox it seems that the external swf's aren't loaded into the main movie. I have never seen this happening.
Does anyone have any clue (really anything) how this is possible? I am kinda desperate!
Eric
In IE Flash Wokrs OK But In FIREFOX - Mozilla Not
If I open page I designed with IE works fine (http://www.dnpodgora.com/gb/center.htm), but my friend use Firefox Mozilla and the page came up mixed (part of it in English a part of it in Slovene language, even that the languages have separated folders.
LoadVars And Mozilla Firefox - Problem
Hi All,
There seem some problem with LoadVars(especially sendAndLoad function) and Mozilla Firefox browser. If you break internet connection before calling LoadVars.sendAndLoad or LoadVars.load, you will never get an onLoad callback event.
To describe above in more details, I have attached flash and html file with this post. Please look at the following code.
On layer 1, frame 1:
Code:
send_lv = new LoadVars ();
recv_lv = new LoadVars ();
function fnCallLoadvars(){
send_lv.timepass = "MyTimepast";
//The following can be any URL as per your server/domain
myURL = "http://www.yourdomain.com/demo?userID=admin&testID=25";
//Even following URL shouldn't matter to get call for onLoad
//myURL = "http://www.flashkit.com
send_lv.sendAndLoad (myURL, recv_lv,"POST");
recv_lv.onLoad = function (success)
{
if (!success)
{
//myTxt1 is a dynamic text box
myTxt1 = "I am not successful";
}
else
{
//myTxt1 is a dynamic text box
myTxt1 = "I am successful";
}
};
}
stop ();
Code on Button:
Code:
on(release){
fnCallLoadvars();
}
Now, suppose the above file is embeded in html and uploaded on some server. When you will run this file from the server through internet connection, you will see a text box and button. Now, unplug your internet connection and click on Button. Ideally the text box should display value "I am not successful".
But with Mozilla Firefox, it doesnt happen at all and keep hanging for all the time throughout. Interestingly with IE, it works perfectly fine. Is there any bug or limitation with Flash and Firefox? Any expert comments?
Thanks,
Guy Logical
PS: When I serach on Macromedia site, I found the following link from livedocs where a couple of people have raised the same point but are yet unanswered. The link for the same is:
http://livedocs.macromedia.com/flash...=00001408.html
No Right Click Controls In Mozilla Firefox?
Hi there,
I just want to disable the right menu controls like I do when
I publish SWF in HTML for internet Explorer with the following line:
Code:
<param name="menu" value="false">
But when viewed in Mozilla Firefox browser, it does not work...
does anybody know the right parameter for this browser?
Thanks!
LoadMovie Problem In Mozilla Firefox
Hey,
My Flash app doesn't work in FireFox (but works in IE).
The problem I know is associated to loading external SWF and JPG files when using a BASE folder. Without the base folder it works fine. Here is some syntax I use:
[On Frame 1 of the base SWF, i.e. one frame before the preloader frame:]
....
_root.logo_mc.loadMovie("FlashFiles/Logo.jpg", "GET");
Note: This file never gets loaded into the BaseApp.swf. The object html tag looks something like this:
<OBJECT....
<PARAM NAME=movie VALUE="http://www......./flashapp/FlashFiles/BaseApp.swf">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<PARAM NAME=="BASE" VALUE=="http://www......./flashapp/FlashFiles/">
<EMBED src="http://www......./flashapp/FlashFiles/BaseApp.swf" menu=false quality=high bgcolor=#FFFFFF WIDTH="600" HEIGHT="400" NAME="BaseApp" ALIGN="
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" BASE="http://www......./flashapp/FlashFiles/"></EMBED></OBJECT>
What's the easiest resolution to get it working in FireFox as well as IE?
Looking on many forums on the web no one has been able to address this issue, maybe because Firefox is not supported by many developers or maybe I just don't know how to search
Let me know if you need any other info, many thanks.
Images Not Always Loading In Mozilla/FireFox
Hi there!
My first time on the forum, hope you can help me out, so maby i'll stick around for a while
I'm working on this website that has a "collecties"-page. This page contains a list of collections. When the user clicks on a collection, there are 4 thumbnails shown for the selected collection. When you click on one of the thumbnails, the enlarged image shows up.
In IE, everything works fantastic, but when viewed in Mozilla, the images arent always loaded ... So sometimes you have to click 3 or 4 times in order to watch the images appear, and after that, it's possible they dissappear again when you click again
Needless to say this is not what I'm looking for. Are there any known problems with Mozilla ~ Flash which may be the reason for this problem?
The images are loaded externally, and the script doesn't contain any errors according to Flash ...
Here's the link: http://www.gvgb.be/commatest/main.html
(check the collecties-section to look at what I'm talking about)
Bug In Mozilla&firefox For Getting Width Of Loaded Jpg
I´m having really trouble on a advanced slideshow in mac os style.
The script loads and positions jpgs along the with of the loaded instance.
IExplorer does it perfect, but mozilla&firefox often dont get the size.
You can view the bug on
http://greensun.at
-> die.puntigam
Thx for attention and help me please!!!!
Sikanda (http://sikanda.at.tf)
LoadVars And Mozilla Firefox - Problem
Hi All,
There seem some problem with LoadVars(especially sendAndLoad function) and Mozilla Firefox browser. If you break internet connection before calling LoadVars.sendAndLoad or LoadVars.load, you will never get an onLoad callback event.
To describe above in more details, I have attached flash and html file with this post. Please look at the following code.
On layer 1, frame 1:
ActionScript Code:
send_lv = new LoadVars ();
recv_lv = new LoadVars ();
function fnCallLoadvars(){
send_lv.timepass = "MyTimepast";
//The following can be any URL as per your server/domain
myURL = "http://www.yourdomain.com/demo?userID=admin&testID=25";
//Even following URL shouldn't matter to get call for onLoad
//myURL = "http://www.actionscript.org
send_lv.sendAndLoad (myURL, recv_lv,"POST");
recv_lv.onLoad = function (success)
{
if (!success)
{
//myTxt1 is a dynamic text box
myTxt1 = "I am not successful";
}
else
{
//myTxt1 is a dynamic text box
myTxt1 = "I am successful";
}
};
}
stop ();
Code on Button:
ActionScript Code:
on(release){
fnCallLoadvars();
}
Now, suppose the above file is embeded in html and uploaded on some server. When you will run this file from the server through internet connection, you will see a text box and button. Now, unplug your internet connection and click on Button. Ideally the text box should display value "I am not successful".
But with Mozilla Firefox, it doesnt happen at all and keep hanging for all the time throughout. Interestingly with IE, it works perfectly fine. Is there any bug or limitation with Flash and Firefox? Any expert comments?
Thanks,
Guy Logical
PS: When I serach on Macromedia site, I found the following link from livedocs where a couple of people have raised the same point but are yet unanswered. The link for the same is:
http://livedocs.macromedia.com/flash...=00001408.html
Flv/mp3 Loading Bug In Netscape/mozilla/firefox?
I've come upon a strange thing while preloading mp3 or flv. In IE, Opera and Safari everything works fine (and in Flash self of course). In Netscape, Mozilla and Firefox the loader I programmed just hangs.
I've got it online at http://www.sjeiti.com/leala/ : choose portfolio/xyanide and click on one of the examples (1st one is audio, the rest flv).
When you hold your mouse still in firefox the loading will hang (I output the percentage to a debug-texfield)... but when you move your mouse around the (pre) loading will proceed!
The script below is executed when you click a sound or flv. When I turn off the preload visualization (by not executing that run() function) everything just seems to work fine.
Code:
mVid.run = function() {
iBld = this.mFlv.bytesLoaded;
iBtt = this.mFlv.bytesTotal;
if (iBtt!=null) {
fPrt = iBld/iBtt;
this.mBar._xscale = 100*fPrt;
mOut.trace("video loading: "+Math.round(fPrt*100)+"%");
//this.mBar._width = this.mRct._width*fPrt;
//this.mBar._x = this.mRct._width*fPrt/2;////////////////////////////////////!!!!!!!!!!!!!!!!!!!!
}
if (this.mFlv.playing&&oLea.bSnd) oLea.bSnd = false;
else if (!this.mFlv.playing&&!oLea.bSnd) oLea.bSnd = true;
switch (this.iStt) {
case 0:
if (this.mFlv.playing) this.iStt++;
break;
case 1:
this.iLng = this.mFlv.totalTime;
mLsn = this._parent;
mPse = mLsn.attachMovie("sndStop", s(), mLsn.getNextHighestDepth());
mPse.mFlv = this.mFlv;
mPse._x = this.mRct._width + mPse._width/2 + 5;
mPse._y = this.mRct._y;
mPse.onRelease = function() {
this.mFlv.pause();
}
mPly = mLsn.attachMovie("sndPlay", s(), mLsn.getNextHighestDepth());
mPly.mFlv = this.mFlv;
mPly._x = mPse._x + 10;
mPly._y = this.mRct._y;
mPly.onRelease = function() {
this.mFlv.play();
}
this.iStt++;
break;
case 2:
iBld = this.mFlv.playheadTime;
fPrt = iBld/this.iLng;
this.mBir._xscale = 100*fPrt;
//this.mBir._width = this.mRct._width*fPrt;
//this.mBir._x = this.mRct._width*fPrt/2;
break;
}
}
Are there any known differences between the plugins for different browsers?
I hope you can help...
Ron
GetUrl Problem In Mozilla Firefox
hi guys
my problem is that i am using the simple function
on (release) {
getURL("dermagrafics\index.htm", "_blank");
}
to open in a different window a image gallery.
on the internet explorer in pens fine but on firefox a window opens that says in adress bar
http://www.tattoos.gr/dermagrafics%5Cindex.htm
and underneth
page not found.
when i change it from "%5" to "/" manual it works.
what should i do?
Thanks
LoadMovie Problem In Mozilla Firefox
Hey,
My Flash app doesn't work in FireFox (but works in IE).
The problem I know is associated to loading external SWF and JPG files when using a BASE folder. Without the base folder it works fine. Here is some syntax I use:
[On Frame 1 of the base SWF, i.e. one frame before the preloader frame:]
....
_root.logo_mc.loadMovie("FlashFiles/Logo.jpg", "GET");
Note: This file never gets loaded into the BaseApp.swf. The object html tag looks something like this:
<OBJECT....
<PARAM NAME=movie VALUE="http://www......./flashapp/FlashFiles/BaseApp.swf">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<PARAM NAME=="BASE" VALUE=="http://www......./flashapp/FlashFiles/">
<EMBED src="http://www......./flashapp/FlashFiles/BaseApp.swf" menu=false quality=high bgcolor=#FFFFFF WIDTH="600" HEIGHT="400" NAME="BaseApp" ALIGN="
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" BASE="http://www......./flashapp/FlashFiles/"></EMBED></OBJECT>
What's the easiest resolution to get it working in FireFox as well as IE?
Let me know if you need any other info, many thanks.
Loading Problems With Mozilla Firefox
Hey, I am having a rather unfortunate problem in what seems all of my code.
I am using two server/cliant loading things, one is the External Text MX extention and the other is the hit counter from this website.
Both, when using Mozilla Firefox, do not seem to load. You can see by my URL http://www.americasarmyhon.nipz.com/ that it will saw "Loading... Please Wait..." with firefox, and the hit counter will read 000000, however when you open it up in Internet Explorrer everything loads fine.
Anyone know what is going on or how to fix this?
LoadMovie Problem In Mozilla Firefox
Hey,
My Flash app doesn't work in FireFox (but works in IE).
The problem I know is associated to loading external SWF and JPG files when using a BASE folder. Without the base folder it works fine. Here is some syntax I use:
[On Frame 1 of the base SWF, i.e. one frame before the preloader frame:]
....
_root.logo_mc.loadMovie("FlashFiles/Logo.jpg", "GET");
Note: This file never gets loaded into the BaseApp.swf. The object html tag looks something like this:
<OBJECT....
<PARAM NAME=movie VALUE="http://www......./flashapp/FlashFiles/BaseApp.swf">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<PARAM NAME=="BASE" VALUE=="http://www......./flashapp/FlashFiles/">
<EMBED src="http://www......./flashapp/FlashFiles/BaseApp.swf" menu=false quality=high bgcolor=#FFFFFF WIDTH="600" HEIGHT="400" NAME="BaseApp" ALIGN="
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" BASE="http://www......./flashapp/FlashFiles/"></EMBED></OBJECT>
What's the easiest resolution to get it working in FireFox as well as IE?
Let me know if you need any other info, many thanks.
Loading Problems With Mozilla Firefox
Hey, I am having a rather unfortunate problem in what seems all of my code.
I am using two server/cliant loading things, one is the External Text MX extention and the other is the hit counter from this website.
Both, when using Mozilla Firefox, do not seem to load. You can see by my URL http://www.americasarmyhon.nipz.com/ that it will saw "Loading... Please Wait..." with firefox, and the hit counter will read 000000, however when you open it up in Internet Explorrer everything loads fine.
Anyone know what is going on or how to fix this?
Mozilla And Firefox Not Working With This Code
// STAGE LISTENERS
// set the Flash movie to have a fixed anchor in the middle of the screen.
Stage.align = "";
// prevent the Flash movie from resizing when the browser window changes size.
Stage.scaleMode = "noScale";
//Add stage listener
Hey guys,
I made a website that uses this code in it to position it on the screen and size it, but it doesn't work in firefox or mozilla.
Anyone got any idea of how to make it work in those browsers.
Thanks
stageListener = new Object();
stageListener.onResize = function () {
if(Stage.width >= 800 && Stage.height >= 480){
stagePosX = (Stage.width/2-800/2);
stagePosY = ((Stage.height/2)+(480/2)-480);
_level1.windowMessage._visible = false;
}else{
_level1.windowMessage._visible = true;
stagePosX = 0;
stagePosY = 0;
}
_level1.easingTo("Quint","InOut", (stagePosX), (stagePosY), 20);
}
Stage.addListener(stageListener);
// END STAGE LISTENERS
Mozilla/ Firefox And Base Parameter
Hi,
we are embedding an flash applet and experiencing problem in Mozilla Firefox. The preloader loads to 100% and then gets stuck on some machines, on other the flash is just blank. IE works fine.
Is this the base parameter that's being used?
URL is http://www.iol.co.za/index.php?set_id=6&click_id=190
The flash is off-the-shelf ticker applet supplied by news agency for flash version 6 minimum, so I don't have access to source, but what's a likely cause?
Volker
FSCommand In Firefox (Mozilla) Problem
Im using Firefox 1.0 and am having problems using flash to call javascript and vice versa.
http://www.moock.org/webdesign/flash/fscommand/flash-to-javascript.html
This example is supposed to work in Mozilla but it doesnt. Examples on the Flash site also do not work in Mozilla.
Has anyone got this to work in a non IE browser?
IE / Mozilla Firefox Audio Streaming
Hey
I made a streaming mp3 player in flash mx.
When i use IE to test my player it works fine and the file loads and plays. When i try firefox on the other hand it does not work. As far as i know i have the latest version of flash player installed.
Is there anything i can add in my code to make it work?
PHP Code:
// code in frame 1
_soundbuftime = 10;
radio = new Sound();
src = "Link/to/mp3 goes here";
radio.onLoad = function() {
title = "Audio Loaded";
gotoAndPlay("Playing");
};
radio.loadSound(src, true);
radio.onSoundComplete = function() {
title = "Audio Complete";
cue = 0;
gotoAndPlay("Paused");
};
//Play Button code -- "Playing" is on frame 10 with a 2 frame loop to be able to update the disply unit!
on (release) {
radio.start(cue,1);
title = "Audio Playing";
gotoAndPlay("Playing");
}
100% Of Browser Window In Netscape/mozilla/firefox
I want this flash movie to stretch to be 100% of the height and width of the browser window -- works fine in IE / Safari, but in Netscape or Mozilla it ends up roughly 200x200 pixels centered aligned to the top. Here's the code I'm embedding it with:
Code:
<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=100% HEIGHT=100% align="top">
<param name="movie" value="../media/website/template.swf" />
<param name="quality" value="high" />
<param name="flashvars" value="mypage=home" />
<param name="BGCOLOR" value="#000000" />
<param name="salign" value="LT" />
<param name="id" value="mymovie" />
<param name="scale" value="showall" />
<embed src="../media/website/template.swf" swLiveConnect="true" WIDTH=100% HEIGHT=100% align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" flashvars="mypage=home" bgcolor="#000000" salign="LT" id="mymovie" scale="showall"></embed>
</object>
Any ideas why this would not work? Is this a known bug? Is there a workaround?
Firefox/mozilla + Javascript Flash Methods
Hi all,
Are we able to use the flash methods with firefox ( 1.0 ) / Mozilla 1.7 ?
Here at work, i need to sync three flash movies on the same page. I was able to achieve this with IE and Netscape 7.2, but in firefox, it doesn't seem to recognize the flash methods, such as play(), percentLoaded();
in IE, i use the following to detect if one movie is done loading with :
document.getElementById ("myFlashMovie").PercentLoaded()
if all my 3 movies are fully loaded, i use the play() method to play all my movies.
I'm able to get my object in firefox, but that's all. I can't seem to find any documentation about this.
Any help will be appreciated, thanks
Function Doesnt Work With Mozilla Firefox
I am using the following call in my flash8 application
getURL("javascript:setFlashHeight('SafetyForum', '645');");
to call the following script function:
<script language="JavaScript">
function setFlashHeight(divid, newH){
document.getElementById('SafetyForum').style.heigh t = newH+"px"; }
</script>
While this works fine in IE, it does'ne appear to do anything in Mozilla Firefox. Can someone please tell me why?
Thanks,
Albert
Firefox/Mozilla + Javascript Flash Methods
Hi all,
Are we able to use the flash methods with firefox ( 1.0 ) / Mozilla 1.7 ?
Here at work, i need to sync three flash movies on the same page. I was able to achieve this with IE and Netscape 7.2, but in firefox, it doesn't seem to recognize the flash methods, such as play(), percentLoaded();
in IE, i use the following to detect if one movie is done loading with :
document.getElementById ("myFlashMovie").PercentLoaded()
if all my 3 movies are fully loaded, i use the play() method to play all my movies.
I'm able to get my object in firefox, but that's all. I can't seem to find any documentation about this.
Any help will be appreciated, thanks
FireFox/Mozilla + Javascript Flash Methods
Hi all,
Are we able to use the flash methods with firefox ( 1.0 ) / Mozilla 1.7 ?
Here at work, i need to sync three flash movies on the same page. I was able to achieve this with IE and Netscape 7.2, but in firefox, it doesn't seem to recognize the flash methods, such as play(), percentLoaded();
in IE, i use the following to detect if one movie is done loading with :
document.getElementById ("myFlashMovie").PercentLoaded()
if all my 3 movies are fully loaded, i use the play() method to play all my movies.
I'm able to get my object in firefox, but that's all. I can't seem to find any documentation about this.
Any help will be appreciated, thanks
Function Doesnt Work With Mozilla Firefox
I am using the following call in my flash application
getURL("javascript:setFlashHeight('SafetyForum', '645');");
to call the following script function:
<script language="JavaScript">
function setFlashHeight(divid, newH){
document.getElementById('SafetyForum').style.heigh t = newH+"px"; }
</script>
While this works fine in IE, it does'ne appear to do anything in Mozilla Firefox. Can someone please tell me why?
Thanks,
Albert
|