Problems with running Flash

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
ancerick
Posts: 26
Joined: Wed 14. Jun 2006, 16:00

Problems with running Flash

Post by ancerick »

A website that had a animateing flash on index page have stopped running it for some reason :S

the file still seems to load up by the engine only problem is that it stays loading the flash..

i have worked with flash before and usaly this kind of problem is when after publishing u run your flash movie with wrong html code....

also im not kidding when im saying that it simply "stopped" playing flashes ... maybe some smart guy poked around some where , but im not aware of that... for us at one point it just wasnt working. :roll:

anyway heres the website: http://www.sanest.ee
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hi,

looked into the code there is a attribute not neded i guess:

<param name="attr" value="value" />

i see when typing URL direct to swf file it is shown as well.

try to use it in this way:

set up a HTML content part and use it like this:

Code: Select all

<object type="application/x-shockwave-flash" data="../lay/logo.swf"
width="160" height="60" id="portfolio" style="-moz-user-focus:ignore" title="logo">
    <param name="movie" value="../lay/logo.swf" />
    <param name="quality" value="high" />
  </object>
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
ancerick
Posts: 26
Joined: Wed 14. Jun 2006, 16:00

Post by ancerick »

actualy that wasnt quite what was going on .. i had a flash named 715.swf
and i wanted to display that not the logo .swf ... how ever your idea worked .. i just edited the code a bit and uploaded file intoto /lay... anyway big thnx man .. it works now and im soo frigging happy ^^
Post Reply