Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Problem with Flash Embed
Old 06-07-2009, 05:42 PM Problem with Flash Embed
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
The code below is supposed to show a flash game on my site

Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="502" height="377">
<param name="width" value="502" />
<param name="height" value="377" />
<param name="src" value="flashgames/5.swf" />
<embed type="application/x-shockwave-flash" width="502" height="377" src="/flashgames/5.swf">
</embed>
</object>
It works well in Firefox, however, in IE it doesn't show up. You can try to see if its just a problem with my browser settings by visiting this link.

Thanks
\
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-07-2009, 06:26 PM Re: Problem with Flash Embed
FGU
FGU's Avatar
Super Talker

Posts: 116
Trades: 0
Does this help?
http://www.alistapart.com/articles/flashsatay
FGU is offline
Reply With Quote
View Public Profile
 
Old 06-07-2009, 07:04 PM Re: Problem with Flash Embed
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
Not really. The code is generated from a joomla embed function when writing the articles. The page isn't bloated or anything, it just doesn't load.

Thanks
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Old 06-07-2009, 07:14 PM Re: Problem with Flash Embed
FGU
FGU's Avatar
Super Talker

Posts: 116
Trades: 0
IE gives me the following screenshot below:

FGU is offline
Reply With Quote
View Public Profile
 
Old 06-07-2009, 07:43 PM Re: Problem with Flash Embed
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
I found the script for that in the source

Code:
  <script type="text/javascript" src="/media/system/js/caption.js"></script>
What's wrong with this string of code? I'm not sure what class is undefined means?
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Old 06-07-2009, 07:53 PM Re: Problem with Flash Embed
FGU
FGU's Avatar
Super Talker

Posts: 116
Trades: 0
Actually, according to IE's view source, this is it:

Code:
    	hs.showCredits = true;
Character 1 would be h. No idea what's wrong with it. You might want to check your validation:
http://validator.w3.org/check?uri=ht...Inline&group=0

EDIT: Try using this code:
Code:
<object id="flash1" data="flashgames/5.swf" style="width: 502px; height: 377px" type="application/x-shockwave-flash">
	<param name="movie" value="flashgames/5.swf" />
</object>

Last edited by FGU; 06-08-2009 at 11:19 AM..
FGU is offline
Reply With Quote
View Public Profile
 
Old 06-08-2009, 09:48 AM Re: Problem with Flash Embed
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
I tried renaming the values to .swff, but it didn't work. It has to be some problem with the h in hs.showCredits = true;

I'm not to familiar with javascript and am not sure what that function does exactly. I also looked at the Markup Validation and it showed no problems with that javascript line.

Any more ideas? Thanks
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Old 06-08-2009, 11:19 AM Re: Problem with Flash Embed
FGU
FGU's Avatar
Super Talker

Posts: 116
Trades: 0
Sorry, typo. It's supposed to be .swf. Does the code I posted work if you remove the second f in .swf?
FGU is offline
Reply With Quote
View Public Profile
 
Old 06-08-2009, 03:54 PM Re: Problem with Flash Embed
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
No, it does not.
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Old 06-09-2009, 07:51 AM Re: Problem with Flash Embed
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
This has to be a bug with IE, since the flash works with every other browser. I tried it on FF, Google Chrome, Opera, and Safari. The games worked in each of those, it's just a problem in ie.

Thanks for your help. Still get anything to fix the problem?
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Old 06-09-2009, 02:42 PM Re: Problem with Flash Embed
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Have you tried asking in Joomla's forums ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-10-2009, 02:35 PM Re: Problem with Flash Embed
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
I actually did that yesterday. Still waiting for a reply. I thought those forums would be so huge you would get a reply within 5 minutes.

Thanks
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Problem with Flash Embed
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.68098 seconds with 12 queries