Free Scan: Update Your PC's Outdated Drivers to Optimize Performance
July 21st, 2007, 03:50 PM
|
#1 (permalink)
| | Junior Member
Join Date: Jul 2007
Posts: 2
| Need help with my flash file!
I have a wild mustang website I tried to upload a galloping horse, its previews fine in my webhosting file but when I copy and paste the HTML code in and put in my info all I see is a white box on my site. My webhosting is tripod and this is what they sent me.
My information is apcanter4.swf and 250X155.
> I did not see a Flash file on any page on your site. To embed a flash movie
> into your webpage, you will first need to create, save, and upload your
> flash movie to your website. Then you will need to ad the following code
> to your page: <object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0, 0,0" id="Movie1" width="400" height="300"> <param name="movie" value="Movie1.fla"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <embed name="Movie1" src="Movie1.fla" quality="high" bgcolor="#FFFFFF" width="400" height="300" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod _Version=ShockwaveFlash"> </embed> </object>
>
> Replace the width and heigh with the parameters for your flash movie.
> Replace the Movie1.fla with the name and location of your movie. |
| |
August 5th, 2007, 04:25 PM
|
#2 (permalink)
| | Junior Member
Join Date: Aug 2007
Posts: 28
|
Make sure you uploaded all of the html, if you accidently left out a line or two that might be the problem. If not then it could be that the background you have on the page is conflicting with the flash file and is causing it to not show up. |
| |
August 5th, 2007, 09:15 PM
|
#3 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Everywhere
Posts: 1,050
|
In your code it says ::value="Movie1.fla">:: and ::src="Movie1.fla" :: although you indicated above that you are using an SWF file called "apcanter4" . you need to modify these both to reflect the correct name if you did not. Also, in the OBJECT and EMBED tags you did not specify what you said to be the correct dimensions (250X155)
The following may work for you:
<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="250" HEIGHT="155" id="apcanter4" ALIGN="">
<PARAM NAME=movie VALUE="apcanter4.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src="apcanter4.swf" quality=high bgcolor=#333399 WIDTH="320" HEIGHT="240" NAME="apcanter4" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.adobe.com/go/getflashplayer"></EMBED> </OBJECT>
__
Shouldn't this thread be in the "Webmastering and Programming" forum?
Last edited by CujoRbd : August 5th, 2007 at 09:18 PM.
|
| |
May 29th, 2008, 01:08 AM
|
#4 (permalink)
| | Banned
Join Date: Jan 2005 Location: Loveland, CO
Posts: 5,493
|
Use the [code]some text[/code] tags! Code: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,
0,0" id="Movie1" width="400" height="300">
<param name="movie" value="Movie1.fla">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="Movie1" src="http://www.techimo.com/Movie1.fla" quality="high" bgcolor="#FFFFFF"
width="400" height="300"[/color]
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod
_Version=ShockwaveFlash"> </embed>
</object> EDIT! WTF! Why was this old posted listed to the left like it was new?  Damn spamers!!
Two flash help threads. I find that a little odd.
Last edited by Keymaker : May 29th, 2008 at 01:24 AM.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |
Posting Rules
| You may post new threads You may post replies You may not post attachments You may not edit your posts HTML code is Off | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |