Web Design Forum: Flash video problem - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Flash video problem Rate Topic: -----

#1 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 12 August 2011 - 12:14 AM

Hi Ive just been attempting to design my first site and wanted to add a little video on one of my pages i converted the files in .swf and .f4v and copied the html into the page. i tested the site locally and all my videos showed up and worked fine, after uploading them to the remote hosting server i noticed not only do they not play but they also only show half of the interface as if there is something wrong in the script for them.

Heres a link to my site: http://knoxdesign.co...gegalleria.html (this is the page in question)

here is my source code for the page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Gallery</title>
<link href="Knoxcss.css" rel="stylesheet" type="text/css" />


<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>

<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

</head>
<body>

<body onload="MM_preloadImages('Images/towerthumb2.gif','Images/dropitthumb2.gif','Images/jamesthumb2.gif','Images/outsiderthumb2.gif','Images/midnightthumb2.gif','Images/strangethumb2.gif','Images/japanthumb2.gif','Images/legionrollover.gif','Images/su****humb2.gif')">

<div class="topbar">
<div class="header">
<a href="index.html"><img src="Images/logo.gif" width="358" height="333" border="0" /></a>
</div>
<div class="nav">
<ul id="list-nav">
<li><a href="about.html">About</a></li>
<li>
  <div align="justify"><a href="contact.html">Contact</a></div>
</li>
<li><a href="http://www.knoxmade.blogspot.com/">Blog</a></li>
</ul>
</div>
</div>

<div class="galleriaflash">
<div class="flashContent">
        <div id="flashContent">
                        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" id="strangeplayback" align="middle">
                                <param name="movie" value="strangeplayback.swf" />
                                <param name="quality" value="high" />
                                <param name="bgcolor" value="#ffffff" />
                                <param name="play" value="true" />
                                <param name="loop" value="true" />
                                <param name="wmode" value="window" />
                                <param name="scale" value="showall" />
                                <param name="menu" value="true" />
                                <param name="devicefont" value="false" />
                                <param name="salign" value="" />
                                <param name="allowScriptAccess" value="sameDomain" />
                                <!--[if !IE]>-->
                                <object type="application/x-shockwave-flash" data="strangeplayback.swf" width="550" height="400">
                                        <param name="movie" value="strangeplayback.swf" />
                                        <param name="quality" value="high" />
                                        <param name="bgcolor" value="#ffffff" />
                                        <param name="play" value="true" />
                                        <param name="loop" value="true" />
                                        <param name="wmode" value="window" />
                                        <param name="scale" value="showall" />
                                        <param name="menu" value="true" />
                                        <param name="devicefont" value="false" />
                                        <param name="salign" value="" />
                                        <param name="allowScriptAccess" value="sameDomain" />
                                <!--<![endif]-->
                                        <a href="http://www.adobe.com/go/getflash">
                                                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                                        </a>
                                <!--[if !IE]>-->
                                </object>
                                <!--<![endif]-->
                        </object>
                </div>
        </div>
        <br /><p>Strange TV - Here are some experimental idents created for a new horror and sci-fi channel to show how a graphic identity can extend to moving image.<p><br />
        
        <div class="flashContent2">
        <div id="flashContent">
                        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" id="strangeplayback2" align="middle">
                                <param name="movie" value="strangeplayback2.swf" />
                                <param name="quality" value="high" />
                                <param name="bgcolor" value="#ffffff" />
                                <param name="play" value="true" />
                                <param name="loop" value="true" />
                                <param name="wmode" value="window" />
                                <param name="scale" value="showall" />
                                <param name="menu" value="true" />
                                <param name="devicefont" value="false" />
                                <param name="salign" value="" />
                                <param name="allowScriptAccess" value="sameDomain" />
                                <!--[if !IE]>-->
                                <object type="application/x-shockwave-flash" data="strangeplayback2.swf" width="550" height="400">
                                        <param name="movie" value="strangeplayback2.swf" />
                                        <param name="quality" value="high" />
                                        <param name="bgcolor" value="#ffffff" />
                                        <param name="play" value="true" />
                                        <param name="loop" value="true" />
                                        <param name="wmode" value="window" />
                                        <param name="scale" value="showall" />
                                        <param name="menu" value="true" />
                                        <param name="devicefont" value="false" />
                                        <param name="salign" value="" />
                                        <param name="allowScriptAccess" value="sameDomain" />
                                <!--<![endif]-->
                                        <a href="http://www.adobe.com/go/getflash">
                                                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                                        </a>
                                <!--[if !IE]>-->
                                </object>
                                <!--<![endif]-->
                        </object>
            </div>
            </div>
            
            <hr size=8 width="700px" color="#000000">

