Page 1 of 1

Problems with running Flash

Posted: Thu 7. Sep 2006, 09:45
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

Posted: Thu 7. Sep 2006, 10:29
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>

Posted: Thu 7. Sep 2006, 11:36
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 ^^