SnippetMaster Support Forums
Return to main website
 
April 20, 2008, 06:17:38 AM
* Show unread posts since last visit.
* Show new replies to your posts.
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 20, 2008, 06:17:38 AM

Login with username, password and session length
Search:  
Advanced search
* Home Help Search Login Register
SnippetMaster Support Forums  |  General  |  General Discussion & Support  |  Topic: Flash in IE vs FFox « previous next »
Pages: [1] Print
Author Topic: Flash in IE vs FFox  (Read 144 times)
gtruk9

Posts: 14


[-] Flash in IE vs FFox
« on: December 06, 2007, 02:39:34 PM »

I would like to fix this version of the SnippetMaster to work with Firefox so it does NOT take out the embedding that can be seen only in IE. I found this answer on this board and just reiterate and ask if this fixes the problem for FFox so I do not take tons of time making it work.

I know I am probably using some old coding but please let me know what can be done to when snippet tagging the whole page -- why does it REWRITE the embed coding and then when you go to look at it in Fire Fox or Mozilla, all the flash is NOT VISIBLE anymore..

Isn't this a big problem for most people using SnippetMaster? I posted about this a few times but noone seems to answer on this
What am I doing wrong/ I am not a coder and SnippetMaster was supposed to be easy to set up --- Thanks in advance GT

Report to moderator   Logged
Jenkinhill
Beta Tester

Posts: 347



[-] Re: Flash in IE vs FFox
« Reply #1 on: December 07, 2007, 12:42:34 PM »

This will not be a problem for most people, because very few will use embedded Flash. And those that do are not likely to include a Flash object in the snippet because there is nothing there for the program to edit.

There is a problem with Flash movies within a page in that it has usually been embedded - something that is incompatible with valid XHTML. I don't know how you are embedding Flash, but the following is XHTML compliant.

Code:
<object type="application/x-shockwave-flash"
data="c.swf?path=movie.swf"
width="400" height="300">
<param name="movie"
value="c.swf?path=movie.swf" />
</object>

This will work in FF etc and also in IE, but in IE it will not stream unless you include some actionscript in the first frame of the movie. Sorry I can't recall the code for that as I don't use Flash. The full XHTML validation list installed with SnippetMaster does include all these parameters, so it should parse OK using the full XHTML ruleset - as long as the rest of the page is XHTML1.0 and with a correct DTD.

The programmers of tinyMCE, the editor in the core of SnippetMaster, have just released the alpha of a new tinyMCE version which does offer support for Flash. How long that will take to get to stable release, or if Henri would be able to use it in SnippetMaster, I have no idea.

SnippetMaster is very easy to set up and works exceptionally well with valid code - this is why it is poplular. It was never intended to be used as a full page editor, but to enable users/owners of websites to be able to edit and update parts of their pages.
Report to moderator   Logged

Kelvyn
gtruk9

Posts: 14


[-] Re: Flash in IE vs FFox
« Reply #2 on: December 07, 2007, 01:35:34 PM »

I realize that the snippetmaster program was made to use for updating parts of pages for the most part.
However -- because of certain aspects of this particular site, I needed to put the snippet tags to include the whole page.

The problem is not so much that I intended editable area where the flash is, but that when I placed the snippet tags for the whole page, the snippet editor did not effect or disrupt the rest of the page.... The aspect I do not understand is why does the snippetmaster program totally rewrite the embedded areas of the flash then making it unviewable in other browsers like FF or Mozzila.

I guess the best way to do this is to move the tags to only editable areas exclusively.

Thanks
GT
Report to moderator   Logged
Pages: [1] Print 
SnippetMaster Support Forums  |  General  |  General Discussion & Support  |  Topic: Flash in IE vs FFox « previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!