<div class="container">
<a href="lotrgalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('lotrrollover','','Images/towerthumb2.gif',1)"><img src="Images/towerthumb.gif" name="lotrrollover" width="180" height="200" border="0" id="lotrrollover" /></a>
<a href="dropitgalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('dropitrollover','','Images/dropitthumb2.gif',1)"><img src="Images/bombsthumb.gif" name="dropitrollover" width="180" height="200" border="0" id="dropitrollover" /></a>
<a href="peachygalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('peachyrollover','','Images/jamesthumb2.gif',1)"><img src="Images/jamesthumb.gif" name="peachyrollover" width="180" height="200" border="0" id="peachyrollover" /></a>
<a href="outsidergalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('outsiderrollover','','Images/outsiderthumb2.gif',1)"><img src="Images/outsiderthumb.gif" name="outsiderrollover" width="180" height="200" border="0" id="outsiderrollover" /></a>
<a href="legiongalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('legionthumbnail','','Images/legionrollover.gif',1)"><img src="Images/legionthumb.gif" name="legionthumbnail" width="180" height="200" border="0" id="legionthumbnail" /></a>
<a href="midnightgalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('midnightrollover','','Images/midnightthumb2.gif',1)"><img src="Images/midnightthumb.gif" name="midnightrollover" width="180" height="200" border="0" id="midnightrollover" /></a>
<a href="strangegalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('strangerollover','','Images/strangethumb2.gif',1)"><img src="Images/strangethumb.gif" name="strangerollover" width="180" height="200" border="0" id="strangerollover" /></a> 
<a href="japangalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('japanrollover','','Images/japanthumb2.gif',1)"><img src="Images/japanthumb.gif" name="japanrollover" width="180" height="200" border="0" id="japanrollover" /></a>
<a href="summergalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('summerthumbrollover','','Images/summerrollover.gif',1)"><img src="Images/summerthumb.gif" name="summerthumbrollover" width="180" height="200" border="0" id="summerthumbrollover" /></a>
<a href="crystalgalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('crystalrollover1','','Images/crystalrollover.gif',1)"><img src="Images/crystalthumb.gif" name="crystalrollover1" width="180" height="200" border="0" id="crystalrollover1" /></a>
<a href="logogalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('klogorollover','','Images/klogorollover.gif',1)"><img src="Images/klogothumb.gif" name="klogorollover" width="180" height="200" border="0" id="klogorollover" /></a> 
<a href="sushigalleria.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sushirollover','','Images/su****humb2.gif',1)"><img src="Images/su****humb.gif" name="sushirollover" width="180" height="200" border="0" id="sushirollover" /></a> 
</div>  
 




</div>  
</div>
</body>
</html>


I have the .sfw files in the root folder, and a .sfw file called MinimaFlatCustomColorPlayBackCounterVolMute.swf, I assume this is just some customisation settings for my video players that should be kept with the other swf files in the site root folder. I also have the .f4v files stored in a folder within the site root folder.
If there is anything you guys spot that i have missed Id be really grateful as I cannot find the reason it isnt working at all.

Cheers.
0

#2 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 12 August 2011 - 12:21 PM

Hi azura,

First things first, please confirm you have the required Flash Video MIME types on the remote server.

Please see this link.

Thanks,
Dave.
0

#3 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 12 August 2011 - 04:39 PM

View Postdavehalo1, on 12 August 2011 - 12:21 PM, said:

Hi azura,

First things first, please confirm you have the required Flash Video MIME types on the remote server.

Please see this link.

