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

swf will play in html page but not asp page

New Here ,
Jun 23, 2006 Jun 23, 2006
I have an existing flash movie created in 2004mx. This movie is embeded within an asp page created in dreamweaver. It has never had any problems. After loading Studio 8 suite I modified the movie and saved the asp page in dreamweaver and it will not display. If I change the dreamweaver pave extention to html the page works. All suggestions appreciated.
TOPICS
Server side applications
390
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 23, 2006 Jun 23, 2006
Is your ASP doctype still in place?


--
Nancy Gill
Adobe Community Expert
BLOG: http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


"msere123" <webforumsuser@macromedia.com> wrote in message
news:e7h2bf$h7l$1@forums.macromedia.com...
>I have an existing flash movie created in 2004mx. This movie is embeded
>within
> an asp page created in dreamweaver. It has never had any problems. After
> loading Studio 8 suite I modified the movie and saved the asp page in
> dreamweaver and it will not display. If I change the dreamweaver pave
> extention
> to html the page works. All suggestions appreciated.
>


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
Explorer ,
Jun 24, 2006 Jun 24, 2006
Try saving your swf file in a js file and call that from the asp page. Simply put Document.write(' at the start of each line of the swf code and then put '); at the end of everyline. Call it from the asp page by typeing:

<script language="JavaScript" src="the_path_to_the_Js_file.js" type="text/JavaScript"></script>

If you would like an example please post back. :)

Hope this helps, Adam
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
New Here ,
Jun 27, 2006 Jun 27, 2006
LATEST
Adam,
If you have a sample I would very much appreciate it.
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