Avatar of akbiro
akbiroFlag for United States of America

asked on 

Flash Video does not play

Can someone take a quick look at

http://www.shipfish2u.com/video/sf2u_loader/sf2u_loader.html

and tell me why this video will not play.  It works perfectly on my pc, but when I upload it, it fails.

THANKS
Adobe Flash

Avatar of undefined
Last Comment
akbiro
Avatar of Ali Kayahan
Ali Kayahan
Flag of Türkiye image

i cant see file parameter thats send with flashvars , are you sure that same html page works local ?
Avatar of akbiro
akbiro
Flag of United States of America image

ASKER

Yep, in Dreamweaver it works perfectly.  What do I need to do with flashvars?

And thanks by the way!
Avatar of Ali Kayahan
Ali Kayahan
Flag of Türkiye image

can you please post your code in dreamweaver
Avatar of akbiro
akbiro
Flag of United States of America image

ASKER

yep

THANKS
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <!-- saved from url=(0025)http://www.techsmith.com/ -->
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta name="DC.title" content="sf2u_loader" />
        <meta name="DC.date" content="2010-11-03 04:37:37 PM" />
        <meta name="DC.language" content="ENU" />

        <title>SiteLoader</title>
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            swfobject.registerObject("csSWF", "9.0.115", "expressInstall.swf");
        </script>
        <style type="text/css">
            body 
            {
                background-color: #CAFFFE;
                font: .8em/1.3em verdana,arial,helvetica,sans-serif;
                text-align: center;
            }
            #media
            {
                margin-top: 40px;
            }
            #noUpdate
            {
                margin: 0 auto;
                font-family:Arial, Helvetica, sans-serif;
                font-size: x-small;
                color: #cccccc;
                text-align: left;
                width: 210px; 
                height: 200px;	
                padding: 40px;
            }
			#skip
			{
				border: none;	
			}
        </style>
    </head>
    <body>
        <div id="media">
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="378" id="csSWF">
                <param name="movie" value="sf2u_loader_controller.swf" />
                <param name="quality" value="best" />
                <param name="bgcolor" value="#1a1a1a" />
                <param name="allowfullscreen" value="true" />
                <param name="scale" value="showall" />
                <param name="allowscriptaccess" value="always" />
                <param name="flashvars" value="autostart=true&thumb=FirstFrame.png&thumbscale=45&color=0x1A1A1A,0x1A1A1A" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="sf2u_loader_controller.swf" width="640" height="378">
                    <param name="quality" value="best" />
                    <param name="bgcolor" value="#1a1a1a" />
                    <param name="allowfullscreen" value="true" />
                    <param name="scale" value="showall" />
                    <param name="allowscriptaccess" value="always" />
                    <param name="flashvars" value="autostart=true&thumb=FirstFrame.png&thumbscale=45&color=0x1A1A1A,0x1A1A1A" />
                <!--<![endif]-->
                    <div id="noUpdate">
                        <p>The Camtasia Studio video content presented here requires JavaScript to be enabled and the latest version of the Adobe Flash Player. If you are using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Adobe Flash Player by <a href="http://www.adobe.com/go/getflashplayer">downloading here</a>. </p>
                    </div>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </div>
        <!-- Users looking for simple object / embed tags can copy and paste the needed tags below.
        <div id="media">
            <object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="378" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0">
                <param name="src" value="sf2u_loader_controller.swf"/>
                <param name="bgcolor" value="#1a1a1a"/>
                <param name="quality" value="best"/>
                <param name="allowScriptAccess" value="always"/>
                <param name="allowFullScreen" value="true"/>
                <param name="scale" value="showall"/>
                <param name="flashVars" value="autostart=true#&thumb=FirstFrame.png&thumbscale=45&color=0x1A1A1A,0x1A1A1A"/>
                <embed name="csSWF" src="sf2u_loader_controller.swf" width="640" height="378" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=true&thumb=FirstFrame.png&thumbscale=45&color=0x1A1A1A,0x1A1A1A" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
            </object>
        </div>
        -->
        
        <div id="skip"><p>
        <td align="center"><a href="http://www.shipfish2u.com" title="Skip Intro" target="_self"><img src="skip_intro.gif" alt="" width="217" height="138" /></a></td>
</div>
    </body>
</html>

Open in new window

Avatar of deepanjandas
deepanjandas
Flag of India image

Hi,
It shows you are calling an mp4 file which is not present in the location.
the locatiion as seen here is http://www.shipfish2u.com/video/sf2u_loader/undefine/sf2u%5Floader.mp4

Warm Regards
Deepanjan Das
http://deepanjandas.wordpress.com
Avatar of deepanjandas
deepanjandas
Flag of India image

Surprisingly it also searches for the video iin this location as well : http://www.shipfish2u.com/video/sf2u_loader/sf2u_loader.mp4

Warm Regards
Deepanjan Das
http://deepanjandas.wordpress.com
Avatar of akbiro
akbiro
Flag of United States of America image

ASKER

the mp4 file is on the server in the /video/sf2u_loader folder
When I am in my FTP program, on the local side I execute the files and they work, if I execute the one on the remote side it fails.  I have cleaned it up again and it still does not work.  This is really strange...thanks for your help
Avatar of akbiro
akbiro
Flag of United States of America image

ASKER

I am guessing I am missing something here.  Just in case...here is a snapshot of the server folder.

Pretend you are talking to a six-year-old
2010-11-16-0825-flashLoader.png
Avatar of deepanjandas
deepanjandas
Flag of India image

http://www.shipfish2u.com/Video/SF2U_Loader/sf2u_loader.mp4 is not opening. This means kindly check with your server access settings.

Warm Regards
Deepanjan Das
http://deepanjandas.wordpress.com
ASKER CERTIFIED SOLUTION
Avatar of deepanjandas
deepanjandas
Flag of India image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of akbiro
akbiro
Flag of United States of America image

ASKER

OK...thanks...I will let you know
Avatar of deepanjandas
deepanjandas
Flag of India image

Is this a linus server? Then check for case-sensitivity.

http://www.ShipFish2U.com/Video/SF2U_Loader/sf2u_loader.mp4

Warm Regards
Deepanjan Das
http://deepanjandas.wordpress.com
Avatar of akbiro
akbiro
Flag of United States of America image

ASKER

Nope, its Windows.  I have sent an email to the server master and he will check it out.  I have lots of flash on the site...this is the first time I have had any trouble.  Might be something small.
Avatar of akbiro
akbiro
Flag of United States of America image

ASKER

It was a mime problem.. If you have a second to take another look at it now that it works and tell me how to get rid of the border around the skip intro link image...it would be appreciated.

THANKS for you help!!
Avatar of deepanjandas
deepanjandas
Flag of India image

set the style="border:width=0px" in the image tag.

Warm Regards
Deepanjan Das
http://deepanjandas.wordpress.com 
Avatar of akbiro
akbiro
Flag of United States of America image

ASKER

Thanks...works perfect in IE...still shows up in FireFox...I will keep at it.
Adobe Flash
Adobe Flash

Adobe Flash (formerly Macromedia Flash) is a cross-platform multimedia and software platform used to embed animations, video, and interactive applications into web pages and desktop and mobile applications and games. Flash displays text, vector and raster graphics to provide animations, video games and applications. It allows streaming of audio and video, and can capture mouse, keyboard, microphone and camera input. The ActionScript programming language allows creation of interactive animations, video games, web applications, desktop applications and mobile applications.

29K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo