Flash Album Generator 2 Support Product Page
This topic was archived
Part of code appears in Firefox and Safari
Reported 11 May 2007 11:53:32
1
has this problem
11 May 2007 11:53:32 Robyn Bilfelt posted:
Hi, Can anyone help me fix this problem?When I view a slide show created by Flash Generator 2 in Firefox 1.5.0.11 and Safari, the following code appears in the browser above the slide show (it is not there on the pc in Explorer 7):
"AC_FL_RunContent( 'codebase','download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','600','height','600','id','PicketFenceGallery','align','middle','src','dmxFlashGallery2','quality','best','flashvars','Gallery=galleryshow/PicketFenceGallery.xml','scale','noscale','bgcolor','#FFFFFF','pluginspage','www.macromedia.com/go/getflashplayer','movie','dmxFlashGallery2' ); //end AC code
I am using Flash Generator 2 in Dreamweaver 8 on a mac platform (OS 10.3.9)
Thanks!
Replies
Replied 11 May 2007 16:29:25
11 May 2007 16:29:25 Georgi Kralev replied:
Hi Robyn,
Can you give a online link to this page?
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Can you give a online link to this page?
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 18 May 2007 12:19:40
18 May 2007 12:19:40 Robyn Bilfelt replied:
Replied 18 May 2007 13:00:26
18 May 2007 13:00:26 Georgi Kralev replied:
Hi Robyn,
Your issue is with your CSS files.
At line # 88 in you pf.css file there is #container #content script which has property display: block;
The problem is that with this property the code between <script type="text/javascript"></script> tags is displayed as text at the page.
To prevent this behavior change:
display: block;
To:
display: none;
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Your issue is with your CSS files.
At line # 88 in you pf.css file there is #container #content script which has property display: block;
The problem is that with this property the code between <script type="text/javascript"></script> tags is displayed as text at the page.
To prevent this behavior change:
display: block;
To:
display: none;
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 18 May 2007 14:52:45
18 May 2007 14:52:45 Robyn Bilfelt replied:
Wonderful!! All good now.
Thanks so much for your help!
Thanks so much for your help!