Java In Flash ? Possilbe ?
can we display java applet in flash movies ?
if yes.. how ??
FlashKit > Flash Help > Flash ActionScript
Posted on: 04-21-2002, 11:18 AM
View Complete Forum Thread with Replies
Sponsored Links:
Scroll To HTML Anchor Is It Possilbe?
I am building a Flash virtual catalog with links to products in our shopping cart. The links contain an html web page, an anchor on that page and a target for the page (which is an iFrame below my flash catalog). Everything works perfectly, except I would like for the browser to scroll down to the anchor instead of jumping. It jumps so fast that the user may think he is taken to another page and try to hit the back button to return to the virtual catalog. I think scrolling to the anchor will let the user know that he can scroll back up to return flipping through the catalog pages. I have to run the shopping cart in an iFrame so the catalog doesn't reload everytime they click a link to add a product to the shopping cart.
I have found several javascripts that will scroll to anchors, but they do not recognize the anchors that are embedded in Flash.
Does anyone have any ideas that may help me. I have scoured this forum and others looking for help, answers, work-arounds, hint, tips, clues, hacks, etc.
Here is where I am testing...
SSS Online Store Virtual Catalog
Thanks in advance,
View Replies !
View Related
Java And Flash
Im trying to pass java paremeters into actionscript to determine wheteher or not a window has finished loading. If it did finish, make the Flash movie show the loaded window instead. Any help with integrating Java and Flash and ActionScript would be great.
View Replies !
View Related
Java & Flash
Ok I must be some sort of jack-ass cause i still can't get flash to make a new window pop-up. One that i can specify Height, Width, Scroll bars, and junk like that. If any one reads this and can give me any clues I would appreciate it. I've been tryin' to do this for a couple weeks now and it's bein' the biggest pain. It's the hardest thing i had to do so far; as far as takin' time to get it finished goes.
Thanks
Mike
kreski@beadfans.com
View Replies !
View Related
Java App In Flash
Hello all,
Anyone know of any way I could put a Java App in my flash 5 project? any ideas at all would be a great help thanks alot for your time and have a great day. ( ps hang in there 2 days to go till the weekend hehe)
View Replies !
View Related
Flash & Java ?
G'Day All,
Is there any way to get Flash and Java to communicate in a similar way to ASP and Flash???
The reason is that I want a intranet site built with a Java back end that also uses flash for the front end. Any clues?
View Replies !
View Related
Can You Help Me With Flash Vs. Java?
i want to go from 1.html (src = 1.swf)
to the 2.html (src = 2.swf) ...easy
but i want to choice 1st or 2nd frame from the 2.src
i used for the button in 1.src this code:
A HREF=javascript:MM_controlShockwave(','2.html','Go toFrame','2')
but it doesn´t work
t.y.
View Replies !
View Related
Java With Flash
Hello. I am learning Web page development, and now trying to incorporate Flash. I am using the following JAVE script to open 2 frames at the same time:
<TD><A HREF="javascript:location='index.html';parent.page name.location='hometext.html';parent.middle.locati on='homemiddle.html';parent.links.location='linkta ble.html'">HOME</A> </TD>
It works fine, but I want to replace HOME with a Flash button. I can't seem to make it work.
Any suggestions?
Thank you very much!
View Replies !
View Related
Flash And Java
How do you get Flash to call a java application?
Do you use Fscommand ("Exec", "name")
Can Fscommand call a java application directly or do you need a batch file?
If so ..what's a batch file and how do you create it.
Can all this be done with a .swf or do you need a projector file.
(This is for Flash MX)
View Replies !
View Related
Java & Flash
How can I include a Java applet in a website made in flash MX?
I don't know where to put the javascript or if I have to do directly.
Thank you very much.
View Replies !
View Related
Flash And Java ...
Flash and Java ...
I am developing Flash content for use on my companies intranet site. The navigation menu for the whole intranet has been made with Java - its one of those fly-out menus and in this case, runs down the left hand side of the browser and flies-out to the right.
We developed the menu with the intention of being able to get to anywhere (or at least one level above) with one click of the mouse. Therefore there are about 160 links in the menu. At most the menu will have 5 fly-outs (i.e: you can select a link from the 5th menu, which flies out from the 4th menu, which flies out from the 3rd menu and so on). This means that at times the menu covers up to about 3/4 of the screen (at 1024 x 768 res).
Now the problem at hand: The fly-out menu always sits under the flash content (or flash sits on top if you like). I need this to be the other way around in that the menu covers over the flash content.
Does anyone know if this is possible ?.
Thanks,
Stephen.
View Replies !
View Related
Java Pop-up's In Flash
I need to create a java pop-up in flash with specified sizes (no scrolling). You know, the crap that fills are screens all day long whilst surfing. This i assure you is not for spam. But i need it to come from a button within flash. Anyone can help please reply. Regards Shott_away.
View Replies !
View Related
Flash And Java
I have a javascript I use in a flash movie (see below) to open a new, smaller browser window. It works on my and other Macs but on PCs, the new window opens properly but the main window goes blank and the URL in the address bar is the javascript:window.open...etc script. Any suggestions on how to make this work with both Macs and PCs?
The URL to see this is at:
www.richbuyer.com/vami
Thanks for any help!
Rich
on (release) {
getURL("javascript:window.open('xxx.html','newWind owName','width=500,height=450,menubar=0, resizable=0, scrollbars=1, status=0,titlebar=1, toolbar=0');");
}
View Replies !
View Related
Flash+java
Hi, I am planning to design a real time communication chat room by using java. Is it possible?
Could anyone briefly describe the requirement of establishing the connection between flash and java?
Which program should I use, JSP or others?
Which action script do I use when communicating with java?
is loadVariables("*.class")?
View Replies !
View Related
Flash With Java
html file with swf embedded. There's a bit of javascript thrown in for the popups. It works fine on my Mac, but my client's PC gets a blank screen while opening the html file. could someone glance over the source code and see if there's a glaring mistake. maybe he just has java disabled or something.
http://soundstaging.com/pktest/hanov...ructorold.html
View Replies !
View Related
Flash & Java
I designed a flash movie with flash mx6 and have a drop-down menu in java script right above it however every time i point to the java it goes behind the flash, not in the front. Is there a way to make the java drop down menu come in front of the flash.??????
View Replies !
View Related
Java And Flash
Im tryin to change the background image of my html page, not the color.
Script in html page
<SCRIPT LANGUAGE=JavaScript>
<!--
function changebackground(newbackground) {
document.background=newbackground;
}
//-->
</SCRIPT>
AS on button
on (release) {
getURL ("javascript:changebackground(bg1.png)");
}
Cant get the above to work.
I found a buttload of threads about changing the color, which I can do, but none about changing the actual tile for the background.
Help!
Josh
View Replies !
View Related
I Need Java Help In Flash,
I want some basic things from java to be in my flash, like The title of my page, a popup on load alert box with text in it, and text on the status bar, can someone show me an exxample FLA or shwo me how please
View Replies !
View Related
Flash And Java
hello everyone
I have a web page where is a swf and nex to it, there´s a menu (which I created on fireworks, and added a pop-up menu). the problem is that this pop-up menu is been loaded behind my swf file.
what can I do to show this pop-up menu in front of the swf file?
DAvid
View Replies !
View Related
Flash And Java Help.
So im working on a site. I have a JS that makes anchor on the normal html page to scoll down instead of jumping down. Now i want that external JS to be run when the menu which is in flash to be clicked so it scrolls down to the anchor on the html page instead of jumping as it does now.
the site in progress is located here.
http://www.sincerelyhiten.com/test/af4es/main.php#p18
let me know if this is possible.
Thanks
View Replies !
View Related
[F8] Is It Possible To Put A Java App In Flash?
i would highly doubt it w/ my limited knowledge... but figured i'd ask anyway...
creating a Java application to lease to clients where they just paste the HTML code into their sites for the app to be called off our server, but some of them have Flash sites, so i was curious as to if there was a way they could put the same code into their Flash sites...
View Replies !
View Related
Java In Flash?
is there a way to import java applets in flash ?
as i know there are similarities between java and AS but is there a way to use applet in flash or how can i rewrite the js code in AS ?
i have that code for example
<applet archive="galaxy.jar" code="galaxy.class" width="240" height="160">
<param name="particles" value="6">
<param name="random" value="0">
<param name="script" value="10">
<param name="gpalette" value="1">
<param name="persist" value="30">
<param name="dinamic_persist" value="2">
<param name="dinamic_min" value="6">
<param name="dinamic_max" value="50">
<param name="overimg" value="NO">
<param name="overimgX" value="0">
<param name="overimgY" value="0">
<param name="textscroll" value="NO">
<param name="regcode" value="NO">
<param name="reglink" value="NO">
<param name="regnewframe" value="NO">
<param name="regframename" value="_blank">
<param name="statusmsg" value="Galaxy applet">
<param name="memdelay" value="1000">
<param name="priority" value="3">
<param name="MinSYNC" value="10">
<param name="fixnetscape" value="NO">
</applet>
how must i rewrite it in AS. in kinda newbie so i please for good good and fully explanation
ty
View Replies !
View Related
Flash And Java.
hi
i have a problem. i need a flash movie, which is in a html page, to change the bg color of the page. but i need it to happen on a "once movie is loaded".
heres the thing i have a preloader loading a movie and in the pre loader "Phase" the flash bg is black then when the movie is loaded the it turns to white (dont ask the client wanted it). anyway the problem is, if you havnt guessed it, when the movie changes the html bg doesnt and you can see the dimensions of the swf.
so ive had a dig around and it seems that you need a bit of java. the tuts i have found are all 'on mouse click' and stuff where as i need it on an "on comlete" of a pre loader component. ive tried to get it working but no joy.
on my Pre loader component i have
on (complete) {
this.setVisible(false);
myLoader.content._lockroot=true;
_root.BG_Mc._alpha = 0
_root.Black_mc._alpha = 0
_root.getURL("javascript:document.changeBgColor=#f fffff");
}
some tuts say u need a javascript function, .bgcolor, in ur html others don't specify this? and im not too sharp on java!
oh and the pre loader component is in an mc so i have to use _root to affect something out side of the compnent, not sure if this is an issue?
can any one help?
thanks in and advance
View Replies !
View Related
Is There Java In Flash?
Hi all,
I have a question I need to get answered.
It is to do with IE6 and the java virtual machine and flash.
Basically, do you need the JVM to run flash movies? IE6 on XP does not have the JVM installed, so I need to find out if the flash player still works without it.
Also, and a bit of a long shot here, does anyone know if the JVM is needed for director?
thanks a lot,
A
View Replies !
View Related
Java In Flash
Is it possible to insert java script in a flash file. I want to put the amber alert ticker code into a flash file. If its posible, how do I do it? I have attached the code.
Attach Code
<!-- Begin Code Amber Ticker code. -->
<P ALIGN=CENTER>
<SCRIPT LANGUAGE="JavaScript1.2" src="http://www.codeamber.org/js/hcodea.js">
</script>
</P>
<!-- end of Code Amber Ticker code (c)Copyright codeamber.org 2002 - 2007-->
View Replies !
View Related
Flash/Java Pop Up
Hi all. I am putting togther a site and I am looking for some Java code that I could place in the falsh script to block the sound from the site I am linking to in a Pop Up window.
Any ideas?
View Replies !
View Related
Flash And Java
hi there,
i thought this would be the appropriate place to put in my question......
can anybody tell me if there could use java with flash.......or any site where there is any information about flash in combination with java......
this question might seem sily but i ned to know abt this.......
View Replies !
View Related
Flash With Java
hello take a look at this site http://www.elitefrenchpolishing.com/main/index.php
in the photo gallery section when you click to enlarge the image another html window with a specific size depending on the image appears can anyone point me a tutorial or el flash so i can see the code.. thankks alot
View Replies !
View Related
Java In Flash
Is it possible to import Java applet into Flash? I need to show Live Score in Flash, but Live Score is made in Java. If not, is there any other way to import just data in Flash and refresh them as they change?
p.s. I need to export Flash as Flash 6
View Replies !
View Related
Java And Flash
hi guys
i have some question i dont understand java
have i write something in html code when i use this tutorial?
http://www.kirupa.com/developer/mx/centered_popup.htm
i have tried without extra html code and it works
is any problem?
View Replies !
View Related
Flash And Java
hi there,
i thought this would be the appropriate place to put in my question......
can anybody tell me if there could use java with flash.......or any site where there is any information about flash in combination with java......
this question might seem sily but i ned to know abt this.......
View Replies !
View Related
Java & Flash (MX)
im looking to create an iframe, and have it control a flash movie outside of the iframe, in the parent window. I'm looking to have possibly a onLoad="" code in the <body tag of the loaded iframe, and when that page is loaded, it executes a javascript which tells the parent window's flash movie to perform a function
anyone with any information on how to do this would be very helpful. Thanks in advance.
View Replies !
View Related
Flash And Java ...
Flash and Java ...
I am developing Flash content for use on my companies intranet site. The navigation menu for the whole intranet has been made with Java - its one of those fly-out menus and in this case, runs down the left hand side of the browser and flies-out to the right.
We developed the menu with the intention of being able to get to anywhere (or at least one level above) with one click of the mouse. Therefore there are about 160 links in the menu. At most the menu will have 5 fly-outs (i.e: you can select a link from the 5th menu, which flies out from the 4th menu, which flies out from the 3rd menu and so on). This means that at times the menu covers up to about 3/4 of the screen (at 1024 x 768 res).
Now the problem at hand: The fly-out menu always sits under the flash content (or flash sits on top if you like). I need this to be the other way around in that the menu covers over the flash content.
Does anyone know if this is possible ?.
Thanks,
Stephen.
View Replies !
View Related
About Java With Flash...
I was thinking of building a guestbook in flash and that runs in java in order words java will do the job and flash will be the skin is this possible I was thinking of using rmi but I;m not sure how I would I get the variables from flash .... do I need knowledge of jsp as well?? thnx for the help
View Replies !
View Related
Flash & Java
Not sure if this is a java question or a flash question.
In a flash movie I have the following code:
getURL("javascript:window.document.bookmark.SetVariable('page.location', document.location.href);");
Which works fine with no errors that I can see. The flash gets the var and so on.
But here's the problem. When it runs this javascript snippet the pages stops loading. To clarify more. If the flash is located at the top of the page it loads everything on the page until it gets to the flash. Then the flash is loaded and the flash runs the java, but then anything left to load on the page stops. Text, pictures, anything.
So any suggestions?
BTW, I just need to get the page the flash is hosted on. This changes as all the pages are embedded with the same flash. Then I take the location and store it.
Maybe there's an easier way.
View Replies !
View Related
Java/css From Flash
I was wondering if anyone has ever used Lightbox but the one for Flash. If so maybe you could help me out. I've follwed all the instructions that come with the txt file but nothing i do gets it to work.
If you check out this site http://www.huddletogether.com/projects/lightbox/ near the bottom there is a dl for the files. inside there is a css file and Js file and i'm guessing you have to call the js from flash but when i set it up the way they have it it doesn't work?
any ideas would be great especially if you manage to get it working
Thanks
View Replies !
View Related
Flash Gui In Java
Hey
I have just build a working java program, but i now need a nice interface. I was thinking about making it in flash, but is it possible to make a flash interface working on a java program?
thanks
View Replies !
View Related
Create Java Pop Up From Flash Index Site To Standalone Flash Popup
Want bad help to create a javapop up link from index.htm flash movie with a enter button that leads to the other .swf that is a popup window with another .swf. How do I do that.
One more thing is there a real good downloadable on how to make "news" scrolls in flash the ones I have seen did not please me.
And is there a way to connect that "news" feed scroller to a text dokument for easier updates instead of having to redo the thing in the .fla file
Hope you understand my problems and I would really appreciate all help I can get.
Cheers
Best regards
/s
View Replies !
View Related
Flash 5 And JAVA.. Help Pleazzzzzzzz
To all Flash Gurus
I want to use Flash-5 plugin to give Flash support in my java application.But I don't know how to embed that plugin in my java code. I don't want to use JMF2.1(Flash Api) as it supports only till
Flash-2.I am so grateful if anybody help me to solve my problem
as early as posible.Thanking very much in advance.
View Replies !
View Related
|