Create a link using dynamic text and Capture of Variable

I'm building a dynamic website with Dreamweaver CS5 with Coldfusion 9

Currently, I created an array of dynamic text. The table is created by querying the invoice table and displays all of the invoices customers. The columns Include invoice #, Date, amount paid, BalanceRemaining, Expiration Date. So, basically lists all invoices that I made a request to the unique customer. It is pulled up using a session variable, that I created from the login page.

My question is I want to do the # "Bill" when you click on it it goes to a new page and executes a query that retrieves infro associated with this specific invoice such as Services rendered, the Description of Service, Date, price, Total. I was able to create a link to the invoice # but I'm stuck trying to figure out how to capture the Unique invoice # and apply it to the new query. Is it possible if yes, how?

Thanks for your help!

< cflock scope = "Session" type = "ReadOnly" timeout = "30" throwontimeout = "no" >

< cfset MM_Username = Iif (IsDefined("Session.MM_Username"), "Session.MM_Username", DE("")) >

< cfset MM_UserAuthorization = Iif (IsDefined ("Session.MM_UserAuthorization"), "Session.MM_UserAuthor-ization", DE("")) >

< / cflock >

< cfif MM_Username EQ "" EQ MM_UserAuthorization or "" or ListFind("User,Admin",MM_UserAuthorization) EQ 0 >

< cfset MM_referer = CGI. SCRIPT_NAME >

< cfif CGI. QUERY_STRING NEQ "" > "".

< cfset MM_referer = MM_referer & "?" & CGI. QUERY_STRING >

< / cfif >

< cfset MM_failureURL = "" sorry.cfm? accessdenied = "and URLEncodedFormat (MM_referer) >"

< cflocation url = "' #MM_failureURL # ' addtoken ="no">"

< / cfif >

< cfparam name = default "PageNum_Invoice" = "1" >

< cfset GetFileFromPath = CurrentPage (GetBaseTemplatePath ()) >

< cfparam name = default "PageNum_Query_Invoice" = "1" >

< cfquery name = "Query_Invoice" datasource = "SBC" >

SELECT DueDate, AppliedAmount, RefNumber, BalanceRemaining, TxnDate

OF the invoice

WHERE CustomerRefFullName = < cfoutput > ' #Session.FullName # ' < / cfoutput >

< / cfquery >

< cfset MaxRows_Query_Invoice = 10 >

< cfset StartRow_Query_Invoice = Min ((PageNum_Query_Invoice-1) * MaxRows_Query_Invoice + 1, Max (voice of Query_In.) RecordCount, 1)) >

< cfset EndRow_Query_Invoice = Min (StartRow_Query_Invoice + MaxRows_Query_Invoice-1, Query_Invoice.Rec ordCount) >

< cfset TotalPages_Query_Invoice = Ceiling(Query_Invoice.RecordCount/MaxRows_Query_Invoice) >

< cflock scope = "Session" timeout = "30" type = "Exclusive" >

<! - Session variable for invoice reference number - >

< cfset Session.RefNumber = Query_Invoice.RefNumber [1] >

< / cflock >

< cfset QueryString_Query_Invoice = Iif (CGI. QUERY_STRING NEQ "", FROM ('&' & XMLFormat (CGI.) (QUERY_STRING)), de("")) >

< cfset tempPos = ListContainsNoCase (QueryString_Query_Invoice, "PageNum_Query_Invoice =", "&") >

< cfif tempPos NEQ 0 >

< cfset QueryString_Query_Invoice = ListDeleteAt (QueryString_Query_Invoice, tempPos, "&") >

< / cfif >

< ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""

"< html > <!-InstanceBegin template="/Templates/customer_template.dwt.cfm ' codeOutsideHTMLIsLocked = 'false'->

< head >

< meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 ">"

<!-InstanceBeginEditable name = "title"--> < title > Untitled Document < / title > <! - InstanceEndEditable - >

< link href = "styles/Main.css' rel ="stylesheet"type =" text/css">"

< script src = "SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script > "

< link href = "SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" > "

<!-InstanceBeginEditable name = 'head'-> head content goes here <! - InstanceEndEditable - > < / head >

< body >

< div id = "Container" >

< div id = "header" > < img src = "Images/site Web - Image.gif" width = "393" height = "217" alt = "TS planning landscaping Logo and company name" > < / div >

