UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Services > Web Designing and Development

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 25-05-2008, 19:44
Senior Member
 
Join Date: Mar 2007
Posts: 392
Default Flash effects not showing up under certain network PC's like the one at work?

Hi there,

I've completed a few recent website hostings where the basic Flash effects as far as .swf files go are simply not showing up on certain work networks.

At first I assumed it was because of security settings ( the main network I'm having probs with is my own work network which is Government/Local Authority based - I'm a firefighter and trying to view the website hostings through our brigades network ).

But then, i looked back at a website hosting I did ages ago and the Flash anims within that all load up and display perfectly well?.

The recent ones I have done all just show the auld Red "X" in the box where the file is supposed to be.

Just wondering on why that could be?.

This latest one I'm working on has a fairly simple .swf file as a header on a page and I have now got to the point where I'm wondering if it's something to do with the way I am embedding them into web pages that is causing this hassle?.

I've heard about different ways to embed an .swf Flash animation, some are supposed to be better than others?.

I'll post my coding up here as to how I've done it thus far, if someone could take a look and point out anything wrong with it or any way I could improve the coding, that would be tip-top!!!

Here's the coding of the latest one I'm working on:-

Code:

      
I will upload the index.html page that the above is placed on to a spare active domain I have if that is any help.

Thanks in advance for any advice!!!

Last edited by RSVEcosse; 25-05-2008 at 19:49.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 25-05-2008, 19:48
Senior Member
 
Join Date: Mar 2007
Posts: 392
Default

Here's the spare domain I have uploaded the files to:-

Click Here
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 25-05-2008, 22:39
Site's Avatar
Premium Member
 
Join Date: Jan 2008
Location: UK
Posts: 518
Post

I assume its working ok now?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 26-05-2008, 08:40
Senior Member
 
Join Date: Mar 2007
Posts: 392
Default

Can you see the Flash ok?

The thing is, it works fine on 99% of PC's, I haven't checked it as yet at work ( will do so tomorrow evening when I'm back on nights ).

I'm guessing it will be the same as a couple of previous website hostings on the work network when it comes to displaying the Flash.

That's why I was wondering about my code for embedding the Flash and if there was a better way to do it?.

P.S. Not sure why my code doesn't show up when I tried to copy and paste it above, but you can see it on the link posted to the spare domain above anyway.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 26-05-2008, 08:47
Hallief3's Avatar
Premium Member
 
Join Date: Aug 2006
Location: UK
Posts: 252
Default

I haven't looked at your code etc, but usually the problems with displaying flash occur when the version on the PC does not match that of what version you exported it in. Hope that makes sense.

I have found it to be an issue with the version that is installed on the PC that isn't working, if its installed at all.

Many website hosting editors, dreamweaver etc don't put in the flash code so its valid to w3 standards. Here is an example of what I use (I didn't code it together I found it):

HTML Code:
<!--[if !IE]> -->
<object type="application/x-shockwave-flash" data="name.swf" width="843" height="121">
<!-- <![endif]-->

<!--[if IE]>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="843" height="121">
<param name="movie" value="name.swf" />
<!--><!---->

  <param name="loop" value="true" />
  <param name="menu" value="false" />

  <p>Flash element is here, you will need to download flash player to view this!</p>
  
</object>
<!-- <![endif]-->
Adjust the size and name fields acordingly. Hopefully its some help to you.
__________________
Kind Regards,
Matt
Cheap Dr Who Toys | Dr Who News
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 26-05-2008, 10:30
Senior Member
 
Join Date: Mar 2007
Posts: 392
Default

Thanks Hallie!!

I will try that out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 26-05-2008, 10:39
Premium Member
 
Join Date: May 2006
Location: Cambridgeshire
Posts: 428
Default

A W3C friendly version which seems to work in most browsers...
HTML Code:
 <object type="application/x-shockwave-flash" data="myfile.swf" width="460" height="300">
 	<param name="movie" value="myfile.swf" />
 	<param name="LOOP" value="false" />
 	<param name="quality" value="high" />
 	<img src="noflash.jpg" alt="Flash is not enabled" />
</object>
...the EMBED tag is no longer accepted as valid HTML. There are also versions which use JavaScript to load flash which work fairly well.

Note: Is it a bug that the above code attempted to convert to actual HTML when first entered in code tags.
__________________
If it ain't broke continue to fix it until it is.
Some cheap plugs... ...IkonForums... ...StNeotsFC... ...Riverside Theatre Company

Last edited by Eidolon; 26-05-2008 at 10:42.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-06-2008, 15:07
Senior Member
 
Join Date: Mar 2007
Posts: 392
Default

Hi again guys.

I tried both of your suggestions, but to no avail. It still refused to show any Flash on the PC systems at work, although it worked fine pretty much everywhere else.

However, after almost an entire afternoon of head scratching and failures, I eventually stumbled upon this:-

SWFOBJECT


Took a bit of getting my head around, but I've got it working now, here at home.

The proof of the pudding will be tonight when I head into work and check if it shows up there on the systems.

I've used V1.5 but if it works fine, I'll switch over to the V2.0 version linked to from my link above as it appears to be slightly more flexible.

I'm keeping my fingers crossed, will let you know if it works!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-06-2008, 18:10
Site's Avatar
Premium Member
 
Join Date: Jan 2008
Location: UK
Posts: 518
Post

Hi
Just as a note: Do the computers at work have flash installed? or even allow the .swf extension?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-06-2008, 09:22
Senior Member
 
Join Date: Mar 2007
Posts: 392
Default

I'm assuming so, as many other website hostings from small outfits right up to large companies, display Flash effects on the systems at work, although some of the smaller outfits Flash effects dont work and some do.

Which is why I'm thinking it is something to do with the way indivuals are entering the Flash content into the sites during the web web site hosting build and code at the time.

Anyway, tried it at work last night and it works perfectly.

Wherebefore, I had nothing but an empty space and the usual "red X", the Flash displays as was intended.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 06-06-2008, 15:49
Site's Avatar
Premium Member
 
Join Date: Jan 2008
Location: UK
Posts: 518
Post

Glad to see its all sorted
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 04:32.

 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

Business Web Hosting
100% uptime Hosting

Cpanel Hosting
cPanel Shared Hosting

Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

Customer Testimonials
eUK Customer Testimonials


knowledgebase articles

eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting


popular blog categories


Web Hosting
Website Hosting articles

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles

Web Hosting
Web Hosting Service