Flash Help:2

A.J.Rimmer(BSC)

Sidekick
Joined
Sep 13, 2005
Messages
2,402
Reaction score
0
Points
31
Hey, I suck at technical stuff.

Anyway, I'm trying to put a flash online portlio of my work online. I have the basic site almost done, but I'm lost when it comes to creating - a html page that the flash page would load up from.

I've heard Dreamweaver is the best way, but if I put the movie into the dreamweaver program, is that just playing the flash file using dreamweaver? Won't it still be a flash file?

I want to lock the screen size as well if possible.

Any help would be greatly appreciated. If you can help, please be as simple and concise as possible. Thanks a lot.

I'm using Flash MX.

Cheers.
 
In flash.

File > Export movie
save it as what you want and it should have .swf on the end

Then once you have your file you can either make a page using dreamweaver and import it into that or

<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>

put that into your existing page Html code. and change somefilename.swf to the URL of where the flash file was uploaded to... eg. http://www.mysite.com/images/superherohype.swf

Also to change the size of it, just change the 500 and 400 values to what ever you want.

Should work :p
 

Users who are viewing this thread

Staff online

Forum statistics

Threads
201,164
Messages
21,908,478
Members
45,703
Latest member
BMD
Back
Top
monitoring_string = "afb8e5d7348ab9e99f73cba908f10802"