< div id = "menu_bar1" >

< ul id = "MenuBar1" class = "MenuBarHorizontal" >

< li > < a class = "MenuBarItemSubmenu" href = "index.cfm" > home < /a >

< ul >

< li > < a href = "#" > 1.1 < /a > < /li >

< li > < a href = "#" > 1.2 < /a > < /li >

< li > < a href = "#" > question 1.3 < /a > < /li >

< /ul >

< /li >

< li > < a href = "#" > about us < /a > < /li >

< li > < a href = "#" > Services < /a > < /li >

< li > < a class = "MenuBarItemSubmenu" href = "#" > user account < /a >

< ul >

< li > < a href = "login.cfm" > Connect < /a > < /li >

< li > < a href = "registration_page_contact.cfm" > register < /a > < /li > "

< li > < a href = "members_page.cfm" > customer Page < /a > < /li > ""

< /ul >

< /li >

< li > < a href = "#" > contact us < /a > < /li >

< /ul >

< / div >

< div id = 'Hand' >

< div id = "side_bar" > <!-InstanceBeginEditable name = "sidebar"-> content for id "side_bar" goes here <! - InstanceEndEditable - > < / div >

< div id = "main_body" > <!-InstanceBeginEditable name = "mainbody"->

< H1 > < cfoutput > #Session.FullName # < / cfoutput > bills < / h1 >

< p > here you can view your bills current and past. < /p > < br >

< name of the form = "customerinvoices" >

< table border = "1" align = "center" >

< b >

< td > < div align = "center" > invoice # < / div > < table >

< td > < div align = "center" > Date < / div > < table >

paid < td > < div align = "center" > < / div > < table >

< td > < div align = "center" > BalanceRemaining < / div > < table >

Due Date < td > < div align = "center" > < / div > < table >

< /tr >

< cfoutput query = "Query_Invoice" StartRowOptional = "" #StartRow_Query_Invoice # "LignesMax =" #MaxRows_Query_Invoice #">"

< b >

< td > < a href = "invoice_number_page.cfm" > #Query_Invoice.RefNumber # < /a > < table >

< td > #LSDateFormat (Query_Invoice.TxnDate, 'MMMM DD, YYYY') # < table >

< td > #DollarFormat (Query_Invoice.AppliedAmount) # < table >

< td > #DollarFormat (Query_Invoice.BalanceRemaining) # < table >

< td > #LSDateFormat (Query_Invoice.DueDate, "MMMM DD, YYY'") # < table >

< /tr >

< / cfoutput >

< / table > < / make >

< p > < table border = "0" align = "center" >

< cfoutput >

< b >

< td > < cfif PageNum_Query_Invoice GT 1 >

< a href = "#CurrentPage #?" PageNum_Query_Invoice = 1 #QueryString_Query_Invoice #"> first < /a >"

< cfelse > sorry no bills have been found!

< / cfif > < table >

< td > < cfif PageNum_Query_Invoice GT 1 >

< a href = "#CurrentPage #?" PageNum_Query_Invoice = #Max (DecrementValue (PageNum_Query_Invoice), 1) # QueryString_Query_Invoice #"> back < /a >"

< / cfif > < table >

< td > < cfif PageNum_Query_Invoice LT TotalPages_Query_Invoice >

< a href = "#CurrentPage #?" "PageNum_Query_Invoice = #Min (IncrementValue (PageNum_Query_Invoice), Tota lPages_Query_Invoice) # QueryString_Query_Invoice # ' > next < /a >

< / cfif > < table >

< td > < cfif PageNum_Query_Invoice LT TotalPages_Query_Invoice >

< a href = "#CurrentPage #?" PageNum_Query_Invoice = #TotalPages_Query_Invoice # QueryString_Query_In voice #"> last < /a >"

< / cfif > < table >

< /tr >

< / cfoutput >

< table / > < / p >

<! - InstanceEndEditable - > < / div >

< / div >

< div id = "footer" >

< p > home | Who are we | < /P > site map

< p > & copy; TS in planning landscaping LLC 2010 < /p >

< / div >

< / div >

< script type = "text/javascript" >

var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgDown: "..."}) "" / SpryAssets/SpryMenuBarDownHover.gif ', imgRight: ".. ({"/ SpryAssets/SpryMenuBarRightHover.gif"});

< /script >

< / body >