Thanks,
Dave.


Hi Dave,
Thanks, I tried adding a .htaccess file into my remote server with:

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm


but im still getting the same issue.
Im using 1&1 to host nt sure if im doing things right
they have a logs folder with a .htaccess file in but its not editable/ reuploadable.
any ideas?

Cheers.
0

#4 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 12 August 2011 - 09:07 PM

Can you not add them in via the control panel or can you get the hosting company to verify they are present?

Have you give the .SWF file the full URL to the video -

http://knoxdesign.co.uk/video.f4v
0

#5 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 13 August 2011 - 02:00 AM

Hi well tried making a new page with a different way of embedding flash video using just .swf with no .f4v files needed so i can eliminate any pathing issues and the problem still occurs therefore im thinking it could be what you mentioned about the MIME types so im just waiting for a reply from my host to see what they say. ill keep you updated.

Thanks again.
Josh.
0

#6 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 13 August 2011 - 03:38 PM

Right i now have a working .htaccess file with:
AddType video/ogg .ogm .ogv .ogg
AddType video/mp4 .mp4 .m4v .f4v
AddType video/webm .webm
AddType video/x-flv .flv
AddType application/x-shockwave-flash .swf
AddType application/pdf .pdf


but the videos still do not play although on the new test video page i made it is different instead of only half of the flash video player controls showing, now there is nothing showing but this only is happening on www.knoxdesign.co.uk/testvid that 100% should'nt be suffering from any pathing mistakes or issues.

What else can be wrong to stop the video being playable online?

Cheers.
0

#7 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 13 August 2011 - 05:09 PM

Has the SWF file got the full url to the video file?
0

#8 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 13 August 2011 - 05:12 PM

Are you doing this in Dreamweaver?
0

#9 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 13 August 2011 - 07:56 PM

Yes im using Dreamweaver CS5 and ive got the .swf files locally.
0

#10 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 14 August 2011 - 01:36 AM

just for good measure how would i check to be 100% sure my .sfw files have url for the video files?
0

#11 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 14 August 2011 - 07:45 AM

View Postazura, on 14 August 2011 - 01:36 AM, said:

just for good measure how would i check to be 100% sure my .sfw files have url for the video files?


just make sure u actually have the video in this path

<param name="movie" value="strangeplayback.swf" />


if not then change it
0

#12 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 14 August 2011 - 04:01 PM

View Postx_saint_x, on 14 August 2011 - 07:45 AM, said:

just make sure u actually have the video in this path

<param name="movie" value="strangeplayback.swf" />


if not then change it


Ive checked it and yeah everything is correct, Ive heard that there can be problems with dreamweaver cs5 and its auto insert features sometimes it can code things wrong?
no idea where to go from here, people have suggested using youtube but thats not the route i want to go with adverts and things.
0

#13 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 15 August 2011 - 07:43 AM

View Postazura, on 14 August 2011 - 04:01 PM, said:

Ive checked it and yeah everything is correct, Ive heard that there can be problems with dreamweaver cs5 and its auto insert features sometimes it can code things wrong?
no idea where to go from here, people have suggested using youtube but thats not the route i want to go with adverts and things.


can u post ur url correctly as i cant open ur page?
0

#14 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 15 August 2011 - 01:19 PM

sorry about that,

the pages with problems are:

http://www.knoxdesig...gegalleria.html

&

http://www.knoxdesig...uk/testvid.html

Thanks.
0

#15 User is online   zed 

  • Web Guru
  • Group: Moderators
  • Posts: 4,941
  • Joined: 25-May 10
  • Reputation: 703
  • Gender:Male
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 15 August 2011 - 01:38 PM

have you tried regenerating the .swf files and checking the settings. In the first link there is something showing but probably not everything you want. Does it do anything cross domains....I can remember that being an issue a few years ago when I played with flash and you needed to have some sort of cross domain policy or something going on.
0

#16 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 15 August 2011 - 05:38 PM

View Postzed, on 15 August 2011 - 01:38 PM, said:

have you tried regenerating the .swf files and checking the settings. In the first link there is something showing but probably not everything you want. Does it do anything cross domains....I can remember that being an issue a few years ago when I played with flash and you needed to have some sort of cross domain policy or something going on.


