Author Topic: Flash help  (Read 2084 times)

Justinph5

  • Autococker
  • Posts: 1159
Flash help
« on: June 18, 2008, 10:49:45 PM »
So I started a little website project today in flash, however I can't for the life of me open it up in html format.

I have an older version of it up on the website for testing, maybe one of you can figure out why the html is not working.

Flash: http://24.173.123.178/ezekielsphotography/Ezekiel%27s%20Photography.swf

HTML: http://24.173.123.178/ezekielsphotography/flash.html

All I ever get on the html version is the black background, but no flash object, even when trying to open it locally. Same thing even when trying to preview it from inside flash in html.

???

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Flash help
« Reply #1 on: June 18, 2008, 11:09:43 PM »
You shouldn't need javascript for a flash site.  You can just embed it.  Take a look at the source of homestarrunner.com (awesome site, btw).

Edit:  Oh, and use more html friendly file names.

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Flash help
« Reply #2 on: June 19, 2008, 01:39:38 AM »
If you're going to use JavaScript to embed Flash, use SWFObject.

y00tz

  • Autococker
  • Posts: 2742
Re: Flash help
« Reply #3 on: June 19, 2008, 06:21:16 AM »
If you're going to use JavaScript to embed Flash, use SWFObject.

+1

http://blog.deconcept.com/swfobject/

Justinph5

  • Autococker
  • Posts: 1159
Re: Flash help
« Reply #4 on: June 19, 2008, 06:24:19 AM »
ok
I never edited the html page from what Flash created for me. I'll embed it myself into a page tho and see. :)

And I might bring it into my old Macromedia Flash 8, and see if it can create a page there too :)   I'm sure embedding it myself is better tho, right?

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: Flash help
« Reply #5 on: June 19, 2008, 07:35:38 AM »

Justinph5

  • Autococker
  • Posts: 1159
Re: Flash help
« Reply #6 on: June 19, 2008, 02:18:24 PM »
ok, I've got it all well and good working as an html page...

one thing I'm going CRAZY over is the "studio info" link. It is supposed to stop on the frame, but everything I try won't let it stop.

on the button is:

on(release) {gotoAndStop (10) }

and I also have a stop()   on the frame itself.... I've tried taking one off at a time, I've tried gotoAndPlay, it just started happening for no reason... any idea why?

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Flash help
« Reply #7 on: June 19, 2008, 09:10:19 PM »