Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > ActionScript Forums Group > Simple Stuff (Newbies)

Reply
 
Thread Tools Rate Thread Display Modes
Old 01-23-2001, 05:52 AM   #1
minor
Registered User
 
Join Date: Jan 2001
Location: toronto
Posts: 10
Question

hi, i have a problem. i am working on a site and a lot of people who use macs are telling me they cannot view my site. i use load movies for the menu and apparently the menu buttons are not working.

it works on:
IE for PC
Netscape for PC
and IE and Netscape for some macs, but not all

here is my code

<table cellpadding=0 cellspacing=0 border=0 width=100% height=100%>
<tr align=center>
<td>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<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=780 HEIGHT=400>
<PARAM NAME=movie VALUE="bottom.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="bottom.swf" quality=high bgcolor=#FFFFFF WIDTH=780 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</td>
</tr>
</table>
</td>
</tr>
</table>

does anyone have any idea what might be the problem?
minor is offline   Reply With Quote
Old 01-23-2001, 12:22 PM   #2
Strok
Registered User
 
Join Date: Nov 2000
Location: Toronto Canada
Posts: 789
Send a message via ICQ to Strok
Default

try to get off a space between >< ( > < )
Strok is offline   Reply With Quote
Old 01-23-2001, 12:45 PM   #3
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

And I'd add quotes around the values (digits) in lines like this
table cellpadding=0 cellspacing=0

so like:
table cellpadding="0" cellspacing="0"

etc etc

Cheers


Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
one template, many looks? subquark ActionScript 1.0 (and below) 1161 09-03-2009 04:45 PM
startDrag from Flash 5->Flash 8 (not working) karxix ActionScript 1.0 (and below) 4 08-26-2006 01:42 PM
Launching a .swf like a .exe if the user already has a flash player installed freddieT Projectors and CDs 1 08-13-2005 06:27 PM
Flash 5: go to frame label in separate .swf file danny ActionScript 1.0 (and below) 0 02-10-2004 12:00 PM
Publishing as Flash 6 not working jaminrules ActionScript 2.0 9 02-08-2004 02:40 AM


All times are GMT. The time now is 12:11 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.