Do you need help with a computer-related problem? Ask it here!
YzRiDeR72
Posts: 103 Joined: Sun Mar 02, 2008 9:04 pm
Realm: US East
Account: YzRiDeR72
Location: New York
Contact:
Unread post
by YzRiDeR72 » Sun Dec 28, 2008 11:23 pm
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]
Second member(following 3ICE) to site. =]
You don't learn unless you crash. =]
3ICE
Admin
Posts: 2655 Joined: Sat Mar 01, 2008 11:34 pm
Realm: Europe
Account: 3ICE
Clan: 3ICE
Location: Hungary
Contact:
Unread post
by 3ICE » Mon Dec 29, 2008 4:11 am
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
Users browsing this forum: No registered users and 8 guests