Can't view my logo, what could be the culprit?

norbyd

Joined: 2008-12-20
Posts: 28
Posted: Sun, 2008-12-21 01:09

Hi all,

I went through all the steps in the explanation, but couldn't figure out why
it's not showing, here is the link:

http://asianadventures.org/gallery2/main.php

It's a flash file, by the way. Nothing fancy, just text.

I'd appreciate some suggestions, Thanks.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 6138
Posted: Sun, 2008-12-21 01:54

<a href="http://asianadventures.org"><img src="themes/matrix/images/asianadventure_gallerylogo.fla" width="288.9" height="34" alt=""/></a>

Not how to embed flash.
asianadventure_gallerylogo.fla is not a rendered flash animation, its the source file.
You first need to publish your fla to a swf, when you do that "publish" will also create a sample html file with the proper embed code.

-s

FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
norbyd

Joined: 2008-12-20
Posts: 28
Posted: Sun, 2008-12-21 03:08
Quote:
<a href="http://asianadventures.org"><img src="themes/matrix/images/asianadventure_gallerylogo.fla" width="288.9" height="34" alt=""/></a>

Not how to embed flash.
asianadventure_gallerylogo.fla is not a rendered flash animation, its the source file.
You first need to publish your fla to a swf, when you do that "publish" will also create a sample html file with the proper embed code.

-s

I thought that could be it! How do I convert it?

Thanks.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 6138
Posted: Sun, 2008-12-21 13:38

What application are you using to edit the fla? It should be able to publish it.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
norbyd

Joined: 2008-12-20
Posts: 28
Posted: Sun, 2008-12-21 16:49
suprsidr wrote:
What application are you using to edit the fla? It should be able to publish it.

-s

I am using Flash. I did publish, but it is still not working.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 6138
Posted: Sun, 2008-12-21 17:37
<a href="http://asianadventures.org"><img src="themes/matrix/images/asianadventure_gallerylogo.swf"
width="288.9" height="34" alt=""/></a>

A flash animation is not an image.

try:

<embed width="288" height="43" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer"

type="application/x-shockwave-flash" name="logo" wmode="transparent" quality="high"

src="themes/matrix/images/asianadventure_gallerylogo.swf"></embed>

suprsidr wrote:
when you do that "publish" will also create a sample html file with the proper embed code

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
norbyd

Joined: 2008-12-20
Posts: 28
Posted: Sun, 2008-12-21 22:24
suprsidr wrote:
<a href="http://asianadventures.org"><img src="themes/matrix/images/asianadventure_gallerylogo.swf"
width="288.9" height="34" alt=""/></a>

A flash animation is not an image.

try:

<embed width="288" height="43" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer"

type="application/x-shockwave-flash" name="logo" wmode="transparent" quality="high"

src="themes/matrix/images/asianadventure_gallerylogo.swf"></embed>

suprsidr wrote:
when you do that "publish" will also create a sample html file with the proper embed code

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

I decided to bypass this and use an existing jpg file (easier this way) that I used throughout my site.

I finally linked it to my site, check it out: http://asianadventures.org

I appreciate your help anyway -Thanks.