Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

flash logo

Contributor ,
Jun 13, 2007 Jun 13, 2007

Copy link to clipboard

Copied

hey guys, i have a website that i need to add a flash logo that i created, currently it has a gif logo, i tried changing it on the css to swf and uploading both, swf and html to the directory but it still doesn't work. Can someone help me please?
this is how it shows:

CODE ; #header{height: 93px; overflow: hidden; background: #018CBB url(../images/ header-bg.gif);}

THANKS GUYS
TOPICS
Server side applications

Views

441
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 13, 2007 Jun 13, 2007

Copy link to clipboard

Copied

On Wed, 13 Jun 2007 18:04:19 +0000 (UTC), "LuisDesigns"
<webforumsuser@macromedia.com> wrote:

>hey guys, i have a website that i need to add a flash logo that i created,
>currently it has a gif logo, i tried changing it on the css to swf and
>uploading both, swf and html to the directory but it still doesn't work. Can
>someone help me please?

You cannot use Flash as a background. The only way to do it would be to
insert the Flash movie into the HTML page, rather than as a background.

Gary

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jun 13, 2007 Jun 13, 2007

Copy link to clipboard

Copied

hmmmm, i hear ya. i was able to add a animated gif and it worked fine, but u know, the image looked horrible, if i had to add the flash to the html page what would i have to put in there?
thanks

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 13, 2007 Jun 13, 2007

Copy link to clipboard

Copied

Insert: Media: Flash from the Menu or Ctrl-Alt-F

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jun 13, 2007 Jun 13, 2007

Copy link to clipboard

Copied

sorry, i really am not very good with codes,
CODE ; #header{height: 93px; overflow: hidden; background: #018CBB url(../images/header-bg.gif);}


would it be something like this : #header{height 93px; overflow: hidden; background: Insert: Media: "url here" ?
txs

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 13, 2007 Jun 13, 2007

Copy link to clipboard

Copied

No, like Gary said you can not add Flash in CSS. From the Dreamweaver toolbar at the top go to the Insert Menu. Click on Media and then click on Flash. This will allow you to add a swf file to your html page. It will also add a corresponding JavaScript file to load the flash. Make sure you upload the JavaScript file to your server along with the html page and swf file.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jun 14, 2007 Jun 14, 2007

Copy link to clipboard

Copied

thanks i will try that

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jul 13, 2007 Jul 13, 2007

Copy link to clipboard

Copied

LATEST
Hey Guys, got the problem solved in a easy way. Instead of using flash"that makes loading slower" i created the flash logo in flash and then exported as bitmap, and used Ulead to put it together and saved as gif.. Wroks great, same qulity as flash .
Hope it help someone in the future.
Cheers

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines