Flash file does not load properly on NETSCAPE

FLASH

    Next

  • 1. object scrolling
    okay i figured out how to make text scroll with the UI scrollbar component, but what if i need to make both images and text scroll? like text at the top with a series of images following it? is there a component or a variation of a component for that?
  • 2. Flash text vs. Adobe text and fade ins/out
    I'm in the process of creating text fade ins/outs. When I use text imported from Illustrator, the fade ins work. If I set the text in Flash, the fade in/out works while I'm viewing in the application, but doesn't show up in the actual SWF file. It displays at 100%. Any thoughts? Thanks.
  • 3. button and text input components
    i have a part of my website where i want there to be a sort of form, so i have used about 10 text input field components and placed a button component at the bottom...now using actionscript how do i get these 2 components to work together and how do i make sure that when someone clicks the button the information in the text input fields will be emailed to a specified email address?? help is sooo greatly appreciated!
  • 4. Stopping a Flash Loop
    Basically I have a flash file that loops over and over, but I want it to stop when it gets done moving the first time, I just have a couple of simple tweens that keep looping and I need it to stop after the first one. Please help I'm about to throw my computer through a wall. Thanks.

Flash file does not load properly on NETSCAPE

Postby Flasheik » Tue, 02 Mar 2004 10:59:45 GMT

I published flash set at 100% x 100% dimensions, that is, the flash file
should cover the entire browser window width and height. It worked well
using Internet Explorer 6, but when I tested it using Netscape 7, it didn't
work (flash file is small set at the upper center of the window).  How do I
fix this?

Many Thanks




Re: Flash file does not load properly on NETSCAPE

Postby rlc5611 » Thu, 04 Mar 2004 13:45:52 GMT

I just found out I have the same problem but I don't have the answer. If you 
get a solution to this, please please let me know at www.karlazone.com just hit 
the "contact us" button. I would appreciate the help. thanks.


Re: Flash file does not load properly on NETSCAPE

Postby J. Carpenter » Fri, 05 Mar 2004 18:14:17 GMT

Hello,

In Netscape, all you have to do is click on the flash object and it will
automatically download the flash player needed to view it.







didn't
I



Re: Flash file does not load properly on NETSCAPE

Postby Rob De Vries » Sat, 06 Mar 2004 06:18:19 GMT

this is an html related 'problem'   check your html and adjust where needed






didn't
I



Similar Threads:

1.Movie not loading properly on netscape

I posted this question on sitedesign.  No answer

"I published flash set at 100% x 100% dimensions, that is, the flash file
should cover the entire browser window width and height. It worked well
using Internet Explorer 6, but when I tested it using Netscape 7, it didn't
work (flash file is small set at the upper center of the window).  How do I
fix this?"

Anhybody here who can help?

Many Thanks


2.getURL function in Flash not working properly in Netscape 7.2

Has anyone had problems with this?

It works fine in Netscape 7.1.

Thanks!

Mitch


3.Flash + Unicode = Some Flash Based Content Sites Do Not Load Properly

So.. I recently posted on this forum regarding a flash issue in which only 
flash content partially functioned. I finally figured out the root of the 
problem. I'm currently running my machine on Korean Unicode so I can access and 
view sites in the Korean language. However, when reverting back to English, ALL 
Flash based sites work perfectly. The problem occurs again when I change the 
settings to Korean unicode. Surely Adobe must not have overlooked this simple 
problem? Is there a solution to this?

4.hyperlinks (buttons +email) flashes in Netscape - code provided..

Hello there,

I have found that my buttons (simple hyperlinks) and email (mailto:what ever my email address id) keeps flashing in Netscape (all versions) and Opera 6.1. Why is that, what is wrong - any ideas?

Below you will find the code generated and it seems okay to me - it was developed in DW MX for browser versions platforms, 4.x+:

<html>
<head>
<title>Home Page</title>


<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="FW MX DW MX HTML">
<script language="JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
/* Functions that swaps down images. */
function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args)) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args)) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args)) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}

//-->
</script>
<link href="CSS%20Styles/Arid_links.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ff9900" link="#000000" vlink="#993300" alink="#993300" topmargin="0" onLoad="MM_preloadImages('images/index_r3_c9_f2.gif','images/index_r3_c9_f4.gif','images/index_r3_c9_f3.gif');">

