DV Info Net

DV Info Net (https://www.dvinfo.net/forum/)
-   Flash / Web Video (https://www.dvinfo.net/forum/flash-web-video/)
-   -   Help with flash sizing for web page (https://www.dvinfo.net/forum/flash-web-video/141921-help-flash-sizing-web-page.html)

Harry Settle January 19th, 2009 07:46 PM

Help with flash sizing for web page
 
I converted an avi over to FLV and sized it to 720 x 480, no reason, just a test. When I insert it into a web page it shows up very small, maybe 90 x 90 pixels. This is without publishing the page. Is this small size just a place holder or am I making a mistake somewhere along the line?

Ken Campbell January 20th, 2009 12:47 AM

When you preview the page is everything OK? Does the code for the video look something like this:

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','720','height','480','src','NAME','quality','high','pluginspag e','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','NAME' ); //end AC code
</script>

<noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="720" height="480">
<param name="movie" value="NAME.swf" />
<param name="quality" value="high" />
<embed src="NAME.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="720" height="480"></embed>
</object>
</noscript>

Karel Bata January 20th, 2009 04:41 AM

Post your coding here Harry.

Ken: "macromedia.com"? How long you been at this?

Hold on, let me try something quick....

Karel Bata January 20th, 2009 04:47 AM

1 Attachment(s)
There you go - this was on my desktop and just needed a tweak.

Download the attachment below, open and edit the obvious bits, change the name to 'MYBRILLIANTFILM.htm', put it in the same folder as your flv, double click it, see what happens, then tell us.

(I borrowed your Macromedia.com coding Ken - too lazy to find out what the current adobe one is)

Ken Campbell January 20th, 2009 10:00 AM

Hi Karel, unfortunately I have been building websites since 1995. That is the code that Dreamweaver CS3 inserts when a flash .swf is inserted. I don't insert the .flv directly from Dreamweaver andt prefer to create a SWF from Flash so that I can customize the presentation of the video more.

Ervin Farkas January 20th, 2009 10:18 AM

In DW did you set the size of the player manually or used the "autodetect" option?

Karel Bata January 20th, 2009 10:20 AM

I use DW CS3 too. Never noticed that.

Cheers. Happy coding! :)

Harry Settle January 20th, 2009 05:34 PM

Thanks for the replies. Remember I am using Frontpage, which no one else in the freeworld will touch.

This is what the codes read when I insert my video onto the webpage using the Frontpage directions.

BTW, I found out how to get my window to the desired size, now if I could only get it to play. . .



<div style="position: absolute; width: 526px; height: 423px; z-index: 4; left: 830px; top: 356px" id="layer4">
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="400" height="400">
<param name="movie" value="Wagner 1 - Clip 001.flv">
<param name="quality" value="High">
<param name="loop" value="false">
<embed src="Wagner%201%20-%20Clip%20001.flv" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="400" height="400" quality="High" loop="false"></object>
</div>
<p align="center">&nbsp;</td>

Karel Bata January 20th, 2009 06:44 PM

I'm not a skilled coder - I just copy n paste stuff until something works! - so a lot of that is gobbledegook to me, like what on earth is that clsid stuff about?

But I don't see your frame size of 720 x 480 anywhere, and the last line appears to be centering an empty space (&nbsp) as well as closing a table (</td>) that was never opened!

I'm sure the others will sort it out for you, but for now the following will definitely work:

<div align="center">
<br />
<br />
<br />
<br />
<embed src="YOURFILM.flv" width=720 height=480 autoplay=true controller=true>
</div>

I always try to code as simply as I can, often using only tables, that way if anything goes wrong I have a chance of understanding and fixing it!

Ken Campbell January 21st, 2009 01:35 AM

Hi Harry, is there a script tag like in the code of my response?

Unfortunately for you, FrontPage is a disaster for web coding. I suspect that you may have more problems down the road, and especially when your pages are views in browsers other than IE.

You may want to try the later version of their web creation software, I think it was called Microsoft Expression or something like that. The current champ is still Dreamweaver but it has its quirks and costs quite a bit.

Good luck!

Karel Bata January 21st, 2009 02:24 AM

You don't really need the latest DW. For simple coding and embedding an old one does the trick just as well and will be a lot cheaper.

Harry Settle January 21st, 2009 09:04 PM

Quote:

Originally Posted by Ken Campbell (Post 998328)
Hi Harry, is there a script tag like in the code of my response?

Unfortunately for you, FrontPage is a disaster for web coding. I suspect that you may have more problems down the road, and especially when your pages are views in browsers other than IE.

You may want to try the later version of their web creation software, I think it was called Microsoft Expression or something like that. The current champ is still Dreamweaver but it has its quirks and costs quite a bit.

Good luck!

Frontpage worked for me for a little while, but has become the proverbial albatross. I'll persue better options.

Thanks to all


All times are GMT -6. The time now is 07:57 PM.

DV Info Net -- Real Names, Real People, Real Info!
1998-2024 The Digital Video Information Network