Results 1 to 5 of 5

Thread: Integrate A Flash In Jsp Page

  1. #1
    Join Date
    Jan 2009
    Posts
    61

    Integrate A Flash In Jsp Page

    Hello, does anyone of you can how to integrate a flash in a jsp page of java. I have not found a tag for it and I even tried the tag gives Dreamweaver when you put a flash in a html page, it gives the location of the flash white but you can see it flash. Do you have any suggestions please provide it. Thank you in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Integrate A Flash In Jsp Page

    Hey, I am also searching for the same. I had tried the tag <object> before but the animation does not load. I am getting problem while working on it. If you are having any solution for this then help me also. I have tried it many times but I am not able to get the solution for it, if you are having any solution then please provide that to me.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Integrate A Flash In Jsp Page

    There is no JSP tag for this. You must use the tag <object> and / or <embed> for this to work on multiple browsers (source):
    Code:
    <object classid ="clsid: <provide id here>" codebase ="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab # version = 6,0,29,0" width ="700" height ="500">
    <param name ="Clip" value ="Animation Testing.swf">
    <param name ="quality" value ="high">
    <embed src ="animation. swf" quality ="high" pluginspage ="http://www.techarena.com/

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: Integrate A Flash In Jsp Page

    Hello, you need to use the code below:
    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="320" height="240">
    <param name="test" value="test.swf">
    <param name="Whole" value="yes">
    <embed src="clip.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="320" height="240"></embed>
    </object>
    And it is necessary to use the code below:
    Code:
    <iframe id="page" name="page" width="100%" height="300" src="file://testing.swf" scrolling="yes" >
    </iframe>

  5. #5
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Integrate A Flash In Jsp Page

    You first create both of your pages. That is one of the Flash and one of the Jsp and then simply create a action script on the flash side as the given below:

    Code:
    loadVariablesNum("checking.jsp",0);
    This will solve your problem.

Similar Threads

  1. Photoshop CS - How to integrate graphics with Macromedia Flash
    By Eshita The Techie in forum Windows Software
    Replies: 5
    Last Post: 10-12-2010, 06:48 AM
  2. How to set page interface in Flash MX
    By Kanakpriya in forum Windows Software
    Replies: 5
    Last Post: 25-03-2010, 02:31 AM
  3. How to Integrate sms in web Page
    By nanakofiboafo in forum Software Development
    Replies: 1
    Last Post: 02-03-2010, 09:27 AM
  4. How to insert FLV page in Flash
    By GracieSingh in forum Software Development
    Replies: 6
    Last Post: 25-02-2010, 02:32 PM
  5. How to insert Flash movie in HTML web page
    By Lishi in forum Software Development
    Replies: 3
    Last Post: 02-10-2009, 11:45 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,926,523.00027 seconds with 16 queries