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

Flash Button not showing on php page

Participant ,
Jul 07, 2006 Jul 07, 2006
Hi Folks,

Hopefully this is a simple problem. I've added a Flash Button via the Insert Media -> Flash Button in DW8. Unfortunately the button does not show up when the php page is loaded up to the server. And yes, I did make sure to upload the button file. When I look at the source code from the server, the flash part looks a little different compared to how it normally looks on a .htm page. Here's what the 'view source' in the browser shows:

TOPICS
Server side applications
695
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 ,
Jul 07, 2006 Jul 07, 2006
chriscatalano wrote:
> Hopefully this is a simple problem. I've added a Flash Button via the Insert
> Media -> Flash Button in DW8. Unfortunately the button does not show up when
> the php page is loaded up to the server. And yes, I did make sure to upload
> the button file.

But did you upload this file?

Scripts/AC_RunActiveContent.js

--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/
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
Participant ,
Jul 07, 2006 Jul 07, 2006
David,

I don't know what that file is. Can you elaborate?

Thanks,
Chris

quote:

Originally posted by: Newsgroup User
chriscatalano wrote:
> Hopefully this is a simple problem. I've added a Flash Button via the Insert
> Media -> Flash Button in DW8. Unfortunately the button does not show up when
> the php page is loaded up to the server. And yes, I did make sure to upload
> the button file.

But did you upload this file?

Scripts/AC_RunActiveContent.js

--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/



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
Enthusiast ,
Jul 07, 2006 Jul 07, 2006
Try removing the noscript tag around the object.
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
Participant ,
Jul 07, 2006 Jul 07, 2006
LATEST
quote:

Originally posted by: jeremyluby
Try removing the noscript tag around the object.


No, that's not the answer. I just read the help file regarding the last update of DW. It specifically mentions that it now adds noscript tags to active objects so that the latest version of IE works properly. The same help file mentions the fact that creating active content (or converting old active content) creates new script files that must be uploaded to the server. I did that and now everything works ok.

Regards,
Chris
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