Putting Flash into a Website

Do you need help with a computer-related problem? Ask it here!
User avatar
YzRiDeR72
Posts: 103
Joined: Sun Mar 02, 2008 9:04 pm
Realm: US East
Account: YzRiDeR72
Location: New York
Contact:

Putting Flash into a Website

Unread post by YzRiDeR72 »

Although i know you said you weren't fluent with Flash can anyone help incorporating this into a page?
This is required to run any flash creations on a website (from what i know anyway :p[/sub]



Image
Second member(following 3ICE) to site. =]
You don't learn unless you crash. =]

User avatar
3ICE
Admin
Posts: 2629
Joined: Sat Mar 01, 2008 11:34 pm
Realm: Europe
Account: 3ICE
Clan: 3ICE
Location: Hungary
Contact:

Re: Putting Flash into a Website

Unread post by 3ICE »

All flash programs can create html objects all by themselves. Find that option in their menu:)

Or use this code:

Code: Select all

<object height="640" width="480">
<param name="movie" value="file.swf">
<embed src="file.swf" height="640" width="480"></embed>
</object>
  • Export as swf
  • Upload to your webhost (same directory where the html file will be)
    • Change 640 and 640 to your movie's height.
    • Change 480 and 480 to your movie's width.
    • Change file.swf and file.swf to your movie's filename.
  • Put the updated code in a html page.
  • Upload the html file too.
EDIT: But I'm good with html :)
ImageImageImageImageImage
Image
ImageImage

Post Reply

Who is online

Users browsing this forum: No registered users and 25 guests