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

flash logo

Contributor ,
Jun 13, 2007 Jun 13, 2007
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
447
Translate
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
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
Translate
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
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
Translate
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
Insert: Media: Flash from the Menu or Ctrl-Alt-F
Translate
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
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
Translate
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
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.
Translate
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
thanks i will try that
Translate
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
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
Translate
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