<!--======================== BEGIN COPYING THE HTML HERE ==========================-->
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr>
<!-- Shim row, height 1. -->
   <td><img src="images/spacer.gif" width="33" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="43" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="6" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="13" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="64" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="14" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="83" height="1" border="0" alt=""></td>

   <td><img src="images/spacer.gif" width="238" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="14" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="8" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="8" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="59" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="17" height="1" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>

  <tr><!-- row 1 -->
   <td colspan="7"><img name="lizard" src="images/lizard.gif" width="256" height="144" border="0" alt=""></td>
   <td colspan="5"><img name="index_r1_c8" src="images/index_r1_c8.gif" width="327" height="144" border="0" alt=""></td>
   <td><img name="index_r1_c13" src="images/index_r1_c13.gif" width="17" height="144" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="144" border="0" alt=""></td>
  </tr>
  <tr><!-- row 2 -->
   <td rowspan="7"><img name="index_r2_c1" src="images/index_r2_c1.gif" width="33" height="298" border="0" alt=""></td>
   <td colspan="6"><img name="index_r2_c2" src="images/index_r2_c2.gif" width="223" height="5" border="0" alt=""></td>

   <td colspan="5"><img name="index_r2_c8" src="images/index_r2_c8.gif" width="327" height="5" border="0" alt=""></td>
   <td rowspan="9"><img name="index_r2_c13" src="images/index_r2_c13.gif" width="17" height="341" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="5" border="0" alt=""></td>
  </tr>
    <tr><!-- row 3 -->
   <td colspan="8" rowspan="2" class="Arid"><a href="index.html" onFocus="if(this.blur)this.blur()">Home</a><img name="index_r3_c4" src="images/index_r3_c4.gif" width="13" height="15" border="0" alt=""><a href="about.html" onFocus="if(this.blur)this.blur()">About Us</a><img name="index_r3_c6" src="images/index_r3_c6.gif" width="14" height="15" border="0" alt=""><a href="projects.html" onFocus="if(this.blur)this.blur()">Projects</a><img name="index_r3_c6" src="images/index_r3_c6.gif" width="14" height="15" border="0" alt=""><a href="contact.html" class="Arid"  onFocus="if(this.blur)this.blur()">Contact Us</a></td>
   <td colspan="2" rowspan="2"><a href="mailto: XXXX@XXXXX.COM " onFocus="if(this.blur)this.blur()" onClick="MM_nbGroup('down','navbar1','index_r3_c9','images/index_r3_c9_f3.gif',1);" onMouseOver="MM_nbGroup('over','index_r3_c9','images/index_r3_c9_f2.gif','images/index_r3_c9_f4.gif',1);" onMouseOut="MM_nbGroup('out');"><img name="index_r3_c9" src="images/index_r3_c9.gif" width="14" height="13" border="0" alt=""></a></td>

   <td rowspan="2" colspan="2"><img name="index_r3_c11" src="images/index_r3_c11.gif" width="67" height="15" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="13" border="0" alt=""></td>
  </tr>
  <tr><!-- row 4 -->
   <td><img name="index_r4_c9" src="images/index_r4_c9.gif" width="14" height="2" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="2" border="0" alt=""></td>
  </tr>
  <tr><!-- row 5 -->
   <td rowspan="3"><img name="left_UP_corner" src="images/left_UP_corner.gif" width="43" height="52" border="0" alt=""></td>

   <td colspan="9"><img name="Horizontal_UP" src="images/Horizontal_UP.gif" width="448" height="12" border="0" alt=""></td>
   <td rowspan="2"><img name="Right_UP_corner" src="images/Right_UP_corner.gif" width="59" height="45" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="12" border="0" alt=""></td>
  </tr>
  <tr><!-- row 6 -->
   <td colspan="9" rowspan="4" valign="top" class="Arid2"><p><strong><font color="#993300">Welcome:</font></strong></p>
     <blockquote>
       <p>text goes here...</p>
    </blockquote></td>
   <td><img src="images/spacer.gif" width="1" height="33" border="0" alt=""></td>
  </tr>
  <tr><!-- row 7 -->
   <td rowspan="2"><img name="Right_VERTICAL" src="images/Right_VERTICAL.gif" width="59" height="233" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="7" border="0" alt=""></td>
  </tr>
  <tr><!-- row 8 -->
   <td><img name="Left_VERTICAL" src="images/Left_VERTICAL.gif" width="43" height="226" border="0" alt=""></td>

   <td><img src="images/spacer.gif" width="1" height="226" border="0" alt=""></td>
  </tr>
  <tr><!-- row 9 -->
   <td rowspan="2"><img name="index_r9_c1" src="images/index_r9_c1.gif" width="33" height="43" border="0" alt=""></td>
   <td rowspan="2"><img name="Left_DOWN_corner" src="images/Left_DOWN_corner.gif" width="43" height="43" border="0" alt=""></td>
   <td rowspan="2"><img name="Right_DOWN_corner" src="images/Right_DOWN_corner.gif" width="59" height="43" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="33" border="0" alt=""></td>
  </tr>
  <tr><!-- row 10 -->

   <td colspan="9"><img name="Horizontal_DOWN" src="images/Horizontal_DOWN.gif" width="448" height="10" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="10" border="0" alt=""></td>
  </tr>
  <tr><!-- row 11 -->
   <td colspan="13" class="Arid2"><div align="center"><font color="#993300">©2003
    - All rights reserved</font></div></td>
   <td><img src="images/spacer.gif" width="1" height="15" border="0" alt=""></td>
  </tr>
</table>
<!--========================= STOP COPYING THE HTML HERE =========================-->

</body>
</html>



5.Data file mailbox John Doe was not closed properly

Is there a setting within Outlook 2003 that will allow me to turn off 
Outlook "Fixing" these PST files. Our COO is telling me that he gets this 
error message fairly often and wants it to go away. Granted, the PST files 
are pretty big (about 1.5 gb), I would prefer to tell Outlook when to check 
their integrity.

As to why they are so big, all of our VP's would be lost without the ability 
to view email as far back as the beginning of time of they had it their way. 
It is how they maintain their accountability. I am having a heck of a time 
explaining to them why they should pursue other avenues but they all feel 
like email servers should be able to handle email boxes of any size. If any 
of you have ideas or pointers to documents to help explain why email 
management is a good thing, please be sure to pass that along. 


6. Flash File Gets a White Border on Page loaded and link changes to hyperlink

7. Flash 9 Text Not Properly Anti-Aliased In Flash 10

8. Netscape 4.7 Flash plugin will not load after Windows Media plugin intializes



Return to FLASH

 

Who is online

Users browsing this forum: No registered users and 88 guest