Flash Player 7 plugin issues w/ Netscape 7.2

FLASH

    Next

  • 1. Linking a button to a website
    Ok, im new, and I want to link a flash button to a website WITHOUT using actionscript - just using the linkage tool - is there anyway? Thanks in advance.
  • 2. preparing my graphics for Flash
    Hello all, I am a newbie Flash designer who has prepared a .psd of a web interface ready to be sliced and exported to Flash. However, what steps do you guys take when doing this? I only have Photoshop.. I don't have ImageReady or Macromedia Freehand or Fireworks. What color palettes are best for preparing images (that are mostly intricate designs) to Flash? Adaptive? Selective? In Photoshop, I designed my interface in RGB mode, and selected Web Colors only instead of creating the interface using any color available. Then someone suggested that before I export, I should change the "mode" to Indexed Colors. But the problem is when I export images (using the Save For Web) the colors don't appear like they do on a PC. In fact, they appear darker. The quality remains the same, but the colors are OFF. It would be absolutely helpful if someone who's used Photoshop could please outline the exact steps for development of images to preparation for Flash. My deadline is tomorrow afternoon..
  • 3. using an external file for images
    I'm a very novice Actionscript programmer. I know this is probably a one word answer, but is it possible in actionscript to check an external image file for images, and then load those images into the site. In other words, I'd like to keep changing the images and number of images on my website's photo album without rewriting the arrays in Flash. I know how to get images dynamically into flash, provided I know the number of images and what I've named them. My only guess is that you could use php or some non-flash scripting to run a query. But I only know Flash and Actionscript. Am I at a deadend here without learning another programming language?

Flash Player 7 plugin issues w/ Netscape 7.2

Postby MailManUSA » Fri, 29 Oct 2004 04:52:54 GMT

Hi,

 I'm not sure what exactly is causing this issue but if anyone may have an 
idea, please help me out.  I've always created my web pages in IE and then 
TRIED to make the proper changes so that Netscape worked with them.  This was 
always a daunting task and took almost 2x's as much time to do this than it did 
creating the pages.  However, just the other day I came accross someone's tip 
that said web developers should always design/test in Netscape and then adjust 
the pages afterward to work for IE, mainly because IE doesn't follow the proper 
standards according to those by the W3C (CSS especially).  Let me tell you, 
this procedure worked PERFECTLY!  So I'd also like to spread the word for those 
who don't follow this practice.

 My Issue:

 I'm currently redoing a website I made last year.  It's called "My Wish List" 
and basically, it allows people to create a wishlist of things they'd wish to 
receive for certain holidays.  Then, they can have their friends and family 
members sign in to the "visitor's" section to view their wishes, leave 
messages, and write them an email message.  

 The newest version I'm working on now will have a few Flash movies embedded as 
well as being cross platform compatible (IE and Netscape so far).  One of my 
movies is a menu located at the bottom of the page, much like Windows has their 
task bar, start button, etc.  If you test the movie in IE, it works perfectly.  
However, in Netscape 7.2, when you place the cursor over the links in the menu, 
the highligted effect flutters and it also doesn't highlight the text when you 
move the cursor over each item.  For example, if you place your cursor over 
each links, there is supposed to be a gradient background appear behind the 
text.  In IE, it works fine.  In Netscape, if you place the cursor over the 
bottom links, the top links' gradient background flashes/flutters randomly 
however the background on the text you wish to highlight doesn't appear at all. 
 Also, if you place the cursor over the top links in the menu, nothing happens 
at all.  If anyone has any suggestions, please let me know.

 To test my movie out, please go 
 http://www.**--****.com/ :8080/beta/mainmenuBU.cfm

 My SWF settings:

 SWF created in Flash MX (version 6, not 2004)
 OS version: Windows XP Pro. SP2
 Browser's tested on: IE6 SP2, Netscape 7.2
 Flash Player Plugin Version (IE/NN): 7/7


 			<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 	 
				codebase=" http://www.**--****.com/ 
