Embed flash in layer, editor changes <embed> to <ibed>

View: New views
5 Messages — Rating Filter:   Alert me  

Embed flash in layer, editor changes <embed> to <ibed>

by letschke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello, i would like to embed a flash movie in al layer, that opens
with javascript onclick. if a link is clicked then i want to write the
<object> information for hte falsh movie. everything works fine in IE,
but firefox requires the <embed> tag. when i update my html file by
inserting html code in the editor and if i put the <embed> tag inside
the <object> tag in the farcry editor, then the editor seems to change
the <embed> tag to <ibed>... maybe it replaces <em with <i for
italic... is there any posibility to get rid of this replacement?
thanks in advance,
letschke
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Embed flash in layer, editor changes <embed> to <ibed>

by Nick Collins-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Why not try using the SWFObject javascript library for your flash?
That way you don't have to worry about what embed code you're using.

On Jul 25, 11:38 am, letschke <letsc...@...> wrote:

> Hello, i would like to embed a flash movie in al layer, that opens
> with javascript onclick. if a link is clicked then i want to write the
> <object> information for hte falsh movie. everything works fine in IE,
> but firefox requires the <embed> tag. when i update my html file by
> inserting html code in the editor and if i put the <embed> tag inside
> the <object> tag in the farcry editor, then the editor seems to change
> the <embed> tag to <ibed>... maybe it replaces <em with <i for
> italic... is there any posibility to get rid of this replacement?
> thanks in advance,
> letschke
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Embed flash in layer, editor changes <embed> to <ibed>

by AJ Mercer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

SWFObject also helps with object layers.
With SWFObject for example, drop down menus will go over the top of the flash movie

more here
    http://code.google.com/p/swfobject/


On Wed, Jul 30, 2008 at 4:23 AM, Nick <ndcollins@...> wrote:

Why not try using the SWFObject javascript library for your flash?
That way you don't have to worry about what embed code you're using.

On Jul 25, 11:38 am, letschke <letsc...@...> wrote:
> Hello, i would like to embed a flash movie in al layer, that opens
> with javascript onclick. if a link is clicked then i want to write the
> <object> information for hte falsh movie. everything works fine in IE,
> but firefox requires the <embed> tag. when i update my html file by
> inserting html code in the editor and if i put the <embed> tag inside
> the <object> tag in the farcry editor, then the editor seems to change
> the <embed> tag to <ibed>... maybe it replaces <em with <i for
> italic... is there any posibility to get rid of this replacement?
> thanks in advance,
> letschke




--

AJ Mercer
Web Log: http://webonix.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Embed flash in layer, editor changes <embed> to <ibed>

by AJ Mercer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey, it now has a code generator - HTML or AIR
very nice
    http://code.google.com/p/swfobject/wiki/generator


On Wed, Jul 30, 2008 at 6:57 AM, AJ Mercer <ajmercer@...> wrote:
SWFObject also helps with object layers.
With SWFObject for example, drop down menus will go over the top of the flash movie

more here
    http://code.google.com/p/swfobject/



On Wed, Jul 30, 2008 at 4:23 AM, Nick <ndcollins@...> wrote:

Why not try using the SWFObject javascript library for your flash?
That way you don't have to worry about what embed code you're using.

On Jul 25, 11:38 am, letschke <letsc...@...> wrote:
> Hello, i would like to embed a flash movie in al layer, that opens
> with javascript onclick. if a link is clicked then i want to write the
> <object> information for hte falsh movie. everything works fine in IE,
> but firefox requires the <embed> tag. when i update my html file by
> inserting html code in the editor and if i put the <embed> tag inside
> the <object> tag in the farcry editor, then the editor seems to change
> the <embed> tag to <ibed>... maybe it replaces <em with <i for
> italic... is there any posibility to get rid of this replacement?
> thanks in advance,
> letschke




--

AJ Mercer
Web Log: http://webonix.net



--

AJ Mercer
Web Log: http://webonix.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Embed flash in layer, editor changes <embed> to <ibed>

by xaedro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello:

I solved this when I work with strings dividing the string so : (inside a javascript code)

Original:
flashObjectString = "<object> ....<embed>...</embed></object>";

My Trick:
flashObjectString = "<object> ....<e"+"mbed>...</e"+"mbed></object>";
Hello, i would like to embed a flash movie in al layer, that opens with javascript onclick. if a link is clicked then i want to write the information for hte falsh movie. everything works fine in IE, but firefox requires the tag. when i update my html file by inserting html code in the editor and if i put the tag inside the tag in the farcry editor, then the editor seems to change the tag to ... maybe it replaces