PC Review


Reply
Thread Tools Rate Thread

Code for SWF

 
 
=?Utf-8?B?Sm9uZXJlYg==?=
Guest
Posts: n/a
 
      13th Feb 2006
I need help with writing code for a SWF file. The SWF video file is 320 X
240. But in the browser it fills the screen. I need it to constrain to 320 X
240. I don't know html...that's why I use Front Page 2000.

Can some write the code that I need to insert? And explain to me where &
how it should be inserted in the code that Front Page writes. Thanks.
 
Reply With Quote
 
 
 
 
p c
Guest
Posts: n/a
 
      13th Feb 2006
Specify width and height in pixels.

Example from:
http://www.w3schools.com/flash/flash_inhtml.asp
--
Open the HTML page where you want to insert your Flash movie. Insert
this code:

<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
--
See URL for more explanations.

Regards,
...PC

Jonereb wrote:
> I need help with writing code for a SWF file. The SWF video file is 320 X
> 240. But in the browser it fills the screen. I need it to constrain to 320 X
> 240. I don't know html...that's why I use Front Page 2000.
>
> Can some write the code that I need to insert? And explain to me where &
> how it should be inserted in the code that Front Page writes. Thanks.

 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      14th Feb 2006
It has been a while since I was in Frontpage 2000, but try this

In edit mode, try doulble click on swf file. From there you can set the
parameters. ie: play once, loop, & size.

Hope this helps


"Jonereb" <(E-Mail Removed)> wrote in message
news:34D8EB91-E245-497B-911A-(E-Mail Removed)...
>I need help with writing code for a SWF file. The SWF video file is 320 X
> 240. But in the browser it fills the screen. I need it to constrain to
> 320 X
> 240. I don't know html...that's why I use Front Page 2000.
>
> Can some write the code that I need to insert? And explain to me where &
> how it should be inserted in the code that Front Page writes. Thanks.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linq to XML--Are there code examples that make Linq as easy as SQL? Or how can I convert ths simple pseudo code into real code? Reece Microsoft C# .NET 4 10th Dec 2008 03:13 AM
ATI Radeon Drivers - Code 43, Code 37 & Code 10 =?Utf-8?B?SmFrZQ==?= Windows Vista Hardware 14 29th Aug 2006 05:50 AM
ATI Display Drivers - Code 43, Code 37, Code 10 Jake Windows Vista Hardware 2 8th Jul 2006 04:00 PM
what is the difference between code inside a <script> tag and code in the code-behind file? keithb Microsoft ASP .NET 1 29th Mar 2006 02:00 AM
[New] Zipoid - ZIP Code, City Name and Area Code Lookup - Zip Code to Zip Code Distance Calculation Mel Freeware 0 22nd Jul 2005 04:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:26 AM.