yeah the second video page with nothing showing but a blank flash player is with completely new files using different settings. I'm rather new to this with only basic understanding of html and css could you explain how i might test it cross domains?

Thanks
Josh.
0

#17 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 16 August 2011 - 10:20 AM

View Postazura, on 15 August 2011 - 05:38 PM, said:

yeah the second video page with nothing showing but a blank flash player is with completely new files using different settings. I'm rather new to this with only basic understanding of html and css could you explain how i might test it cross domains?

Thanks
Josh.


if those are just flash videos have u tried jquery flowplayer ?

jquery swf object plugin

This post has been edited by x_saint_x: 16 August 2011 - 10:23 AM

0

#18 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 16 August 2011 - 07:04 PM

Ah thankyou for showing me this I will have to use this I think as my own embedded flash videos do not want to work.

does anyone know how to embed your own .swf videos into html without using adobe auto coding?

Thanks again
Josh.
0

#19 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 16 August 2011 - 10:54 PM

View Postazura, on 16 August 2011 - 07:04 PM, said:

Ah thankyou for showing me this I will have to use this I think as my own embedded flash videos do not want to work.

does anyone know how to embed your own .swf videos into html without using adobe auto coding?

Thanks again
Josh.

can u upload ur swf file some where that u need to embed?

or u try generating a unique cls id from here

and use the code
<object classid="clsid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="460">
<param name="movie" value="yourflash.swf">
<param name="quality" value="high">
<embed src="cucaracha.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400">
</embed>
</object>

and you can add other parameters too if u want

This post has been edited by x_saint_x: 17 August 2011 - 12:35 AM

0

#20 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 17 August 2011 - 04:44 PM

Have you uploaded the JavaScript files that Dreamweaver generates when you embed Flash, they will be in a folder called Scripts and the file will be called AC_RunActiveContent.js (sorry for the delay I have been away.)

Thanks,
Dave.
0

#21 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 17 August 2011 - 10:08 PM

see here i have uploaded a test file here
0

#22 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 18 August 2011 - 12:07 AM

Hi Dave,

yeah ive place the javascript file with the video files.

And Saint Im not sure what you mean... should i make another test page and use your code and just insert my .swf?
and as regards to the cls id after i generate one what do i do with it? has that got to be somehow attached to the video? or just insert it in the html only?

Thanks all for being patient with me.

Josh.
0

#23 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 18 August 2011 - 10:37 AM

View Postazura, on 18 August 2011 - 12:07 AM, said:

Hi Dave,

yeah ive place the javascript file with the video files.

And Saint Im not sure what you mean... should i make another test page and use your code and just insert my .swf?
and as regards to the cls id after i generate one what do i do with it? has that got to be somehow attached to the video? or just insert it in the html only?

Thanks all for being patient with me.

Josh.


generate a unique cls id from the link i gave u above and
place it in the place of x in this code
and rename the swf file with ur name and make sure the path of video is correct and make a test page for that and show just the flash and post the link here

<object classid="clsid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="460">
<param name="movie" value="yourflash.swf">
<param name="quality" value="high">
<embed src="cucaracha.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400">
</embed>
</object>

0

#24 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 18 August 2011 - 10:39 AM

Can you give me the URL to the video file please?

Thanks,
Dave.
0

#25 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 19 August 2011 - 12:34 AM

http://knoxdesign.co.uk/testflash.html

this is the current test page, still not working done as you said to the letter x_saint_x
whats the next step?

appearing to me as white page but the player is there dont know why its nt playing...

Thanks.

This post has been edited by azura: 19 August 2011 - 12:35 AM

0

#26 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 19 August 2011 - 01:11 AM

View Postazura, on 19 August 2011 - 12:34 AM, said:

http://knoxdesign.co.uk/testflash.html

this is the current test page, still not working done as you said to the letter x_saint_x
whats the next step?

appearing to me as white page but the player is there dont know why its nt playing...

Thanks.


can u attach the video file here ?