b#version=6,0,0,0"
  					WIDTH="185" 
 					HEIGHT="330" 
 					id="FlashMenu" 
 					ALIGN="">
 	 			<PARAM NAME=movie VALUE="FlashMenu.swf"> 
 				<PARAM NAME=loop VALUE=false> 
 				<PARAM NAME=menu VALUE=false> 
 				<PARAM NAME=quality VALUE=best> 
 				<PARAM NAME=scale VALUE=noscale> 
 				<PARAM NAME=wmode VALUE=transparent> 
 				<PARAM NAME=bgcolor VALUE=#FFFFFF> 
 				<EMBED src="FlashMenu.swf" 
 					   loop=false 
 					   menu=false 
 					   quality=best 
 					   scale=noscale 
 					   wmode=transparent 
 					   bgcolor=#FFFFFF  
 					   WIDTH="185" 
 					   HEIGHT="330" 
 					   NAME="FlashMenu" 
 					   ALIGN=""
  					   TYPE="application/x-shockwave-flash" 
 					   PLUGINSPAGE=" http://www.**--****.com/ ">
 				</EMBED>
 			</OBJECT>



Re: Flash Player 7 plugin issues w/ Netscape 7.2

Postby jameslyon » Fri, 29 Oct 2004 05:25:52 GMT

I noticed also that when the menu is fading in or out, the gradient background 
doesn't flicker.  It still isn't where it should be though.  

 Try taking out the wmode attribute.  I know from experience that IE and 
Netscape/Mozilla apply the tranparent window mode differently and perhaps this 
is a side effect.


Re: Flash Player 7 plugin issues w/ Netscape 7.2

Postby MailManUSA » Fri, 29 Oct 2004 07:03:54 GMT

Thank you jameslyon for the quick reply.

 I have a little more information I figured out after I posted that:

 okay, I just tested the 
 http://www.**--****.com/ :8080/beta/flashmenu/FlashMenu.html (<-- click me) 
Flash MX generated, in a separate Netscape window and guess what...it works 
perfectly. I have a feeling this is my problem, though, I don't know exactly 
how to fix it. 

 So, I guess now I should also let you know that I have set the following CSS 
attributes to the OBJECT tag's id: 

 Code: 

 <style> 
    #FlashMenu 
    { 
       position:absolute; 
       bottom:1px; 
       left:-1px; 
       z-index:1000; 
    } 
 </style> 
  


 Also, one more thing to note: Everything in this page is in a table...accept 
this movie. This is how my page looks while editting: 

 Code: 

 . 
 . 
 . 
 <body onload="javascript: cssVerScrolls('hidden');" bgcolor="#990000" 
bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" 
rightmargin="0" topmargin="0"> 
          <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
                 
codebase=" http://www.**--****.com/ #ve
rsion=6,0,0,0" 
                WIDTH="185" 
                HEIGHT="330" 
                id="FlashMenu" 
                ALIGN=""> 
              <PARAM NAME=movie VALUE="FlashMenu.swf"> 
             <PARAM NAME=loop VALUE=false> 
             <PARAM NAME=menu VALUE=false> 
             <PARAM NAME=quality VALUE=best> 
             <PARAM NAME=scale VALUE=noscale> 
             <PARAM NAME=wmode VALUE=transparent> 
             <PARAM NAME=bgcolor VALUE=#FFFFFF> 
             <EMBED src="FlashMenu.swf" 
                   loop=false 
                   menu=false 
                   quality=best 
                   scale=noscale 
                   wmode=transparent 
                   bgcolor=#FFFFFF  
                   WIDTH="185" 
                   HEIGHT="330" 
                   NAME="FlashMenu" 
                   ALIGN="" 
                   TYPE="application/x-shockwave-flash" 
                   PLUGINSPAGE=" http://www.**--****.com/ "> 
             </EMBED> 
          </OBJECT> 
 <table class="main" cellspacing="0" cellpadding="0" border="0"> 
 . 
 . 
 . 
 </table> 
  



Re: Flash Player 7 plugin issues w/ Netscape 7.2

Postby MailManUSA » Fri, 29 Oct 2004 07:25:53 GMT

Originally posted by: jameslyon
 Try taking out the wmode attribute.  I know from experience that IE and 
Netscape/Mozilla apply the tranparent window mode differently and perhaps this 
is a side effect.

 I tried taking that attribute out and the following resulted:

 IE: White background present
 NN: Still renders transparent background



Re: Flash Player 7 plugin issues w/ Netscape 7.2

Postby MailManUSA » Fri, 29 Oct 2004 08:24:28 GMT

