Help - Search - Members - Calendar
Full Version: Can't get flash to work in website
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
krio
Hello,


I made an animation in flash and I'm trying to get it to come up in a webpage. I used adobe flash and used the 'publish' function to do it. I have also tried many different embed codes on the internet and I cannot get any of them to work.

I uploaded all of the files that flash published.
I tried different versions of flash etc...

here is my test page...

http://southfloridabirthdaycharacters.com/...cinderella.html



any help would be greatly appreciated


thanks
pandy
Does it work locally? Because the Flash copy on the server doesn't seem to feel well.

http://southfloridabirthdaycharacters.com/.../cinderella.swf

How did you upload it? Could you have FTPed it in Text Mode instead of Binary?
krio
WOW thank you so much !! I had the same problem last week when I was trying to turn in a web design project and even my professor couldn't figure it out haha!


again thank you!!
pandy
So it was that? Hey, I'm da Flash expert now! Uhm...not. cool.gif

QUOTE
even my professor couldn't figure it out haha!


Bah! Professors.

Cute bear, now that I can see it. happy.gif
migawong
I have a similar problem, I have a flash gallery that should be embedded into a dreamweaver site,
it looks fine when i preview on my computer but I can't see it when I have uploaded it onto server.
I get an error message that says:

Line:121

Char:1

Error: Object expected

I know line 121 is the javascript part that has been added to the embedding of flash into html, but
I can't find anything wrong with it. And the object is there, so it should work.

heres the script and website.

www.thombaker.co.uk/design/html

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0',
'name','gallery','width','671','height','471','id','gallery','src','gallery','quality','high','pluginspage','http://www.adobe.com/shockwave/
download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','gallery' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
name="gallery" width="671" height="471" id="gallery">
<param name="movie" value="gallery.swf" />
<param name="quality" value="high" />
<embed src="gallery.swf" width="671" height="471" quality="high" pluginspage=
"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" name="gallery"></embed>
</object>
</noscript>


Help!
pandy
Have you uploaded and linked to the external script the above is a call to?
pandy
Is http://www.thombaker.co.uk/design.html the page in question? In that case http://www.thombaker.co.uk/Scripts/AC_RunActiveContent.js isn't there. wink.gif
migawong
Awesome, thank you very much!

I'm like Uber Newb with HTML, and I've been staring at that problem for a week trying to figure it out.

Much appreciated biggrin.gif!
pandy
De nada. cool.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.