hey u made a mistake here u used two different widths
<object classid="clsid:b11c6f94-2ea8-4c76-bcb4-22f8c09f22c8" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="460">

use this code and show
<object classid="clsid:b11c6f94-2ea8-4c76-bcb4-22f8c09f22c8" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400">
<param name="movie" value="strangeplayback.swf">
<param name="quality" value="high">
<embed src="strangeplayback.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400">
</embed>
</object>

This post has been edited by x_saint_x: 19 August 2011 - 01:17 AM

0

#27 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 19 August 2011 - 07:47 AM

Please supply the URL of the video file not the page.

Thanks,
0

#28 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 19 August 2011 - 02:03 PM

sure the url to my video is
http://knoxdesign.co...testflash.html.

(also this url contains how x_saint_x has asked me to code it.)

Cheers.
0

#29 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 19 August 2011 - 03:01 PM

Hi Azura,

No, I want the URL to the video file please, eg -

http://www.myvideo.c...eos/myvideo.f4v

Thanks,
0

#30 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 19 August 2011 - 07:24 PM

oh sorry i misunderstood,
Here is the Url to the video files themselves:

http://www.knoxdesig...uk/JKIDENT1.f4v

and the swf is:

[media]http://www.knoxdesign.co.uk/strangeplayback.swf[/media]

This post has been edited by azura: 19 August 2011 - 07:25 PM

0

#31 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 19 August 2011 - 10:31 PM

View Postazura, on 19 August 2011 - 07:24 PM, said:

oh sorry i misunderstood,
Here is the Url to the video files themselves:

http://www.knoxdesig...uk/JKIDENT1.f4v

and the swf is:

[media]http://www.knoxdesign.co.uk/strangeplayback.swf[/media]



see here

and download swf from here

i think u didnt properly created the swf
0

#32 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 20 August 2011 - 12:36 AM

View Postx_saint_x, on 19 August 2011 - 10:31 PM, said:

see here

and download swf from here

i think u didnt properly created the swf


Ah so you got it working Im unsure why it wasnt created properly as flash created it for me... any idea what could cause this?
cheers
0

#33 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 20 August 2011 - 05:55 AM

well to be honest i haven't got flash installed now i used format factory to convert the mp4 to swf u can use many programs to convert i am sure there are online converters too

having said that i am sure u dint choose the right settings when converting in flash :rolleyes:

This post has been edited by x_saint_x: 20 August 2011 - 05:58 AM

0

#34 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 20 August 2011 - 10:28 PM

Have we got it sorted then?
0

#35 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 21 August 2011 - 07:44 AM

ermm right ill re make the flash files then and try again as your version of my video does work. thanyou x_saint_x and Dave.

although does anyone know of any settings i may have input wrong in adobe flash cs5?
perhaps when coming to publish the file and how the components need to be arranged on my remote server?

Thanks.
0

#36 User is offline   x_saint_x 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-August 11
  • Reputation: 0

Posted 21 August 2011 - 12:58 PM

View Postazura, on 21 August 2011 - 07:44 AM, said:

ermm right ill re make the flash files then and try again as your version of my video does work. thanyou x_saint_x and Dave.

although does anyone know of any settings i may have input wrong in adobe flash cs5?
perhaps when coming to publish the file and how the components need to be arranged on my remote server?

Thanks.



read here
0

#37 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 22 August 2011 - 01:22 AM

Thanks guys ill let you know how i get on.

Cheers
0

#38 User is offline   azura 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 19
  • Joined: 12-August 11
  • Reputation: 0
  • Gender:Male
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Designer

Posted 23 August 2011 - 05:50 PM

Right guys with everything you've told me I have learnt how to created the swf files correctly and how to deploy them
And now my videos are working exactly how I wanted them.

Big Thankyou to x_saint_x & Dave!

Really appreciate your help!
0

#39 User is offline   davehalo1 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 169
  • Joined: 24-June 08
  • Reputation: 11
  • Gender:Male
  • Location:Leeds
  • Experience:Advanced
  • Area of Expertise:Video Production

Posted 23 August 2011 - 09:03 PM

Glad to be of help mate, glad you got it sorted.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users