Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
adrianTNT #1
How to write html code with java ?
Hello.
I want to have a javascript that writes an image tag instead of a flash
<object> tag by caling the java function name.
Anyone knows how to do this?
I don't know much about JavaScript, I tested document.write a bit but
it only replaces complete html content.
Is there a way to write onle a speciffic tag or write into a given
layer?
Or maybe you have other ideas to replace flash object tag with an image tag at
a given moment.
Thank you.
- Adrian.
adrianTNT Guest
-
Integrating html/java/xml code into flash program
Ok im fairly new to flash, i wrote myself a webpage using ms frontpage that basicly has a searchbar and go button for the 6 or so major sites that i... -
Write PHP code above HTML tag
I've created a toolset that allows me to add Form fields that we use in our system. But now I want to take that a step further. I want to be able to... -
How can I write to the <CFLOG> file from a java object?
I created a java object that logs it's progress or any problems to a file whose path is passed to the object. I would like to pass in the path to... -
permission to write a file (with java)
hi there i've wrote a piece of java-code that runs great if i start it from eclipse. when i pack it to a jar-file and put it in the customtags... -
Write code
Where I write the code? In a class file or in the component? -
Murray *ACE* #2
Re: How to write html code with java ?
[url]http://blog.deconcept.com/2005/03/31/proper-flash-embedding-flashobject-best-practices[/url]
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"adrianTNT" <adriantnt@adriantnt.com> wrote in message
news:ead78d$2t6$1@forums.macromedia.com...> Hello.
>
> I want to have a javascript that writes an image tag instead of a flash
> <object> tag by caling the java function name.
> Anyone knows how to do this?
> I don't know much about JavaScript, I tested document.write a bit
> but
> it only replaces complete html content.
> Is there a way to write onle a speciffic tag or write into a given
> layer?
> Or maybe you have other ideas to replace flash object tag with an image
> tag at
> a given moment.
>
> Thank you.
> - Adrian.
>
Murray *ACE* Guest
-
adrianTNT #3
Re: How to write html code with java ?
Thanks.
When I received this reply I already had it fixed by 'Deconcept' flash object
fix.
I moved the java code needed to display the menu flash file into a java
function. 2 functions actualy and one of them had a smaller height parameter.
I made the flash file (flash menu) to call the java functions when needed.
This way the flash file changed height dinamically as needed.
When the drop down flash menu collapses it calls the java function that
changes the flash height, this way the flash file is not overlaping the html
content when menu is collapsed.
adrianTNT Guest



Reply With Quote

