Ask a Question related to Macromedia Flash Player, Design and Development.
-
djnilo #1
Macintosh and Firefox problems
I am designing a website for a client, I have programmed an automatic photo
slideshow on the homepage and in the portraits and weddings gallery. I
programmed the movie to load the images externally with the loadMovie command
and then it resizes and positions the photos in the viewing area. It works
fine on Windows IE but it does not work correctly on a Macintosh (IE) or
Mozilla Firefox. On the MAC and Firefox it works intermittently. Please help.
I posted it on my own website for testing purposes. The url is :
[url]www.dccreative.org[/url]
djnilo Guest
-
Macintosh OS X Path Problems when using DWfile.exists
Hello, When working with a MACINTOSH OS X and when I try to do either a DWfile.exists( dreamweaver.getConfigurationPath() ); DWfile.exists(... -
LocalConnection problems on Macintosh
I tired to write this bug to support, but was redirected to paying support... sad world! We can't open more than 10 different localconnections on... -
To All Macintosh Users: IE Mac or Safari or Firefox?
To all Mac users: Which browser are you using? IE Mac 5.23 Safari Firefox Is anyone still using IE Mac 5.23 considering the Microsoft... -
REFER VINTAGE, LEGACY, OBSOLETE APPLE MACINTOSH PROBLEMS TO:
REFER VINTAGE, LEGACY, OBSOLETE APPLE MACINTOSH PROBLEMS TO: B&R Computer Services 619-225-8281 We can help people who are using older,... -
Power Macintosh G3 SCSI CD Problems
In article <4dabe7ac.0307090716.773e4301@posting.google.com>, gtxinfo@yahoo.com (gtxinfo) wrote: From first hand experience I would list the... -
susan57_zheng@yahoo.com #2
Re: Macintosh and Firefox problems
Try make it in PowerPoint first, then turn it into a smaller .swf file
which you can post online easy:
[url]http://www.sameshow.com/other/powerpoint-to-flash-good.html[/url]
Check it out. hope it helps.
susan57_zheng@yahoo.com Guest
-
lookaaly@yahoo.com #3
Re: Macintosh and Firefox problems
Hi, djnilo,
Wondershare Flash SlideShow Builder is a tool to create Flash
slideshows from your photos. You may get it a try and see if it will do
what you want.
[url]http://www.flash-slide-show.com[/url]
Regards,
lookaaly@yahoo.com Guest
-
wheeler1949 #4
Re: Macintosh and Firefox problems
I have the same problem
[url]www.ussesite.com[/url] works with ie but fails with 1.0,7 firefox
wheeler1949 Guest
-
Penate #5
Re: Macintosh and Firefox problems
FLASH Player 8 does`n play the files as Flash Player 7
We are programming files that are not reading as the same file with Flash Player 8.
Penate Guest
-
Penate #6
Re: Macintosh and Firefox problems
FLASH Player 8 does`n play the files as Flash Player 7
Change to Flash Player 7 again and you will see it works OK....... But, ....
That is a big problem for every programmer.
Do we have to tell users not to install Flash Player 8, because does not play
the files as Flash Player 7 ???
Penate Guest
-
RedFl #7
Re: Macintosh and Firefox problems
Having the exact same danm problem with that firefox, good to know Im not alone. I just have quality issues when going to version 7. Think firefox will ever fix this problem - who's problem is it?
RedFl Guest
-
gomper #8
Re: Macintosh and Firefox problems
I'm having the same frustrating problem as you guys. I have found no solution,
but will post it if I figure anything out. For now, I am having to send
fscommands to the page and load the slides into a div instead. That's a real
drag.
gomper Guest
-
gomper #9
Re: Macintosh and Firefox problems
Hey, I've found a great workaround. Drag a TextArea onto the stage - disable
editing and enable html for it. Name it whatever you like - I called it
'slideArea'. On the first frame of your movie, add these 2 lines to make the
TextArea background color and borders transparent:
_global.styles.TextArea.setStyle("disabledColor", "none");
_global.styles.TextArea.setStyle("borderStyle", "none");
Okay, then you just load the swf's or jpg's in dynamically with img tags - in
my code, it looks similar to this:
var mySlide = "http://myServer/slides/Slide" + _root.slides + ".swf";
_level0.slideArea.text = "<img src='" + mySlide + "' width='" + _root.myWidth
+ "' height='" + _root.myHeight + "'>";
It work perfectly for Mac or PC, IE or Firefox 1.0.7.
gomper Guest



Reply With Quote

