Flash files in 10g

We are also using portal 10g and that we had a flash file inside a text item and it used to work before but now in this version, it is not. I have the flash file and the relative files in the same page called FILES. On the page where i want the flash file to be loaded, i added a text item and in html mode, i added the html code and have the right path to the file name as you have but it is not working. Is there anything that i need to check on the code???
Please help
thanks

I have always placed my flash and supporting files out on the midtier
<portalMidTier>/apache/apache/htdocs directory and then just referenced them in my HTML relatively.
Regards,
Candace

Similar Messages

  • Flash files in portal???

    Does anyone know how I can get my flash file to work in Portal 10g release2?
    Many thanks,
    Lisa

    Just to answer ur question crisp
    - upload ur swf file
    - Create a dynamic page and copy page the 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="574" height="187">
    <param name="movie" value="/portal/Images/header_new.swf" >
    <param name="quality" value="high">
    <param name="menu" value="false">
    <embed src="images/header_new.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="574" height="187"></embed></object>
    hope this helps u

  • Error while using Image component to display a child flash file

    Hi
    I'm using Xcelsius version 4.5. I used the "Image Component" to import a child flash file(.swf) into the parent flash file.
    I gave the path "D:\246024\Loblaw\Dashboard Docs\New Folder\trend input.swf" in the general tab of the image component.
    After exporting the .xlf into a flash file , it works fine in the system in which i created it. If i open the same flash file in any other system the parent file opens but the child flash file imported through the image component is not displayed.
    Please help me out in solving this issue
    Thanks
    Anitha

    yes, you will face the same problem as its still looking for the path of the swf.
    you need to have the SWF on specific location which is accessable by the Parent SWF
    usually web page or something which is accessable for all.
    good luck

  • Creation of flash file from Device Central failing

    Hi,
    I'm currently trying to create a new flash document from Device Central and the application is throwing the following error:
    Cannot create new document. The xfl template document is either missing or corrupted.
    I am also unable to test my flash files in Device Central via Test Movie.
    This function was working fine until a couple of days ago.
    Has anyone had any similar issues? I am running Master Collection CS5.5 for Mac.
    Any assistance would be appreciated.

    For anyone who has this problem in the future, I have managed to get it working again by doing a complete reinstall of Master Collection.

  • How do i link a flash file to a web site in dreamweaver 8

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0059_01C7A541.7942B2A0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Hi
    How do i link a flash file to a web site in dreamweaver 8
    Thanks
    ------=_NextPart_000_0059_01C7A541.7942B2A0
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6000.16448"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial
    size=3D2>Hi</FONT><FONT face=3DArial =
    size=3D2></FONT></DIV>
    <DIV><FONT size=3D1>
    <P><FONT size=3D3>How do i link a flash file to a
    web site in =
    dreamweaver=20
    8</FONT></P>
    <P> </P>
    <P><FONT face=3DArial =
    size=3D2>Thanks</FONT></P></FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0059_01C7A541.7942B2A0--

    In Flash. There is no way to apply an HTML link to a swf
    file.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Dave" <[email protected]> wrote in message
    news:f3s8f0$cla$[email protected]..
    Hi
    How do i link a flash file to a web site in dreamweaver 8
    Thanks

  • How do I use text to open two different flash files?

    Basically I want to use a flash file, which requires you to enter text and a button to click. If I typed in 'Movie 1' and clicked enter, it should take me to 'Animation 1.swf', if I typed in 'Animation 2' it should take me to 'Animation 2.swf'.
    I don't have the time to relearn flash completely even though I want to, I haven't used flash in about 3 years and really struggling to remember anything, hate being a novice
    Thank you so much

    Hi ,
    As Ned suggested you could use something like this -
    function startLoadingSwf()
    var mLoader:Loader = new Loader();
    var mRequest:URLRequest = new URLRequest(<name of the swf which you are picking up from the text field - text_field.txt>);
    mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);
    mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
    mLoader.load(mRequest);
    function onCompleteHandler(loadEvent:Event)
            addChild(loadEvent.currentTarget.content);
    function onProgressHandler(mProgress:ProgressEvent)
    var percent:Number = mProgress.bytesLoaded/mProgress.bytesTotal;
    trace(percent);
    startLoadingSwf();
    Hope that helps!
    Thanks and Regards,
    Sudeshna Sarkar
    Adobe Flash Professional Team

  • Problem with Flash file in IE

    Hello Everyone,
    I have a strange problem and I'm not sure exactly what it is.
    I have a 1.5 Joomla site with this module in it
    <object height="20" width="1035">
    <param name="movie" value="LEDDisplayTicker-1040.swf" />
    <param name="wmode" value="transparent" />
    <param value="high" name="quality" />  <embed height="20" width="1035" wmode="transparent" src="LEDDisplayTicker-1040.swf"></embed>  </object>
    The site works fine in Chrome, FireFox and Safari but when it is viewed with IE I get an error and the page closes ( you have to surf through a few pages).
    I know it is the above module because if I turn it off, the site works fine in IE.
    The flash file imports and displays info from an XML file and the XML file reads from google finance.
    Any ideas?
    Thanks,
    Todd

    Do the flash communicate with files which is outside of the sitedomain?

  • How to use as3 in flash cs3 to add dynamic text from a text file into a flash file

    let me start out by saying today is my first day of scripting
    in flash.
    I have a text file text.txt
    it contains
    text1=hello world
    can someone please show me how to display this text in a
    flash file
    i have been searching for this for hours and there are
    solutions with flash mx and actionscript 2.0 but i would like to
    see how to do this in as3.
    just a simple frame that loads that file and displays it when
    you test run the program
    much apreciated
    RC

    I'm not up on AS3 yet, but many things are still similar. You
    need to use the LoadVars class to accomplish this, You can find
    information this in Flahs Help>Actionscript>Actionscript
    Language Reference>Actionscript classes.
    rem: the text.txt file and the text.fla file must be in the
    same directory.
    The code will look something like this:

  • Insert animated gif or flash files (.swf) in Form?

    How can i insert animated gif or flash files (.swf) or another type of animated files in Form?

    If you are web deployed you can put an animated gif as the image to an iconic button.
    Image items cannot display animated gifs.
    Anything else you can do through a JavaBean if you need to.

  • How to Edit a flash file

    Hi all,
    I have a flash file, which I took from my website and want to
    modify some of the contents and links in the flash file. I
    installed "Macromedia Flash 8" and open the flash file; after
    opening all I can see in the menu bar of my flash is "File, View,
    Debug and Control" and could not find any control or tool to edit
    the file and surprisingly rest of the other macromedia toolbar
    icons are disabled. I need to know from where to start - How to
    modify my flash file.
    Your help is highly appreciated.
    Thanks in advance
    AP

    quote:
    Originally posted by:
    Purplehaze
    Also the file I am having trouble with is from a Template
    that I got from my Host it is suppose to be made to be edited I
    have both the files. I would still need the decompiler?
    I do not know what files you have, 'fraid I cannot answer
    this
    My Friend
    I think you need to check out some of the books, online
    tutorials, course etc pertaining to Flash. Build up your knowledge
    a little at a time and you will surprise yourself at what you can
    achieve, you would also probaby build your own web apps and not
    rely on templates.
    There are many good folk on here that would help you with
    your projects - go out and explore it - it's exciting - good luck

  • How to generate a PDF output using batch file in 10G

    Hello,
    I am using .bat file to generate a report PDF output. I have done this many times in 6i but for 10G I am unable to do the same.
    Can someone please look at the syntax below and let me know where I am going wrong.
    I understand that reports are different for 6i and 10G specially .rep file but I am sure we should be able to generate a PDF file using 10G. Please let me know.
    Thanks
    IQ
    Contents of .bat file follow
    ECHO Opening parameter form. Please do not close this window.
    C:\
    FOR /F "tokens=1 " %%I IN ('time /t') DO (SET _TIME=%%I)
    FOR /F "tokens=2 " %%I IN ('date /t') DO (SET _DATE=%%I)
    SET EXP_DATE=%_DATE:~6,4%%_DATE:~0,2%%_DATE:~3,2%_%_TIME:~0,2%%_TIME:~3,2%
    SET FILENAME=SEND_EMAIL_%EXP_DATE%_%USERNAME%.PDF
    CD C:\Users\Documents
    RWCONVERTER REPORT=C:\Users\Documents\send_email.rep USERID=scott/tiger@ORCL1 ORIENTATION=LANDSCAPE DESFORMAT=PDF DESTYPE=FILE
    DESNAME=C:\Users\\%FILENAME% PRINTJOB =NO

    Rwconverter is not used to run reports:
    rwconverter (Reports Converter) enables you to convert one or more report definitions or PL/SQL libraries from one storage format to another.
    I think you mean rwrun:
    rwrun (Reports Runtime) runs a report by starting its own in-process server (not to be confused with the default in-process Reports Server), which runs in the same JVM as the rwrun process.
    This bat file has to run on the server. There is no Reports installation on the client anymore.
    If you want to run a report from a client, you can make a bat file that calls the report url
    See: http://download.oracle.com/docs/cd/E14571_01/bi.1111/b32121/pbr_cla002.htm#i634710

  • Text field is not working at first time after loading the flash files

    Hi to all,
         In my Java application, I'm using a text field and a panel to load flash files. I'm using JDIC 0.9.1 to load the flash files in the panel. The flash files are created by Flash CS4.
         While running the application, I can't enter any value in the Text field, after minimize and maximize the application I can enter the values.
         This problem happens after change the jre version from 1.6 to 1.7.
         I'm getting the following exception while running the application.
    org.jdesktop.jdic.init.JdicInitException: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
    at org.jdesktop.jdic.init.JdicManager.initBrowserNati  ve(Unknown Source)
    at org.jdesktop.jdic.browser.WebBrowser.<clinit>(Unkn  own Source)
    pls give me a solution.
    Thanks in advance...:)

    Have you tried testing on a server?
    When you test in Flash, see if you get traces when you click these buttons.

  • Flash files as images in XML Forms

    Hi Crew,
    Anyone had to use flash files in XML forms Based Publishing?
    Have created a simple XML Project asking the user to select two images, and these are then displayed in an iView.
    gifs & jpegs display no problemo.   swf (flash files) do not.
    Any ideas?
    Paul

    Hi Paul,
    I need to display a .swf file in a XML form. I read the solution that you have posted about modifying the XSL file, but i have no clue how to go ahead with this.
    Could you kindly provide any document, link or the solution as to how to modify the XSL file ?
    Any kind of help would be truly appreciated.

  • Flash file not opening in XP system

    hi...
          I did one flash file by using Action Script 3.0. That SWF running in Vista and Windows7 systems but it not running in XP systems.
         What the Resion for that..

    no.. is there...
             Other SWF files are Running...

  • Help required in embedding flash file object into Crystal Report file.

    Hello,
          I use the default version of Crystal Report (i.e.'Crystal Report Basic For Visual Studio 2008 - version 10.5' ) which is the part of 'Visual Studio 2008', to create and display the Report. Further, as a requirement, I have to show 'Event Video' into the Report. But, as this default version of Crystal Report does not support Flash File, I uninstalled it and downloaded and installed the 30 days trial version of the Crystal Report (i.e. Crystal Report 2008 - version 12.0).
          Then, I created a new Crystal Report File using 'Crystal Report 2008 Designer', embedded the video as a Flash File(i.e. SWF file) into it. Now,  when I add this newly created Crystal Report File into my sample application, which is created using VS 2008, it does not shows the embedded video.
          So, can anybody please tell me, how can I embed the Flash File into Crystal Report, so that it will be visible in the sample application?
    I would like to appreciate your help and support.
    Thanks,
    -Yogesh.

    Symptom :
    When embedding a pdf document into a Crystal Report, only the one page shows.
    Reproducing the Issue
    Environment:
    Crystal Reports OLE object
    Cause
    An OLE object only displays the first page.
    Resolution
    Embed multiple objects, one for each page
    Or
    Use a hyperlink to the object instead
    Hope this helps!
    Regards,
    Vinay

Maybe you are looking for

  • How do I get my camera back on my IPhone 5?

    I synced my old iphone 4 with my new iphone 5 and now I dont have the camera icon anymore. I have tried going to settings and restoring home screen and that didnt work either. PLZ HELP!

  • NS0 TAG IN XML

    Hi ALL, I have one problem, i want to remove NS1 from my target structure , because target webservice is not design in such way that it wonot take the ns1 as input. I used AF_Modules/XMLAnonymizerBean  module  in my receiver sopa adapter, now the pro

  • How to Restrict Variables in Selection Screen

    Hi Experts, I have set filter variable for my Region which includes (East, West, North, South). And I'm restricting North and South in the Selection Screen and displaying a choice of East or West on the Selection Screen. I tried right click variable

  • Could not install oracle 10g on windows 7

    Hi All, I downloaded the Oracle 10g version to install in my laptop. OS version is windows 7. When i run the setup file it giving error like windows version supported is 5.1,....6.0 Actual version 6.1 and the installation fails. please advice me how

  • HT1386 how do i download music from my pc to my i pod

    how do i download music from my pc