The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> Flash Help
|
ok.. can anyone tell me why i can't see this?
Discuss ok.. can anyone tell me why i can't see this? in the Flash Help forum on Dev Shed. ok.. can anyone tell me why i can't see this? Flash Help forum discussing all products originally created by Macromedia including DreamWeaver, Contribute, Flash, Fireworks, Freehand, Director, Authorware and HomeSite. Adobe bought Macromedia in 2005.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

November 26th, 2001, 02:00 PM
|
|
Contributing User
|
|
Join Date: Mar 2001
Location: Whitehorse, Yukon Canada
Posts: 41
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
ok.. can anyone tell me why i can't see this?
i'm running IE 5.5 and for some reason all i see is the shockwave logo..
others have opened it fine in netscape.. is this a browser or html problem? would appear to be related to IE...
http://mekong.connections.yk.ca/mil.../Untitled-1.htm
thanks for your help in advance 
__________________
milady
|

November 26th, 2001, 04:37 PM
|
|
Contributing User
|
|
Join Date: Mar 2001
Posts: 46
Time spent in forums: 55 m 18 sec
Reputation Power: 13
|
|
|
i can see it. all i can think is maybe you don't have the plugin for some strange reason. which version of flash did you export it as. if it's flash 5 check and see if you have the plugin for flash 5 installed for explorer.
|

November 26th, 2001, 04:49 PM
|
|
Contributing User
|
|
Join Date: Mar 2001
Location: Whitehorse, Yukon Canada
Posts: 41
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Well it would appear that I do have the plugin.. i am able to view other sites using flash 5 fine..and can see all the flashes on macromedia's site.. is there a way to specifically check if I have it installed? Would seem funny that I can have dreamweaver, fireworks and flash 5 all installed but not the plugin? (wouldn't surprise me though.. lol) I'm not sure what it exported as, as I used Dreamweaver (total flash newbie here).
Thanks,
|

November 26th, 2001, 04:59 PM
|
|
Senior Member
|
|
Join Date: Nov 2001
Location: Boston Ma.
Posts: 1,529
Time spent in forums: 24 m 42 sec
Reputation Power: 0
|
|
|
Hi
I can't see it in................
IE 5.5 WIN/ME
IE 5.0 WIN/2K
IE 6.0 WIN/XP
Shows fine on WIN/2K NS4/NS6
F!
|

November 26th, 2001, 05:17 PM
|
|
Contributing User
|
|
Join Date: Mar 2001
Location: Whitehorse, Yukon Canada
Posts: 41
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
yeah.. i can't see it using WinMe/IE5.5 but i can using WinMe/NS4.76? ugh! html anger here..lol
could it be the embed code?
i saw something somewhere that said...
I'm not sure why MS specifies the code attribute for the embed element. Typically, a code attribute points to a java class filename. In theory, an applet could be loaded into a document via the embed element (rather than the applet or object element), but this approach does not work in IE4, nor does the codebase element help the browser find a java applet class filename assigned to the src attribute. My recommendation is to avoid this attribute.
then about codebase..
As with the code attribute IE4 seems to ignore the codebase attribute for the embed element, despite its apparent support in the SDK (??) documentation. The src attribute must contain the path to the data file because it does not rely on the codebase attribute value. My recommendation is to avoid this attribute.
my head hurts.. lol
Thanks,
|

November 26th, 2001, 05:30 PM
|
|
Contributing User
|
|
Join Date: Mar 2001
Posts: 46
Time spent in forums: 55 m 18 sec
Reputation Power: 13
|
|
|
right well. i guess it must also be platform specific. i'm running os x.1..
|

November 26th, 2001, 05:43 PM
|
|
Contributing User
|
|
Join Date: Mar 2001
Location: Whitehorse, Yukon Canada
Posts: 41
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
when i do a target browser check (dreamweaver) i get this...
IE3,4,5 ...
Warning Warning: Attributes and values for the <EMBED> tag vary by plug-in. Please check that all attributes and values are valid.
Microsoft Internet Explorer 4.0
line 23 <embed src="ibew2.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="600" height="150" autostart="true" bgcolor="#FFFFFF">
NS3,4....
Warning Warning: Attributes and values for the <EMBED> tag vary by plug-in. Please check that all attributes and values are valid.
Netscape Navigator 3.0
line 23 <embed src="ibew2.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="600" height="150" autostart="true" bgcolor="#FFFFFF">
|

November 27th, 2001, 07:02 PM
|
 |
funky munky
|
|
Join Date: Jul 2001
Location: UK
Posts: 1,446
  
Time spent in forums: 2 Days 18 h 45 m 36 sec
Reputation Power: 14
|
|
A longshot, but have you tried adding a <base> tag in the head of your html code:
ie
Code:
<HTML>
<HEAD>
<BASE href="http://mekong.connections.yk.ca/mil.../Untitled-1.htm">
?
Longshot like I say but I've had weird problems with various browsers when using relative filenames. Speaking of which alternatively you could just put the full path to the swf file and see if that works:
Code:
<param name="src" value="http://mekong.connections.yk.ca/milady/Test/ibew2.swf">
Good luck!
|

November 28th, 2001, 08:41 PM
|
|
Contributing User
|
|
Join Date: Mar 2001
Location: Whitehorse, Yukon Canada
Posts: 41
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
k.. i tried those both and neither worked...
this is absolutely frustrating!
argh!!!!
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|