Using Flash/AS as Template possible?

Hello Everyone!
I'm very new to flash (just started last week) so please bare with me if this quesion sounds ridiculusly stupid
I wonder if it's possible to use Flash/AS files as "templates" - in other words, we have the website http://shop.variuscard.com and the header is subject to change depending on the product-category you click in the shop. We will have approx 10 categories, and each will have a different product displayed in the flash movie, but the "background actions" should stay the same.
Now, in case I need to change something (let's say the logo changes from blue to red.. and the particle-size and shape) I don't want to change all 10 or more files again. So is there a way to use the "basic" flash file as template, which means - position of the Logo & shadow, and the particle code, and just change the variable pictures and stuff inside the categories? I took that red card-printer as sample of the card-printer category for example.
Thanks in advance!

There are a few ways you can manage having a template file.  Probably the more modern approach is to have data file that defines certain characterstics of the file's content, such as the logo image it uses, the title it displays, where things get placed, etc.  Then you have your Flash file dynamically load/adjust the content per what the data file dictates.  So you data file could specify the name of the logo image file and where it gets planted and the file could use that info to load that file and place it where it goes.
Another thing you can make use of is the FlashVars parameter that the embedding code allows for.  So if you had the same banner in the same web site on different pages or sections of a page, you could use the FlashVars to indicate some parameter each file should use to decide what content it needs to make use of.
Combining these approaches can alow you to only have one Flash file, and one data file that you change as needed.

Similar Messages

  • Use flash in DW template

    I create new DW doc
    add a flash movie
    save DW doc as template
    create new DW doc and apply the template to it, prevew and
    cant see the flash content
    if i detach the DW doc from template it works
    am i allowed to use flash movie in a template?
    thanks in advance

    > am i allowed to use flash movie in a template?
    Yes, but you need to make the link to the Flash file ROOT
    RELATIVE when you
    insert it. Document relative links will not work as you have
    described.
    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
    ==================
    "john iles.." <[email protected]> wrote in
    message
    news:fdqq6n$c10$[email protected]..
    >I create new DW doc
    > add a flash movie
    > save DW doc as template
    > create new DW doc and apply the template to it, prevew
    and cant see the
    > flash
    > content
    > if i detach the DW doc from template it works
    > am i allowed to use flash movie in a template?
    > thanks in advance
    >

  • Learning to use flash on a pre-built template.

    I am new to flash, and web design at that matter. I am
    learning to use flash using a pre-built template. Does anyone know
    how to get the buttons on the template to link to files?
    Thanks!

    Pallett,
    > I am new to flash, and web design at that matter. I am
    > learning to use flash using a pre-built template.
    Ouch! That may be problematic. Where di you get the
    pre-built
    template?
    > Does anyone know how to get the buttons on the
    > template to link to files? Thanks!
    The global getURL() function links to files (see details in
    the
    ActionScript 2.0 Language Reference) -- but honestly, since
    the specifics of
    your template are completely unknown to us, you may find a
    hard time getting
    answers until you provide more information.
    In general -- this is my opinion here, but I'll try to back
    it up -- 3rd
    party templates are not a good way to learn Flash. The reason
    for this is
    because template repositories, such as TemplateMonster.com,
    farm out their
    template designs. There are no centralized standards of
    quality in such
    templates: 10 to 1, you will not see consistent, clean FLAs
    -- on the
    inside, I mean. Designers from all over the world throw
    together as many
    templates as they possibly can (to make as much money as they
    possibly can,
    of course), with no real quality assurance, because none of
    them work under
    the same roof.
    I've seen countless posts to this forum along the lines of,
    "Hey, I just
    bought this template, but I can't make sense of it!" And
    that's because the
    FLA's layers won't be named, layer folders won't be used,
    Library assets
    won't be named (or will be named poorly), and very little (if
    anything) will
    be explained in regard to *how* the designer put together
    whatever's there.
    That said, I certainly don't mean to frighten you into
    thinking
    templates are a bad thing. Good and bad, in this context, are
    somewhat
    subjective. But I encourage you to look elsewhere for
    *learning* Flash.
    There are plenty of online tutorials and resources, and in
    fact, the
    included documentation in Flash (F1 key) is a great place to
    get your
    bearings.
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Is it possible to use an XML Data Template to create a report in APEX?

    Hi,
    I have created an XML Data Template in BI Publisher passing one parameter and running two queries, then created an RTF Document Template to present the data.
    I can create a nice report in BI Publisher using the two elements. I have used RTF Document Templates to publish reports in APEX but the data comes from a Report region running a single query.
    I would like to run a report based in this kind of XML Data Template, in order to use several children queries related to a parent query. Is it possible to do it in APEX, or you have to use BI Publisher?
    Francisco
    ===========================
    Below is a simple data template definition:
    <dataTemplate name="cotizacion_template" description="Prueba de data template para cotizaciones" dataSourceRef="dbxprts">
         <parameters>
              <parameter name="p_id_cotizacion" dataType="character" defaultValue="1009" include_in_output="true"/>
         </parameters>
         <dataQuery>
              <sqlStatement name="header_query">
                   <![CDATA[select id_cotizacion, fecha_cotizacion, id_clipro from f_cotizaciones where id_cotizacion = :p_id_cotizacion]]>
              </sqlStatement>
              <sqlStatement name="detail_query">
                   <![CDATA[select id_cotizacion as id_cot_child, id_detalle_cotizacion, partida, cantidad, id_producto from f_detalle_cotizaciones where id_cotizacion = :id_cotizacion]]>
              </sqlStatement>
         </dataQuery>
         <dataStructure>
              <group name="F_COTIZACIONES" source="header_query">
                   <element name="ID_COTIZACION" value="ID_COTIZACION"/>
                   <element name="ID_CLIPRO" value="ID_CLIPRO"/>
                   <element name="SUMA_CANTIDAD" value="F_DETALLE_COTIZACIONES.CANTIDAD" function="SUM()"/>
                   <group name="F_DETALLE_COTIZACIONES" source="detail_query">
                        <element name="PARTIDA" value="PARTIDA"/>
                        <element name="CANTIDAD" value="CANTIDAD"/>
                        <element name="ID_PRODUCTO" value="ID_PRODUCTO"/>
                   </group>
              </group>
         </dataStructure>
    </dataTemplate>

    Hi,
    I have the similar question. I used data templates in BI Publisher but now I want to use the same data template in Apex to print some reports.
    I tried to some examples but these were only using report queries. I also tried with the Web Service but this didn't work for me either maybe because I didn't
    used it in the right way. When I used the WS I received the binary of the report so the WS worked it was just the how and where to use it that didn't work for me.
    Now this older entry is BUMPED maybe we find a solution for our problem this way.
    regards,
    Steven

  • My flash template will not play using flash player 7 onwards only 6???

    I have a flash template which plays fine when run using flash
    player 6.
    However when i select flash player 7 or 8 and then run the
    template, none
    of the menu links on the flash template work???
    When i revert back to flash player 6 the menu links work
    fine!!!
    How do i get the flash template to play using flash player 7
    or 8???
    Do i have to convert the template to flash player 7 or 8?? If
    so, how is this done please?
    Can someone help please?
    Thank you.

    tmontana wrote:
    > I have a flash template which plays fine when run using
    flash player 6.
    > However when i select flash player 7 or 8 and then run
    the template, none
    > of the menu links on the flash template work???
    > When i revert back to flash player 6 the menu links work
    fine!!!
    >
    > How do i get the flash template to play using flash
    player 7 or 8???
    >
    > Do i have to convert the template to flash player 7 or
    8?? If so, how is this
    > done please?
    action script in flash 7 and 8 was changes slightly and not
    all things
    are compatible from flash 6 files.
    Go to file - publish setting and under FLASH tab select
    version 6 and action script 1.0
    This could help. Else you have no choice but redo the
    template so it is new player
    compatible.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Do a basic call in as2 with scorm 2004 using flash template

    I can;t seem to get any calls working within flash. This is in as2 but needs to work with scrom2004. I have published using the scorm 2004 template, and all the needed files (including the manifest) are there
    The init command works
    fscommand("SCOInitialize", "");
    but any get or set commands do not I have tried tons, including
    fscommand("SCOGetValue", "cmi._version,ver");
    fscommand("SCOGetValue", "cmi._version:ver2");
    ExternalInterface.call("SCOGetValue", "cmi._version"))
    I am just trying a simple example, getting the version variable. both are null when outputted
    Any ideas how to get a simple value
    Thanks

    HI,
       use the following
    create object wordobj 'WORD.APPLICATION' .
      if sy-subrc ne 0 .
        message s000(su) with 'Error while creating OLE object!'.
        leave program .
      endif .
      set property of gs_word 'Visible' = '1' .
    SET PROPERTY OF gs_word 'Save' = '1' .
      get property of gs_word 'documents' = gs_documents.
      call method of gs_documents 'Add' = newdoc.
    Thanks & Regards,
    Vallamuthu. M

  • 3D content for iOS using Flash Builder? Possible?

    Hi,
    Is it possible to use Papervision or Away 3D using Flash Builder 4.6 and compile this succesfully for iOS?
    I have previously had lots of fun with Papervision and I am just wondering if it is possible to create 3D interface content for iOS and/or Android?
    HR

    I think Away3D (and possibly PaperVision) uses Pixel Bender shaders. They don't work on mobile devices, AFAIK. But Stage3D is supposedly coming to AIR mobile soon. That should blow the socks of any software rendering. I think Away3D will be supporting it.

  • How to use Flash Builder  for Eclipse Luna ( is it possible??)

    How to use Flash Builder  for Eclipse Luna ( is it possible??)

    Yes. I have Flash Builder 4.6 and 4.7 running in different Eclipse Luna installs.
    More details at http://forums.adobe.com/message/4527443
    On Mac, I had to have the 32bit version of Luna for 4.6, and the 64bit version of Luna for 4.7 (and  I recently started using  4.7 with Eclipse Mars).
    For 4.6 you need to first download Eclipse 3.6 and install the Flash Builder 4.6 plugin to that Eclipse install. For 4.7 you need to download Eclipse 3.7 and install the plugin to that Eclipse install. Once it's installed in the 3.x version, you can then copy the fb*.link files from the Eclipse 3.x dropins folders into your Eclipse Luna's dropin folder.
    There is an issue where something in Flash Builder 4.7 won't work right when using it as a plugin, not sure but it might be something with building ANEs.

  • Use flash template for your Facebook Fan Page

    Because Facebook has changed many of their apps and pages, we must learn new methods of how to install a Facebook fanpage.
      Please click here online view PDF help , if your browser support:
      http://down.activetofocus.com/facebook/install_facebook_fan_template2.0.pdf
      You also can down the .zip file with the help pdf:
      http://down.activetofocus.com/facebook/install_facebook_fan_template2.0.zip
    Source From activetofocus team (activetofocus.com) , Thanks.

    I am interested in finding out if the text document that the Flash template uses can be modified.  These Flash templates always use a conventional text file that you can alter using Wordpad or similar.  There are references to variables such as &Name1=YourCompanyName.  You are simply supposed to go in and change the value of the company name and save the text file.  When you open the associated HTML in a browser the changes are evident.  I am not sure how this actually works?  The key is that normal folks with no Flash experience are supposed to be able to make a website from a template without using Flash software.  I made a change to the above code as follows:
    &Name1=<font face="trajan pro" color="black" size="60">Body Das</font>
    I have experimentsed with this and it accepts the font color and the font size but I never am able to get the actual font to work.  It shows up blank when I preview the HTML in a browser.  Again, not sure if there is a different font or styles tag that I could be using with the text document?

  • Using Flash Builder with PhoneGap build...Possible?

    Hello,
    Is it possible to use Flash Builder along with PhoneGap build?
    Thanks

    Hello,
    Is it possible to use Flash Builder along with PhoneGap build?
    Thanks

  • HT4993 How do you view items that use flash player? Is it possible? Please & thank you

    How doyou view items that use flash player with an Iphone 4S. Is it possible?

    There is no Flash Player for iOS. Browsers on the App Store like Photon have flash capabilities.

  • Is it possible to use flash player on the iphone 4S?

    I tried to open a greeting card in my hotmail account and was told that the IOS doesn't allow the flashplayer pluging.  Is there any way to view FP media on the IPhone 4s?
    Thanks

    No Flash for iPads, iPhones, or iPods
    Here's why there's is no Flash available for iDevices or other mobile devices. Adobe was unable to provide a product that was suitable to the needs of battery powered mobile devices used for Internet browsing. Existing Flash technology used too much memory, ate battery life, and was buggy. Simply put Flash did not work well on mobile devices.
    Apple's Steve Jobs led the escape from Flash dependency when Apple introduced the iPhone, and later introduced the iPad. There was a hue and cry over the omission. Time proved Jobs was right on target.
    So this is why there is no Flash for your iPhone or iPad or iPod nor for most SmartPhones. Flash has been abandoned by many sites in favor of supported technologies such as HTML5 or by providing their own custom app.
    Here is Steve Jobs official comment on his momentous decision to omit Flash from iDevices: Steve Jobs on Flash.
    Here is Adobe's later announcement to cease development of Flash for mobile devices: Adobe on Mobile Flash.
    Now, you are not necessarily out on a limb. There are some apps that can display some Flash, but don't count on there ability to display anything using Flash.
    Apps that can display some Flash from the Web:
    Puffin
    SkyFire
    Photon Flash
    Browse2Go
    iSwifter
    Also, note that many sites that use Flash provide their own app for accessing their material. So check with your favorite sites and find out if "there's an app for that."

  • Modify Flash Video Bandwidth Template

    Good Day.
    I'm hoping someone might be able to give me an idea as to
    what I'm doing wrong...
    Using Flash MX Pro 2004 with the built-in template, Video
    > Bandwidth Select. I'm tring to pass a URL varible of a FLV
    movie name to the actionscript in the 3rd screen (select screen). I
    have tried EVERYTHING I can think of to dynamically pass a varible
    (in this case a movie name) to SWF. I have tried using flashvars
    and URL variables (but not text files as it adds more complexity).
    I just can't get it to work. When I manage to get something to show
    up, like in a simple text box, it always says 'undefined'.
    Can anyone tell what I'm doing wrong... or can you not do
    this with this template?
    Thank you, so kindly.
    Joseph Krogman.

    What I need is to be able to take flash 9, AS3 swfs, import
    them into a Director 11 project, and interact with the flash
    funcitons, call them, set properties, etc. Despite the
    documentation on the Adobe Director page saying this is possible, I
    have not been able to get it to work, and other posters on this
    board have stated that it is currently not possible. Any clarity or
    examples would help. I notice Director 11 has no entries concerning
    Director/flash programming yet on the Adobe Developer page, just
    tutorials for MX2004.

  • Firefox 16 freezes for 1 minute when accessing certain webpages, I think they're all using Flash

    I installed Firefox 16.0.1 yesterday. I was running 15 earlier in the day and it was fine. FF 16 however has suddenly started hanging for about a minute when I try to access certain websites. It unfreezes fine after that minute, no crashes or anything, but it's very irritating. From what I can tell it only seems to do it on pages that use Flash. I've got the latest version installed, and it's made no difference. I tried downgrading to FF 15 and it's still the same. Anyone know what's going on?
    Thanks,
    Mark

    Did you try to disable protected mode in the Flash player?
    You can check for problems caused by recent Flash updates and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in Flash 11.3 and later
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Flash_Player_11.3_Protected_Mode_-_Windows

  • Want to use Flash on company site - need numbers!

    Hi guys,
    I work as a graphic designer for a pretty major e-commerce
    site. We're working on a redesign of our homepage. Myself, I want
    to incorporate flash. Nothing major but possibly using it in a
    ticker across the top of the page and maybe one day doing flash
    based splash pages to other areas of the site.
    I like flash and have used it on other sites before. However,
    I'm running into a roadblock. My superiors are very hesitant to
    (finally) take the leap into flash design, as they believe not
    enough internet shoppers have flash installed on their machines.
    I sent an e-mail with links to the census page on adobe.com
    that states that flash is installed on 97% of internet enabled
    computers. They don't believe it. In fact, one of my superiors
    believes that number to be only 9%. I've tried to do some of my own
    research but I'm having a hard time building a case. I desperately
    need independent research that illustrates what I'm sure we all
    know already: not only is the flash plug-in installed on the
    overwhelming majority of internet enabled computers, but that users
    who are savvy enough to shop online are exactly the type that would
    have flash installed in the first place.
    This is a shot in the dark but I'm hoping that someone out
    there may have come across an article that may help my case.
    Thanks much; I'm desperate!

    post54,
    > I sent an e-mail with links to the census page on
    adobe.com
    > that states that flash is installed on 97% of internet
    enabled
    > computers. They don't believe it.
    The numbers on Adobe's stats page don't always refer to the
    *latest*
    version of Flash Player -- that's an important note -- but
    certainly, the
    numbers are good:
    http://www.adobe.com/products/player_census/flashplayer/version_penetration.html
    Here's the methodology used to derive those numbers:
    http://www.adobe.com/products/player_census/methodology/
    Are the naysayers on your end willing to cite a reference or
    two? ;)
    > In fact, one of my superiors believes that number to be
    only 9%.
    Ummm. Where is that number coming from? Has this person not
    visited
    Amazon.com? They use Flash content. That's a pretty major
    e-commerice
    site. His this person not heard of MySpace (et. al.), YouTube
    (et. al.),
    and the like, all of which support (and sport) Flash content?
    How about
    cnn.com? Check out any of the major TV outlets, abc.com,
    fox.com, cbs.com,
    etc. I'm preaching to the choir, though ... I realize that.
    > I've tried to do some of my own research but I'm having
    a hard
    > time building a case. I desperately need independent
    research that
    > illustrates what I'm sure we all know already:
    This might prove difficult, because it sounds (to me) like
    you're up
    against an emotional reaction more than anything else. If no
    one jumps in
    with the article(s) you're looking for, how about turning the
    argument on
    its ear? You mentioned that the Flash content you're after is
    "nothing
    major" -- more eye candy than anything else -- and if that's
    so, why not use
    something like Geoff Stearns' SWFObject to detect Flash
    Player and serve up
    an alternative if necessary?
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

Maybe you are looking for

  • Installing 32 bit oracle on 64 bit windows 7

    My oracle application works only with 32 bit oracle.Now I need to install the application on a 64 bit windows 7.I tried installing oracle 11g 32 bit database on this machine(64 bit windows 7).During the final stages,it gave an error that the listener

  • Itunes will not open, message says library was created with earlier version. what now?,

    itunes will not open, message says library was created with earlier version. what do i do?

  • Copy and Paste using Adobe Flex3

    I am trying to copy the images from Adobe Flex 3 application and paste it in the Microsoft Word or PowerPoint. I couldn't find any examples online. I am not sure whether I could do this using Adobe Flex3. I know this is possible with Adobe AIR. Could

  • ADF does not update FK to the child view (MasterDetail)

    Hi! Entities have in my system based on database views. These entities have ViewObjects. There is a relationship between the Entities and Associate of View Link between views. Despite this, after inserting a record, got an error warning that the bank

  • I want the tabs below the address bar

    Having tabs above the address bar is supposed to be more convenient, but all it means is I have to look up past the address bar to read the name of the tab. Is there a setting to move address back on top?