<! - InstanceEnd - > < / html >

Without trying to sift through all the code has nothing to do with the question, I think you want to do something like this:

Select number, Word

etc.

#word #.

Then on nextpage.cfm, your variable will be url.thenumber.

Tags: ColdFusion

Similar Questions

  • You can link two dynamic text objects?

    This is a question about dynamic text objects.  Is it possible to link two dynamic text objects so that they flow together into an email or a landing page?

    For example, say you have two dynamic text objects, DTO1 and DTO2.  Also assume that DTO1 can vary in length, for example, two lines of five lines.  Is it possible to establish that DTO2 runs immediately after DTO1 to say, a single line of space empty between them?  I see no way to do it in email or the landing page editor, but perhaps that there's a way to do it with html or another approach.

    Thank you

    Andy

    Hi Andy,.

    Yes, to do this with html raw. Once you have the code, you can either put in the view of the source of a text box (if you use the Eloqua editor) or just throw in some test-tube html.

    First of all, you need get the HTML for your dynamic elements. It's kind of awkward to get this code but not too difficult.

    • Open a downloaded landing page or sent e-mail. You can not access the landing pages or emails that have been built using the Eloqua editor code.
    • Display dynamic content browser and search for your dynamic elements
    • Drag them into the section code of your destination or by e-mail page
    • Copy the code that gets placed there then the output of the page destination or email without saving changes
    • The code should look like this:
      • It is a piece of sample code for an element of dynamic content

    Now, when you build your email or a landing page which will contain both of these two elements of dynamic content just sticking two snippets in there and separate with a line break)

    ) to get the bit of empty space. As I've mentioned above, you can place code in the view of the source of a text box (if you use the Eloqua editor) or just throw in some test-tube html.

    In fact, if your final product should be a page external destination loaded or email you could save yourself the time and code just in a place-holder when you generate your html code. Then when you're done uploading, please drag the dynamic elements in the code of the dynamic browser and add your line breaks.

    The final code should look like this:

    It is a piece of sample code for an element of dynamic content



    This is another sample of code for an element of dynamic content

  • Link to dynamic text in Firefox does not

    I am unable to get a link to the image in Firefox - it works fine in IE. The link source of a dynamic code embedded in a div. text

    < div class = "deals_buynow" > < a href = "<?" PHP echo $row_cities ['url'];? "> ' target = '_blank' > < img src="/static/img/hunt_1520_buy.jpg "> < /a > < / div >"


    The source code is:

    http://www.dailydealhunt.com

    The results of the question page is:

    http://www.dailydealhunt.com/more-deals/huntresults.php?city=Boston & Submit = sweater + the + Trigge r ++

    The "Buy Now" image is in question.  I also tried to simply insert a hyperlink that refers to the dynamic text with the help of an img src.  Firefox didn't like either.

    My goal is that the user click on the 'Buy now' image and open a new browser page that comes from the dynamic text.

    Any help is GREATLY appreciated!

    Seems to me that these links (buy it now those) are being masked by any positioned element fall on them.  I even am not getting the pointer in Safari when I mouse over them, and it's close to diagnosis for such a problem.  I note that you used terms absolute and relative positioning quite liberally - why so much?

  • Help with dynamic text and cursor hand

    The buttons I create do not display the hand cursor. I tried searching for an answer and found nothing. These are buttons in movieclip with a dynamic text field. I already passed the unselectable text, and I use: b1.buttonMode = true;




    B1.mouseChildren = false;

  • I created a document using Acrobat XI and now Acrobat won't let me change it. How is it?

    When I open my document in Acrobat and click on edit text and Images, I get the following message:

    "This is a secure document. Editing is not allowed. »

    I saved the file under a different name - that has not worked.

    There is no security passwords or restrictions placed on the document either.

    Any suggestions for me to edit this document?

    It says "No Security" for the "method of security.

    Change the Docmument: unauthorized *.

    Document Assembly: do not permit *.

    Creation of the template Pages: unauthorized *.

    * This document restricts certain features of Acrobat to enable features in Adobe Reader. To create a copy of the statement which does not (and has no features in Adobe Reader), choose file > save a copy.

    I used save a copy instead of Save as, and it worked. Thank you for pointing me in the right direction!

  • Dynamic text and Movieclip appear on turnover of button

    Hi guys,.

    I have a question - when one of my buttons is overthrown, I want text and a movieclip to appear. When the button is wrapped is no longer on, I want the text and the movieclip to disappear.

    The way that I was going to do was to have anchor_mc as an anchor and turnover have the movieclip play from inside the anchor (as his exact x & Y that his need to) and dynamic text appear.

    Issues related to the:

    (1) How can I join mc_textbox to mc_anchor - OR, how set coordinates for just where mc_textbox should show?

    (2) I how then do the movieclip disappear if the button is reversed is no longer?

    (3) is it not possible for me to all the functions of dynamic merge into one function, text by using IF statements? I tried, but could not get out.

    AS3 code is attached below.

    import flash.events.MouseEvent;

    Stop();

    LINE1.addEventListener (MouseEvent.ROLL_OVER, line_in1, false, 0, true);
    LINE1.addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);
    Line2.addEventListener (MouseEvent.ROLL_OVER, line_in2, false, 0, true);
    Line2.addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line3.addEventListener (MouseEvent.ROLL_OVER, line_in3, false, 0, true);
    line3.addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);
    LINE4.addEventListener (MouseEvent.ROLL_OVER, line_in4, false, 0, true);
    LINE4.addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line5.addEventListener (MouseEvent.ROLL_OVER, line_in5, false, 0, true);
    line5.addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);
    Line6.addEventListener (MouseEvent.ROLL_OVER, line_in6, false, 0, true);
    Line6.addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line7.addEventListener (MouseEvent.ROLL_OVER, line_in7, false, 0, true);
    line7.addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line8.addEventListener (MouseEvent.ROLL_OVER, line_in8, false, 0, true);
    line8.addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);
    LINE9.addEventListener (MouseEvent.ROLL_OVER, line_in9, false, 0, true);
    LINE9.addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);

    function line_in1(e:MouseEvent):void
    {
    line_output. Text = "this is a test made by the MonkeyTest who previously messed up\n and test a new line;
    }
    function line_in2(e:MouseEvent):void
    {
    line_output. Text = "until sali has previously MonkeyTest the test done one is - this";
    }
    function line_in3(e:MouseEvent):void
    {
    line_output. Text = "this is a test made by the MonkeyTest who previously messed up\n and test a new line;

    }
    function line_in4(e:MouseEvent):void
    {
    line_output. Text = "until sali has previously MonkeyTest the test done one is - this";
    }
    function line_in5(e:MouseEvent):void
    {
    line_output. Text = "this is a test made by the MonkeyTest who previously messed up\n and test a new line;

    }
    function line_in6(e:MouseEvent):void
    {
    line_output. Text = "until sali has previously MonkeyTest the test done one is - this";
    }
    function line_in7(e:MouseEvent):void
    {
    line_output. Text = "this is a test made by the MonkeyTest who previously messed up\n and test a new line;

    }
    function line_in8(e:MouseEvent):void
    {
    line_output. Text = "until sali has previously MonkeyTest the test done one is - this";
    }
    function line_in9(e:MouseEvent):void
    {
    line_output. Text = "until sali has previously MonkeyTest the test done one is - this";
    }

    function line_out(e:MouseEvent):void
    {
    line_output. Text = "";
    var MC = new mc_empty(); addChild (mc);
    }

    It isn't relly clear for me what you have from what you want, so these answers can be as not clear to you.

    1. a way to join them together is instead of the one maually in the other file.  Another way is to use addChild to add the text mc at anchor... mc_anchor.addChild (mc_textbox);  To control where the mc of text is displayed you can set its x and y actionscript properties.using... mc_textbox.x = 0;

    2. make the movieclip disappear you can set its visible property to false... mc_anchor.visible = false;

    3. you can probably reduce code considerably, although it depends in part on what changes there really going to be in the text that is displayed for each bearing.  For now, I'll assume that the text will be completely different for each...

    for (var i: uint = 1; i<10;>

    this ["Line" + String (i)] .addEventListener (MouseEvent.ROLL_OVER, line_in, false, 0, true);
    This ["Line" + String (i)] .addEventListener (MouseEvent.ROLL_OUT, line_out, false, 0, true);

    }

    function line_in(e:MouseEvent):void {}

    var lineTarget:MovieClip = MovieClip(e:currentTarget);

    could use a switch the series if if you know what is a switch

    if(lineTarget == LINE1) {}

    do things for line1

    } else if(lineTarget == line2) {}

    do things for line2

    ) otherwise if... etc.

    }

  • Dynamic text and url...

    Hello

    I am trying to create a url to a word within a dynamic text box but I don't know how to do this.

    I am familiar with TextFormats, etc., but which apply only to the text box and no to a word or phrase inside this text box. Or have I been wrong?

    Thank you.

    AOF

    You mean insert a hyperlink in your text?

    myText. htmlText = "click here to go to the adobe Web site.

  • Keep the text formatting by using dynamic text...

    Hello

    I try to keep the format of a text I wrote in Word or InDesign CS4 using a dynamic text field (multiline)...

    So far, I have unsuccessfully...  Does anyone have any suggestions?

    Thanks in advance,

    GGour

    Unfortunately, you can not paste html formatting in textfields.  While you can format the textfield itself for font, size, color and other features, html formatting must be affected by the code, and Flash supports only a limited number of html tags.

  • Output of dynamic text and Preloader

    Hey people,

    I work with a Flash file larger than usual that cannot be broken into smaller pieces, and trying to keep the public from the smallest common denominator in mind, I tried to get a dynamic text field to display the basic text on the status of the load, if anything just to give them something to read except the growing percentage number. What I tried below does not work (like most of my experiences tend to do). What Miss me? Thank you!

    your messages are not going to display as load is probably over 80 when your first image loading. You probably want to use loaded * 100/total

  • I created a form using Acrobat DC and has not seen how constrain text input. For example, I want only the alpha characters in my name field, will not accept dates after 1930, ect. Where is this feature in the drafting of forms to create?

    How to create a text field to create a form to fill out from MS Word, who is obliged by using Acrobat DC form design? For example allow alphabetic characters only in this area. Or allow only the dates after 1920?

    Hi michaelg31489520,

    You can set properties for form field in Acrobat DC also PDF, Adobe Acrobat form field properties.

    If you want to implement all the constraints you can also use JavaScript.

    Kind regards
    Nicos

  • drop and re-create the table using dynamic sql

    The following procedure should drop the table and re-create it. Currently, I get the dbms_output of the query. If I run the query only, it works well. but through the procedure, it does not work. Please help me

    PROCEdure emp_backup is
    sql_txt varchar2(10000);
    begin
         begin
         EXECUTE IMMEDIATE 'drop table emp_backup ' ;
         exception
         when others then
         null;
    
         sql_txt:= 'CREATE TABLE emp_backup as ' ||
                     'select * from emp  '||
                     'where dep_no=10 ' ;
         dbms_output.put_line(sql_txt);
         EXECUTE IMMEDIATE sql_txt;
    Exception
    when others then
    Null;
    
    End;

    Daniel wrote:
    I'm getting following error ORA-01031: insufficient privileges

    What is the command to grant privileges to this

    GRANT CREATE TABLE TO <>
    

    Detaching Frank, however, and echoing my previous comment, let them down and to re-create the tables makes no sense. It is logical to truncate a table if you test a load. If you build a data warehouse, it makes sense to delete and re-create a partition if you rerun a load for a particular date and that you have daily partitions. Deletion and recreation of a table in a stored procedure is not a reasonable way to test a system (nor is there a reasonable way to approach change control issues that will inevitably produce when you need to change the structure of a table).

    Justin

  • Set the Option (Create Links when placing text and spreadsheet files)

    What is the value to adjust the options above? (in InDesign plugin SDK)

    You have not set the IUIIData is why it fails. Try the following code, it should work.

    InterfacePtr myCmd(CmdUtils::CreateCommand(kSetLinkTextFilesCmdBoss));)

    InterfacePtr sessionWS (GetExecutionContextSession ()-> QueryWorkspace());

    WorkspaceRef = UIDRef: GetUIDRef (sessionWS);

    InterfacePtr uidData (myCmd, UseDefaultIID());   It is important

    uidData-> Set (workspaceRef);

    InterfacePtr myBool (myCmd, IID_IBOOLDATA);

    myBool-> Set (kTrue); To enable, disable kFalse

    Code of error res = CmdUtils::ProcessCommand (myCmd);

  • After 2015 update "the importer reported a generic error" creating After effects using dynamic link

    any solution for this?

    For now it works. I restarted my computer.

  • Conditional display of links - using dynamic application example "Actions".

    I have a similar to the one shown on the page need delete and refresh the application "Sample of dynamic Actions" on Apex.Oracle.Com.  However, in my case, the application must be selective.

    How can show us the cross out 'X' for people in the SALES Department.

    I tried this using a case statement to return the EMP_IDS for people in the SALES Department and NULL values for all others (in a new column called Sales_Emp_IDS.  My attempts failed but that each record in this new column shows red X if the emp in the sales department or not.

    Is this possible?

    Here are the changes I made to the EMPLOYEES area

    Adds the source code of the next column

    SELECT e.ROWID

    e.EMPNO ID

    case when 'd.dname =' SALES

    then e.EMPNO

    Another null

    end Sales_Emp_IDs

    e.EMPNO

    e.ENAME

    e.JOB

    m.ename MGR

    e.HIREDATE

    e.SAL

    e.COMM

    DEPTNO d.dname

    OF #OWNER #. E EBA_DEMO_DA_EMP

    #OWNER #. EBA_DEMO_DA_EMP m

    #OWNER #. EBA_DEMO_DA_DEPT d

    WHERE e.mgr = m.empno (+)

    AND e.deptno = d.deptno (+)

    Then on the report to the report ineractive attributes I copied the link column to delete settings

    Text link < img src = "" #IMAGE_PREFIX #red_x_16.png "alt ="Remove"> "

    Link attributes = id' #ID # "class ="delete" "

    Target URL

    URL                 #

    Thank you

    Gene

    Hi Gene Lowy,

    you see X for each column because you made conditional, only the column don't value not the link,.

    Need to add X in the query itself.

    1. remove this part of the column binding

    The link textDelete

    Link attributes = id' #ID # "class ="delete" "

    Target URL

    URL                 #

    2 change your query, added X in the query.

    Replace with your report query

    SELECT e.ROWID
        ,  e.EMPNO ID
        ,  case when d.dname='SALES'
                then 'Delete'
                else null
           end Sales_Emp_IDs
        ,  e.EMPNO
        ,  e.ENAME
        ,  e.JOB
        ,  m.ename MGR
        ,  e.HIREDATE
        ,  e.SAL
        ,  e.COMM
        ,  d.dname DEPTNO
    FROM #OWNER#.EBA_DEMO_DA_EMP e
    ,    #OWNER#.EBA_DEMO_DA_EMP m
    ,    #OWNER#.EBA_DEMO_DA_DEPT d
    WHERE e.mgr = m.empno ( + )
    AND   e.deptno = d.deptno ( + )
    

    3. change your Sales_Emps_IDs column-> column-> display attributes as-> change to Standard report column.

    Hope this helps you,

    Kind regards

    Jitendra

  • Is it possible to create an object using Trapcode Form and then use that object as a particle in Trapcode particular?

    I made a few objects in Cinema 4 d and I tried to import them into after effects CC 2014.  I get an error saying "Cannot find Adobe Premiere Pro Dynamic Link".  So I tried in AE CC and that worked.  However, I would like to create a form object and then use it as a particle Trapcode particular.  Is it still possible?

    Thanks for any help!

    You can use almost anything in any publication as a particular particle. However, the particles will be actually 3 dimensions. You can simulate a 3d look by the presence of an object revolving in a precomp and loop as the animation of the particle, but not otherwise.

Maybe you are looking for

  • How to delete photos and movies at all times

    How to remove selection of pictures or movies on iMac permanently. Because of the iCloud, they keep coming back.

  • Bread brush Reveal Effect

    I'm new to FCP and I'm running FCP X on El Capitan. I would be grateful if someone could give advice or point me in the right direction on how to get the paint brush effect reveals in this video; https://www.YouTube.com/watch?v=5lYdrhYYWpg Thank you

  • How do you see the State of the download?

    downloaded a file... would like to see download status... will display in the screen of the notification. only shows the status...

  • How to manage search engines in Firefox Beta for Android

    When I type a search in the search bar, I get a list of search engines to use options: GoogleAmazonTwitterWikipedia I would use google.co.uk not google.com (and probably amazon.co.uk and not amazon.com) but may not know how to manage search engines.

  • non-functioning button on the taskbar

    In the center of my bar tasks where the buttons are displayed for open programs and documents, I have a display button that is inoperative.  This button is empty except the left end, where it shows the same icon blue and yellow, used for the quick se