Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-24-2003, 04:51 PM   PM User | #1
Potato
New Coder

 
Join Date: Aug 2002
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Potato is an unknown quantity at this point
I made a flash movie and need it to run on the intro page

I am not too familiar with flash and with some help i made an intro for my site. How do i make it run? I know html and everything but never have used flash in my life. The flash file is, "Intro.fla" What should my code be?
__________________
This is my signature.
Potato is offline   Reply With Quote
Old 01-24-2003, 05:04 PM   PM User | #2
mouse
Regular Coder


 
Join Date: Jun 2002
Location: North East England
Posts: 853
Thanks: 0
Thanked 0 Times in 0 Posts
mouse is an unknown quantity at this point
You need to publish the movie (file => publish (settings)) this will give you a *.swf which can be viewed with Flash player. Your publishing options will enable an html page with the necessary html to be created too.
__________________
[+] Computer/PC issues [+] Silverpaw3D
------------------------------------------------
Never buy a dwarf with learning disabilities...

...it's not big, and it's not clever.
mouse is offline   Reply With Quote
Old 01-24-2003, 05:24 PM   PM User | #3
Potato
New Coder

 
Join Date: Aug 2002
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Potato is an unknown quantity at this point
Alright i just tried that but still, i want the background black and it in the middle and when it stops to go to another page. Whenevr it publishes it gives me a window with the flash on the top left of the screen.
__________________
This is my signature.
Potato is offline   Reply With Quote
Old 01-24-2003, 05:28 PM   PM User | #4
Potato
New Coder

 
Join Date: Aug 2002
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Potato is an unknown quantity at this point
I also cant even make it fit, a piece of it is cut off
__________________
This is my signature.
Potato is offline   Reply With Quote
Old 01-24-2003, 05:29 PM   PM User | #5
Borgtex
Regular Coder

 
Join Date: Aug 2002
Location: Spain
Posts: 420
Thanks: 0
Thanked 0 Times in 0 Posts
Borgtex is an unknown quantity at this point
To center the movie, you can put it inside a table and align both vertical & horizontally to the middle
__________________
Don't resist to assimilation. Billions of Borgs can't be wrong!
Borgtex is offline   Reply With Quote
Old 01-24-2003, 05:32 PM   PM User | #6
Potato
New Coder

 
Join Date: Aug 2002
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Potato is an unknown quantity at this point
Can someone give me their screen name for you help me, i need this done asap.
__________________
This is my signature.
Potato is offline   Reply With Quote
Old 01-24-2003, 05:37 PM   PM User | #7
wap3
Regular Coder

 
Join Date: Aug 2002
Location: UK
Posts: 324
Thanks: 0
Thanked 0 Times in 0 Posts
wap3 is an unknown quantity at this point
what are you not understanding ??
wap3 is offline   Reply With Quote
Old 01-24-2003, 05:58 PM   PM User | #8
mouse
Regular Coder


 
Join Date: Jun 2002
Location: North East England
Posts: 853
Thanks: 0
Thanked 0 Times in 0 Posts
mouse is an unknown quantity at this point
The page will be the same as the movie's background by default. If you want to change it you'll need manualy edit the html
__________________
[+] Computer/PC issues [+] Silverpaw3D
------------------------------------------------
Never buy a dwarf with learning disabilities...

...it's not big, and it's not clever.
mouse is offline   Reply With Quote
Old 01-24-2003, 06:34 PM   PM User | #9
Potato
New Coder

 
Join Date: Aug 2002
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Potato is an unknown quantity at this point
but the whole video doesnt show, only half when i publish it! plese im me at jasonap1!
__________________
This is my signature.
Potato is offline   Reply With Quote
Old 01-24-2003, 07:33 PM   PM User | #10
ez4me2c3d
Regular Coder

 
Join Date: Dec 2002
Location: Minneapolis, MN
Posts: 208
Thanks: 0
Thanked 1 Time in 1 Post
ez4me2c3d is an unknown quantity at this point
boy your signature says it all...

anyway, if the movie doesn't fit on the page then guess what? you need to resize it so that it fits (usually) a 800X600 resolution.

anyway, if you know html like you said, then changing the back ground color should not be a problem, nor should centering the movie.
__________________
anthony
ez4me2c3d is offline   Reply With Quote
Old 01-24-2003, 07:42 PM   PM User | #11
Potato
New Coder

 
Join Date: Aug 2002
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Potato is an unknown quantity at this point
K i finally got it, here:
GyroTek
Well there is no home page so dont complain but how do i make it link to a home.html once the flash is over? The quality is at good with 12 fps so dont tell me to lower the qaulity. It runs slow first time around but second time it runs well. Now how do i make it go to the site right after the flash video? Thanks
__________________
This is my signature.
Potato is offline   Reply With Quote
Old 01-24-2003, 07:46 PM   PM User | #12
wap3
Regular Coder

 
Join Date: Aug 2002
Location: UK
Posts: 324
Thanks: 0
Thanked 0 Times in 0 Posts
wap3 is an unknown quantity at this point
Ok in the last frame of you movie put an action statement there.

Use the getURL() which should be under browser/network in the actions panel.

ok ??

wap3 is offline   Reply With Quote
Old 01-24-2003, 08:15 PM   PM User | #13
Potato
New Coder

 
Join Date: Aug 2002
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Potato is an unknown quantity at this point
huh? can someone explain better?
__________________
This is my signature.
Potato is offline   Reply With Quote
Old 01-24-2003, 08:24 PM   PM User | #14
mouse
Regular Coder


 
Join Date: Jun 2002
Location: North East England
Posts: 853
Thanks: 0
Thanked 0 Times in 0 Posts
mouse is an unknown quantity at this point
Create a keyframe at the end of the movie, before any stop() command you may have there... insert the actionscript geturl("http://address.com"); in this keyframe.
__________________
[+] Computer/PC issues [+] Silverpaw3D
------------------------------------------------
Never buy a dwarf with learning disabilities...

...it's not big, and it's not clever.
mouse is offline   Reply With Quote
Old 01-24-2003, 08:36 PM   PM User | #15
Potato
New Coder

 
Join Date: Aug 2002
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Potato is an unknown quantity at this point
I did that and it loads the page even before the movie starts. This will be so much easier over aim, please im me at jasonap1
__________________
This is my signature.
Potato is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


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

Forum Jump


All times are GMT +1. The time now is 08:09 PM.


Advertisement
Log in to turn off these ads.