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
Flash does not appear in any browser except IE
Old 11-24-2010, 07:42 AM Flash does not appear in any browser except IE
Gakoyu Ojima's Avatar
Skilled Talker

Posts: 59
Location: Netherlands.
Trades: 0
Hello,

I've encountered a little issue whereas my Flash object does not appear in any browser except Internet Explorer. Any idea how to fix this issue? Help would be greatly appreciated.

The message displayed is "Failure... <etcetera>" as displayed in my code.

Here is my HTML code:

HTML Code:
{if $page_alias == 'home'}
        <!-- Display Flash Header -->
                <div id="flash">
            <div id="flashLogo"></div>
            <div id="flashObject">
                <object class="flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="720" height="309">
                    <param name="movie" value="http://www.mydomain.com/uploads/scantheme/flash/header_v8.swf" />
                    <param name="quality" value="high" />
                    <param name="menu" value="false" />
                    <param name="wmode" value="transparent"  />
                <!--[if !IE]> <-->
                <object data="./flash/header_v8.swf" width="720" height="309" type="application/x-shockwave-flash">
                    <param name="quality" value="high" />
                    <param name="menu" value="false" />
                    <param name="wmode" value="transparent"  />
                    <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
                    Failure - the browser failed to render the flash object. Please get the latest version of Flash Player.
                </object>
                <!--> <![endif]-->
                </object>
            </div><!-- //flashObject -->
        </div><!-- //flash -->
{else}
        <div style="display: none; clear: both;"></div>
{/if}    
Don't mind the {x} tags as these are CMS-related.
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());

Last edited by Gakoyu Ojima; 11-25-2010 at 03:40 AM.. Reason: Removed url.
Gakoyu Ojima is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-24-2010, 12:52 PM Re: Flash does not appear in any browser except IE
edgray's Avatar
Super Moderator

Latest Blog Post:
Frantic
Posts: 4,264
Name: Sugarcane Gray
Location: Hell, Southern Spain
Trades: 0
Always use SWFObject to embed flash for maximum compatibility.
__________________

Please login or register to view this content. Registration is FREE
- a project in video and sound.

Please login or register to view this content. Registration is FREE
"Absolute Rubbish, an insult to the blues." - NME.

Please login or register to view this content. Registration is FREE
- Come use our agency :)
edgray is offline
Reply With Quote
View Public Profile Visit edgray's homepage!
 
Old 11-30-2010, 02:09 PM Re: Flash does not appear in any browser except IE
vectorialpx's Avatar
Extreme Talker

Posts: 249
Name: octavian
Location: Bucharest
Trades: 0
I don't use SWFObject... I just use
Code:
<object type="application/x-shockwave-flash" data="[THE_SWF_FILE]" width="540" height="250">
<param name="movie" value="[THE_SWF_FILE]" />
<param name="flashVars" value="var1=1" />
<param name="wmode" value="transparent" /></object>
valid and clean
__________________
you can
Please login or register to view this content. Registration is FREE
vectorialpx is offline
Reply With Quote
View Public Profile Visit vectorialpx's homepage!
 
Old 11-30-2010, 02:51 PM Re: Flash does not appear in any browser except IE
Gakoyu Ojima's Avatar
Skilled Talker

Posts: 59
Location: Netherlands.
Trades: 0
Pardon me for the rather slow response. I managed to fix it without the use of SWFObject. Thanks nonetheless.
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());
Gakoyu Ojima is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Flash does not appear in any browser except IE
 

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 1.05295 seconds with 12 queries