Flash help please...

Started by Squinky, Fri 05/09/2003 21:45:17

Previous topic - Next topic

Squinky

Okay, This is probably in the wrong forum, but here goes...

I can make a neat-o little flash web page, but I cannot for the life of me get it to work on the internet? So my question to all you flash guys is, how (and what) do you upload and where do you place it in your internet directorys and whatnot... I'm sure I'll have to elaborate on this as I'm probably being unclear...

Evil

I belive that you put the flash "product" onto a webpage as an html page...

Squinky

yeah, but when I do that it dosen't display the page, it prompts the user to download the entire swf onto their computer....now thats not what I'm going for believe it or not...

Evil

Is there options to save it as something else? Or maybe options for a website?

Hobbes

Be sure to use the following code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%">
       <param name=movie value="URL OF FILE HERE">
       <param name=quality value=high><param name="LOOP" value="false">
       <embed src="URL OF FILE HERE" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%" loop="false">
       </embed>

You can change the LOOP value from "false" to "true", of course.
     </object>

Squinky

Yikes, hobbes....

Where do I put this code ? and what does it do?

Evil

Are you using geocities Squinky?

Squinky

No, I've got some space from sylpher and I ftp crap....

Darth Mandarb

#8
Squinky - Use Hobbe's code in the HTML of the page.  So for instance:

< html >
< head >
< title > Title of Page < /title >
< /head >
< body bgcolor="EFEFEF" >

< hobbe's code >

< /body >
< /html >

Save the file as something like flashmovie.html (or .htm) or something like that.  
If you link directly to a .swf it'll just ask you to DL it.  You have to use the object code (from Hobbes).

hope that helps!
dm

TheYak

Off topic but, Darth, Walter rocks.  ;)

Squinky

Man, I appreciate all the help so far....

But heres what I get when I threw up a test page....dosen't work for me:

http://sylpher.com/squinkyproductions/flashsite.html

Darth Mandarb

Sorry man I forgot to mention that you need to remove the spaces ... which I don't think I needed to put in there.  Like this:

<html>
<head><title>Title of Page</title></head>
<body bgcolor="efefef">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%">
<param name=movie value="URL OF FILE HERE">
<param name=quality value=high><param name="LOOP" value="false">
<embed src="URL OF FILE HERE" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%" loop="false">
</embed>
</body>
</html>

The HTML parser in browsers isn't recognizing those tags 'cause of the spaces!  Sorry, I didn't realize I could include html code directly in these forums so I added the spaces to 'trick' the system!  If that still doesn't work, let me know and you can e-mail me the swf file and I'll create the page for you and e-mail it back!

YakSpit - Sobchak is a hero of mine :)  One of my favorite movie characters of all time!!

cheers,
dm

Squinky

M'kay, so I changed it around a bit like you said and I still am not seeing my flash stuff, or maybe it's just taking to long to load?

Anyway, I appreciate the offer to set up the site for me, but this is just a crap test site. I'm hopeing to figure this out...

anymore tips out there guys?

Darth Mandarb

It looks, to me, like it's loading something ... how big is the swf file?

dm

Squinky

I think its like 170k...maybe I named the url wrong....

Trapezoid

#15
I think you did. The HTML file is trying to load "http://sylpher.com/squinkyproductions/sylpher.com/squinksite.swf". Get rid of the "sylpher.com/" part in the HTML file.

Edit: By the way, when you make buttons in Flash, use the "Hit" frame to draw the clickable-area of the button, it makes it less irritating to click them.

Hobbes

Slight modification on DarthMandarb's code:

<html>
<head><title>Title of Page</title></head>
<body bgcolor="efefef">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%">
<param name=movie value="http://sylpher.com/squinkyproductions/squinksite.swf">
<param name=quality value=high><param name="LOOP" value="false">
<embed src="http://sylpher.com/squinkyproductions/squinksite.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%" loop="false">
</embed>
</object>
</body>
</html>

This should work!

remixor

Donnie, you're out of your element!


Sorry, that's all I have to say.
Writer, Idle Thumbs!! - "We're probably all about video games!"
News Editor, Adventure Gamers

Paranoia

get a copy of dreamweaver and create the page in that, you can add flash button etc.
i've got a copy you could download, its 80meg tho :-\ PM if you want it

Squinky

Thanks everybody, it was just the simple problem of an incorrect url...
Now to make a real website as that one was just a half assed test thingy....

Scummbuddy

Oh, shoot, im too late.  I think I found a good pdf tutorial for you anyways.

http://virtual-fx.net/vfx/tutorial/pdf/aftershock.pdf
- Oh great, I'm stuck in colonial times, tentacles are taking over the world, and now the toilets backing up.
- No, I mean it's really STUCK. Like adventure-game stuck.
-Hoagie from DOTT

SMF spam blocked by CleanTalk