Maybe i haven't been clear about the problem i am having.

I load swfs into my HTML two different ways. the first way is they are
embedded directly into the page when it loads. The second way is when
any link on the navigation bar is selected it removes the swf in the
"flashcontent" div and replaces it with the next one and so on, and
this works great as well because most of the swf files are small in
size, however i have some large swf files in my examples/bim models
and they have built in pre-loader place on the 1st clip and they work
fine on there own, however when i load them via my Main JavaScript
code (Navigation) they are only visible after they have been 100%
loaded. The first jpg and the pre-loader should show up immediately
and display the preloading process.

I need to properly implement the snippet
swfobject.switchOffAutoHideShow();
in my Main JavaScript code for this to work correctly and that what i
am having problems with.

I did a test and placed the large swf file with a built-in pre loader
on my main page and it works great. but it is because the snippet
swfobject.switchOffAutoHideShow(); is a parameter within that embed.
the minute the navigation links are used that's all gone and i am
dependent on my main page JavaScript to load and apply parameters to
the swf loading in the flashcontent div of my HTML.

I hope this is easier to understand.
PhilBuilt

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to