Create a swf with onclick play and functions.

I have this .mov file that I have published for an
advertiser. (This was supplied to me) I have it set up with a
poster so the whole file does not have to load when the page loads.
It only loads for the people who want to see the ad.
Now, they want me to embed into flash, and post the swf file.
I can easily dump the file into flash, but how do I set it up to
not load until someone clicks on it? Also, I need to know who to
put controls into it...
I am a flash novice, so any and all advice is more than
welcome here!

So when I import the movie, Flash CS3 prompts me to select a
path to where the file will reside, and also where the poster will
reside. I do that and in a dozen attempts saw my poster one time.
No play option and therefore no video. This is, after uploading
everything...
Surely this is not that hard... well, this is my project like
it or not... if I figure it out, I will let everyone know. If the
answer is not posted here, feel free to let me in on the secret.
All my thanks in advance!
Kurt in Missouri

Similar Messages

  • I created a iMovie with photos, music and titles; shared it with the media browser and burned it on a DVD RDL. The disc will play on my MacBook Pro, but it will not play on my Samsung Blu-ray Disc Player or a smaller portable DVD player. Why?

    I created an iMovie with photos, music and titles; shared it with the media browser and burned it on a DV+RDL. The disc will play on my MacBook Pro, but it will not play on my Samsung Blu-ray Disc Player or a smaller portable DVD player. Why?

    Probably because they don't accept that media.
    Try using Verbatim DVD+DL (if your project exceeds 2 hours) or Verbatim DVD-R if it doesn't.

  • Can Flash CS5.5 create ios app with in game purchase function?

    Can I use flash CS5.5 to create ios app with in game purchase function and other ios specific functions? Is there any limitation compare to using ios native development environment? Same questions for Android OS.
    Thank you very much.

    First disable autoplay. It gave errors for me. Try to make the movie play with the play() command.
    to embed the movie in your air bundle, just go to publish settings for your flash project. Then in that screen go to the player settings.
    In the first GENERAL tab you'll see a the bottom that you can add files to your project
    Propably there is allready your .swf and an .xml file in there.
    Using the + icon you can add your video.
    Make sure that your video is in the same directory as your . FLA file and you can use it as is (by name)
    If for example your flashfile is in c:\mytest\mytest.fla and the video in c:\mytest\videos\myvideo.flv , then you will have to load your video as "videos/myvideo.flv" with a FORWARD slash, never use \
    Good luck

  • How to create a contract with one supplier and two dealers?

    Hi Gurus,
    I have a contract with a supplier (eg. Apple), but the products and services are supplied by two dealers.
    The supplier is the manufacturer and with whom the negotiation of prices is made.
    The dealers are those who make the delivery of the products and services and who the payment is done.
    How can I create a contract with these characteristics in SRM 7.0?
    I don't want to create two contracts with same products and services for two suppliers (Dealer_1 and Dealer_2).
    How can this be handled through business partner type "Vendor"?
    In "Partner" section in "Header" --> "Basic data", I can only add 1 vendor.
    The system is:
    Component software: SRM_SERVER
    Release: 700
    Level: 0008
    Support package: SAPKIBKV08
    Thanks in advance and best regards,
    Alonso Valenzuela

    Hi Wadim,
    I have a similar requirement to create order lines in an existing contract with reference using  BAPI_CUSTOMERCONTRACT_CHANGE.  The order lines get created in the contract. However, the condition types from the order line which i'm referencing are not getting referenced and are not getting added in the Contract's line after referencing.
    Did you come across any such issue ? If yes , could you suggest the solution ?
    Regards,
    Venkat.

  • HT204088 Dear sirs,  Could you please help me on my problem with my apple ID  I create new account with security questions, and when I try to purchase paid application,it ask me for answers the questions but it's not working,  My account have 50$ and stil

    Dear sirs,
    Could you please help me on my problem with my apple ID
    I create new account with security questions, and when I try to purchase paid application,it ask me for answers the questions but it's not working,
    My account have 50$ and still didn't buy anything

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (100546)

  • How to create a table with datatype blob and insert a pdf file (ravi)

    how to create a table with datatype blob and insert a pdf file,
    give me the explain asap
    1.create the table?
    2.insert the pdffiles into tables?
    3.how to view the files?
    Thanks & Regards
    ravikumar.k
    Edited by: 895044 on Dec 5, 2011 2:55 AM

    895044 wrote:
    how to create a table with datatype blob and insert a pdf file,
    give me the explain asapPerhaps you should read...
    {message:id=9360002}
    especially point 2.
    We're not just sitting here waiting to answer your question as quickly as possible for you.

  • Problem creating a table with a subquery and a dblink

    Hello!!
    I have a little problem. When I create a table with a subquery and a dblink, for example:
    CREATE TABLE EXAMPLE2 AS SELECT * FROM EXAMPLE1@DBLINK
    the table definition is changed. Fields with a type of CHAR or VARCHAR2 are created with a size three times bigger than the original table in the remote database. Field of type DATE and NUMBER are not changed. For example if the original table, in the database 1, has a field of type CHAR(1) it is create in the local database with a type of CHAR(3), and a VARCHAR2(5) field is created with VARCHAR2(15).
    Database 1 has a WE8DEC character set.
    Database 2 has a AL32UTF8 character set.
    Could it be related to the difference in character sets?
    What can I do to make Oracle use the same table definition when creating a table in this way?
    Thanks!!

    That is related to character sets, and probably necessary if you want all the data in the remote table to be able to fit in the new table.
    When you declare a column VARCHAR2(5), by default, you're allocating 5 bytes of storage. In a single-byte character set, which I believe WE8DEC is, that also happens to equate to 5 characters. In a multi-byte character set like AL32UTF8, though, 1 character may require up to 3 bytes of storage, so you'd need to allocate 15 bytes to store that data. That's what's going on here.
    You could still store all the data if you create the table locally by explicitly requesting 5 characters of storage by declaring the column VARCHAR2(5 CHAR). You could also set the NLS_LENGTH_SEMANTICS parameter to CHAR rather than BYTE before creating the table, but I believe that both of these will only apply when you're explicitly defining columns as part of your CREATE TABLE. I don't believe either will apply to CTAS statements.
    Justin

  • How to create a matrix with constant values and multiply it with the output of adc

    How to create a matrix with constant values and multiply it with the output of adc 

    nitinkajay wrote:
    How to create a matrix with constant values and multiply it with the output of adc 
    Place array constant on diagram, drag a double to it, r-click "add dimension". There, a constant 2D double array, a matrix.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • How to create 2D array with 3 rows and unlimit column?

    how to create 2D array with 3 rows and unlimit column?

    Here are images of what I described in my previous post
    Message Edited by JoeLabView on 11-14-2007 07:56 AM
    Attachments:
    2D-array_code.PNG ‏7 KB
    2D-array_values.PNG ‏13 KB

  • Motion how to create 3d effect with a background and one primary object

    motion how to create 3d effect with a background and one primary object

    … like that?
    http://youtu.be/yOht1GJpEm4

  • I bought my daughter an ipad mini and used my Apple ID to transfer over her favorites. Now I can't use netflix and hulu. So I want create her an id but it won't let saying too young. I tried to create another one with my age and it still says too young.

    I bought my daughter an ipad mini and used my Apple ID to transfer over her favorites. Now I can't use netflix and hulu. So I want create her an id but it won't let saying too young. I tried to create another one with my age and it still says too young.help!!!

    iTUNES STORE - TERMS AND CONDITIONS
    "This iTunes Service is only available for individuals aged 13 years or older, unless you are under 13 years old and your Apple ID was provided to you as a result of a request by an approved educational institution. If you are 13 or older but under the age of 18, you should review this Agreement with your parent or guardian to make sure that you and your parent or guardian understand it."
    Restart the iPad. Tap Settings > iTunes & App Store then sign in your Apple ID.

  • Has anyone been able to create a HtmlDataTable with dynamic col and rows?

    Has anyone been able to create a HtmlDataTable with dynamic col and rows?
    If so please explain. I am successfully able to dynamically add columns using the getChildren method of the htmldatatable object
    BUT for each new column created no data is displayed.
    I am only able to display data for columns originally created when i clicked and dragged the dataTable icon from the pallette in netbeans visual web kit.
    Any help on this is greatly appreciated. I have been searching the web and these forums for around 8 hours and no one seems to have a working example of this. Lots of similar posts asking how to do it though :(
    Thanks in advance.

    This might be useful: http://balusc.xs4all.nl/srv/dev-jep-dat.html

  • Hi I created a EPUB with indesign cc and I'm trying to submitted it to iTunes Producer

    Hi I created a EPUB with indesign cc and I'm trying to submitted it to iTunes Producer and only thing that happens is the little wheel keep spinning and spinning and spinning can you help? And is there a way to  decrease the size of my EPUB I'm getting a message saying that it is over 200 MB?

    You haven't said if you're on a mac or PC. I understand that on a PC you can directly open an EPUB. But, as I am on a Mac I need a utility. I use a little app called EPUB Unzip and then to zip it back up you'll need EPUB zip. Just search on Google for them. They are open source (free). Or you can use Sigil to get into the EPUB without unzipping. Sigil is good, but does change the file structure a little bit, and for that reason some people don't like it. For a reflowable EPUB it doesn't matter much. Though I don't think I'd open a fixed layout EPUB with it. Sigil is also open source—it's very easy to use, too.
    You'll also want an EPUB validation app. I use Pagina EPUBcheck 3.01 (open source). Or you can use the free online checker here: EPUB Validator (beta) though it's for SMALL files. I like Pagina because it suggests fixes for errors—even though those fixes may be completely greek to you and me.
    Finally, I really suggest you get a subscription to Lynda.com and watch everything Anne Marie Concepcion has ever done on EPUB. While not the be all and end all, her knowledge is a very good place to start. Lynda.com is $25 per month but you can quit anytime (though um, I haven't, because well it's kind of addicting). So, even if you only use it for a month, you'll learn a ton and it'll be well worth it.
    Lest I sound like some kind of freakin' expert, let me assure you this is a long and painful process, with little help out there for us "non-programmer" types who've been thrown in the lion's den. I am still learning everyday, by my own wits it sometimes seems.  Even today I am learning (most painfully yet) how to program a fixed layout read-abound book by trial and error, because even after BEGGING Adobe ON BENDED KNEES we don't have support for read-aloud and according to insiders hereabout they have NO PLANS to give us that. Yes. I am going to continue to whine about it, frequently.
    It's late, and I've already had a glass or two of wine. (Not that you'd notice. ) Good luck on your journey. (Only 8 more circles of hell to traverse, so I've heard.) 

  • Can i use DLL file created by Fortran with the call libary function node

    Can i use a DLL created by Fortran (Compaq Visual Fortran) with the call library function node in labview. If yes how do i create the DLL file if i have the Fortran code.
    Thanks

    Yes! Maybe these old post will help:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=88786
    http://forums.ni.com/ni/board/message?board.id=170&message.id=109150
    Good luck!
    Message Edited by altenbach on 03-21-2006 02:35 PM
    LabVIEW Champion . Do more with less code and in less time .

  • Loading SWF with audio playing in it...

    I was loading a SWF file, and noticed that even if I didn't
    add it to the display via addChild() that I can hear the audio
    playing in it. Why is this? And likewise, when I do addChild(), and
    see the SWF, then later use removeChild(), and no longer see it, I
    can still hear it playing.
    I can sort of understand that even though it's not displayed
    until using addChild() that one would HEAR it, because it is loaded
    - correct? But how would I actually get rid of/delete this when I
    no longer want to see/hear it ?

    Thanks to the both of you! I'd like to see the things you do
    to "close up shop" on the loaded SWF.
    I also found something about getting access to your loaded
    SWF here:
    TextAccessing
    document class of an externally loaded swf with AS3
    That blog describes adding a generic object in the complete
    listener:
    var loaderInfo:LoaderInfo = e.target as LoaderInfo;
    var myLoadedSWF:Object = loaderInfo.content;
    You can then target myLoadedSWF and access your SWF. Seems
    pretty different than AS1 & 2, but I suppose that's how it is
    (unless there are better ways).

Maybe you are looking for

  • Issue in Multi Provider

    Hi all, i need to create multiprovider combining cube and ods. i created MP and when i view the data in listcube, data is populated from cube . ods data didnt populated in MP. eventhough i mapped common chars from two infoproviders MP, data is not po

  • Having just made a interactive pdf with a interative table of contents which views perfectly in SWF

    I have created an interactive PDF (CS6), with an interactive table of contents and animation that all work perfectly in SWF preview panel. All settings are for PDF export only and yet in Acrobat, despite having all the other buttons and animation wor

  • Paralells help please

    Hello I am using paralells to run Windows XP on my Macbook Pro. I have the latest version and can't get my bluetooth to work in windows. How do I release it from the mac and use it in windows. I even tried and external usb dongle. Also I use my razr

  • Get Bold letters in Standard text?

    Hello I have created a Z_style in SMARTSTYLES transaction. IT has some bold, colored texts. Then, i am trying to create a Stnadard Text in SO10 by using the above just created Z_style. But, when i opened the SO10, gave the custoem name, and trying to

  • Tabel and row split

    I've got an rtf template with one table with one column/row and inside this table a second table with 4 rows. The outside table has the option to split the row at a new page unchecked. When generating a pdf this works as expected: De xml has several