krio
Feb 9 2009, 10:45 PM
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.htmlany help would be greatly appreciated
thanks
pandy
Feb 9 2009, 10:55 PM
Does it work locally? Because the Flash copy on the server doesn't seem to feel well.
http://southfloridabirthdaycharacters.com/.../cinderella.swfHow did you upload it? Could you have FTPed it in Text Mode instead of Binary?
krio
Feb 9 2009, 11:03 PM
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
Feb 9 2009, 11:34 PM
So it was that? Hey, I'm da Flash expert now! Uhm...not.
QUOTE
even my professor couldn't figure it out haha!
Bah! Professors.
Cute bear, now that I can see it.
migawong
Mar 15 2009, 04:26 PM
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
Mar 15 2009, 05:44 PM
Have you uploaded and linked to the external script the above is a call to?
pandy
Mar 15 2009, 05:47 PM
migawong
Mar 15 2009, 08:02 PM
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

!