Okay, I figured it out!  Good news and bad.

 When the menu (in the movie) is visible, it is actually on top of a <div>.  
The main feature of this site (I am trying to make) is that, no matter what 
size the user's browser is, the only thing they'll have to scroll is this 
<div>.  The culpret to my problem...<div style="...overflow:auto;">.  Well, by 
removing this the menu performs flawlessly in both browsers.  However, I 
sacrifice the overflow feature (at least in NN).  To compensate, for the time 
being, I'm simply going to create two separate style ID scripts and just remove 
the "overflow" feature from the Netscape style script.

 For example:


 <cfif NOT CGI.HTTP_USER_AGENT CONTAINS "MSIE 6.0">
 <style>
 	table.main {
 		width:100%;
 		height:100%;
 	}
 	#FlashMenu {
 		position:absolute; 
 		bottom:0.1%;
 		left:-1px;
 		z-index:1000;
 	}
 	#mainInfo {
 		height:100%; 
 		width:100%; 
 		background-image:url(testTextArea.png); 
 		background-attachment:inherit; 
 		background-position:top left; 
 		background-repeat:repeat;
 	}
 </style>
 <cfelse>
 <style>
 	table.main {
 		width:100%;
 		height:100%;
 	}
 	#FlashMenu
 	{
 		position:absolute; 
 		bottom:4px; 
 		left:-1px;
 		z-index:1000;
 	}
 	#mainInfo {
 		height:100%; 
 		width:100%; 
 		background-image:url(testTextArea.png); 
 		background-attachment:inherit; 
 		background-position:top left; 
 		background-repeat:repeat;
 		overflow:auto;   <--- Only for IE will this be present
 	}
 </style>
 </cfif>

 <div id="mainInfo">
      text goes here
 </div>



Similar Threads:

1.Netscape 7.2 and Flash Player 9

This may not be helpful, but I noticed that cookie permissions can affect the 
ability to play videos. Perhaps a good cleaning of cookie permissions and also 
a good cleaning of cookies, cache, temp files, etc. might help.

 BTW, I had a tremendous amount of trouble even installing Flash (although it 
was into IE7). I eventually cleaned the registry as you did, and that was the 
key after days of frustration.

2.Netscape 7.2, Flash player 7, no I-beam cursor

As the title indicates, for some strange reason, in Netscape 7.2 w/ Flash 
Player 7 installed my movie's input text box does not display a blinking cursor 
(indicating the carot position).  I've googled and checked the MM Support 
section and I have not seen this issue brought up anywhere.  

 Does anyone have any idea why this is happening?  Has it been documented 
anywhere?

 You may check the site by going to 

3.Flash 9.0 broke Netscape 7.2

:confused;Hi everyone.  I saw the previous posts about Flash 9.0 but it did not 
seem to fit my problem.  Sometime over the weekend my Netscape 7.2 decided to 
crash within a few seconds of logging in to my home page.  The error shows a 
problem with npswf.dll  When I looked into the error further (and checked other 
web sites) the problem seems to point at Flash 9.0.  If I remove 9.0 and reopen 
Netscape, the home page (comcast) opens and will run without crashing but it 
does not show any of the flash pictures and keeps popping up a login (user 
selection) box.  If I re-install Flash 9.0, the home page comes up normally but 
after a few seconds, something crashes netscape again.  While watching the home 
page load it looks like the error occurs when a flash object starts to load.  
Any help with this problem would be greatly appreciated.  By the way this is an 
XP SP2 system with all patches and running Norton 2006 Antivirus.  All patches 
and updates are current.


4.Flash 9 has ruined Netscape 7.2

On Sunday, I 'upgraded' from Adode Flash 7 to 9 in Netscape 7.2. I
don't wish to use any other browser and if I uninstall Flash 9 it gets
rid of Flash altogether and there's no Flash 7 on the Adobe website
and their customer support doesn't actually give an answer.

The problem is that embedded videos in Youtube and Myspace (and even
the BBC3 homepage!) just makes Netscape crash and it's so frustrating.

How do I get back to Flash 7 which I was on before, please?

Thanks in advance,

Dom

5.Flash is crashing my Netscape 7.2

6. HELP - Flash and Netscape 7.2

7. Flash text file not working correctly in netscape 7.2

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



Return to FLASH

 

Who is online

Users browsing this forum: No registered users and 31 guest