WordPress 3.8 Flash or YouTube Object Code?

I've been starting my own blog using WP 3.8.
I'm not sure it natively supports flash so I've been using the YouTube code provided.
However, I'm wondering if there is some way to take my MP4 movie file created with Camtasia Studio and save it to flash.
Host this file on Amazon S3 and play it from there using Flash code vs YouTube?
Blog in question is What is Garcinia Cambogia
Most people I ask say using YouTube's provided code is the way to go but I think some of the Flash player stuff is much more visually appealing.
Really curious if WordPress 3.8 supports native flash inserts?
~~
Mitchell

You'll want to ask in the Dreamweaver forum. I've only installed and opened WP just to see how it works, I don't mess with it because I can't stand WYSIWYG editors anymore.

Similar Messages

  • Muse CC crashes with YouTube HTML code

    Since upgrading to Muse CC I'm having problems when I paste YouTube HTML code into a lightbox. I have previously done it in Muse 4 (or whatever version number the incarnation was before CC) and that is all fine and still works. he programme crashes when I pase or place the code into the lightbox window. It will even crash trying to load the thumbnail view.
    Cny anyone advise on this.
    Thanks
    Tom

    Hi Tom,
    Could you try the following different method? Just as an interim workaround, while I check on your issue.
    Open your youtube video.
    Click Share > Embed, and copy the embed code within the text area (<iframe......>)
    Within Muse, click Object > Insert HTML.
    Delete the "Insert your HTML here." line and paste the embed code.
    Click Ok.
    Preview your page to see if the video renders per your needs. Switch back to the Design mode if you wish to realign, modify or reposition the video.
    Regards,
    Suhas Yogin

  • Flash javascript and Activecontent code

    I've got an animated chatbot that uses a variety of swfs and
    phps and a big external JavaScript to work. It works fine with the
    old style embed and object code, with the same variety of swfs and
    phps and external JS.
    But when I try to use the
    <script src="AC_ActiveX.js"
    type="text/javascript"></script>
    <script src="AC_RunActiveContent.js"
    type="text/javascript"></script>
    and I code the main Flash piece like this:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0',
    'width','540','height','360','swliveconnect','true','src','whinbarnexp','quality','high',' pluginspage',
    http://www.macromedia.com/go/getflashplayer','movie1','whinbarnexp'
    </script>
    The above broken into lines to make more readable here.
    but when I run it it doesn't work right, and the error
    console advises:
    "movie1 has no properties."
    and points to the first line of the big function in the
    JavaScript "brain" of the chatbot:
    shesaid=movie1.GetVariable("coder")
    What am I doing wrong? It's got to be within this code since
    the same "brain" file works fine with old style object/embed
    coding.

    Sorry Dan,
    This has got nothing to do with the question I asked.
    I know about the Microsoft "patch" and have already allowed
    for it.
    @ndyB
    "-->dan mode" <[email protected]> wrote in
    message
    news:e3ag7h$oob$[email protected]..
    > Read this:
    >
    http://www.smithmediafusion.com/blog/?p=114
    >
    > Then, here is a simple way.
    > You need to do three things and I will give examples as
    follows.
    >
    > 1. all of the <object> tag must be taken out and
    put into a .js file and
    > placed within a function where you document.write the
    <object tag>
    > 2. you must include that .js file in the header of the
    html where the swf
    > resided
    > 3. call the js function from step 1
    >
    >
    > --Here is a sample of Step 1, save this file as
    commFile.js:
    >
    > function commM()
    > {
    > document.write('<object
    > classid="clsid
    27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    > width="410" height="345">\n');
    > document.write('<param name="movie"
    value="/mySWF.swf">\n');
    > document.write('<param name="quality"
    value="high">\n');
    > document.write('<embed src="/mySWF.swf"
    quality="high" +'"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="410"
    > height="345"></embed>\n');
    > document.write('</object>\n');
    > }
    >
    > --Here is a sample for Step 2, put this in the head of
    your html page:
    >
    > <script src="commFile.js"
    type="text/javascript"></script>
    >
    > --Here is a sample for Step 3, place this code on the
    spot of the page
    > where
    > you want your flash to show up:
    >
    > <script
    type="text/javascript">commM();</script>
    >
    >
    > That should be all you need.
    >
    > --
    >
    > Dan Mode
    > *Must Read*
    http://www.smithmediafusion.com/blog
    > *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    >
    >
    >

  • I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    Logged the call with SAP who directed me to 'Define settings for attachments' in IMG and setting the 'Deactivate Java Applet' & 'Deactivate Attachment versioning' checkboxes - problem solved.

  • How to insert a shoutbox and a counter in a flash file with html code?

    How to insert a shoutbox and a counter in a flash file with
    html code?
    Code shout box
    <!-- BEGIN MYSHOUTBOX.COM CODE -->
    <iframe src="
    http://489676.myshoutbox.com/"
    width="152" height="300" frameborder="0"
    allowTransparency="true"></iframe>
    <!-- END MYSHOUTBOX.COM CODE-->
    Code compteur
    <script type="text/javascript" src="
    http://www.123compteur.com/counterskinable01.php?votre_id=268303"></script><noscript><a
    href="
    http://www.123compteur.com"
    target="_blank">compteur</a></noscript>

    thx =D

  • Flash builder 4.5 code completion doesn't show public function

    Hi,
    I am migrating from flex3 to flash builder 4.5 and it shows a question mark at one of my lines.
    No errors, and the code works fine when i run it.. only there is no code completion in flash builder.
    My code:
    //i use a custom component like this:
    <generalmenu:menu x="59" y="58" id="mymenu"/>
    //this component loads its functions from a separate as(no class just simple as code) file (so i don't have all code in the file with visual components)
    <fx:Script source="menusource.as"/>
    //inside menusource.as there is a function that takes care of closing my app.
    public function closeprogram():void
         //closing window goes here
    my problem..
    when i type inside my function at application level:
    mymenu.closeprogram();
    i get a question mark in front of it: Call to a possibly undefined method closeprogram
    code completion doesn't recognize my public functions inside the mymenu component, it does see mymenu but when i hit .(dot) it doesn't give me a list of functions.
    How can i get code completion to work? Are there changes in the way you call as files in flash builder 4.5? Please some help.. code completion makes life much better.

    I found why the nasty behavior above was happening ::- D.
    I usually design my classes in Enterprise Architect. Since this is a rather large project, started from of about 30 classes, I did the entire architecture in EA, then, generated the code.
    But, EA has poor AS3 support. And as a consequence, it has a few issues, such as the way it generates CONSTRUCTORS:
    public function G3Widget (name: String, parent: IG3Parent = null): void
    Spot the mistake ::- D.

  • Crackling/substandard sound in flash videos (YouTube etc) regardless of video quality setting.

    Hi all,
    I hope you can help! Apologies if this is in the wrong forum, I'm struggling to find the best place to put this.
    1. a summary of your issue
    Crackling/substandard sound in flash videos (YouTube etc) regardless of video quality setting.
    2. the type of computer you use—Mac or PC?
    Desktop PC.
    Windows 7 Ultimate 64-bit, all updates installed.
    3. steps you've already taken to troubleshoot
    The problem occurs after installing Adobe Flash Player 15 Plugin to any browser (I mainly use FireFox). It's listed as Adobe Flash Player 15 ActiveX when I installed it for Internet Explorer.
    Before installing it, I can hear the videos fine but I am limited to a maximum of 720p quality on YouTube.
    I removed my sound and graphics drivers, after restart Windows 7 decides it will install them again but as the generic/universal ones. No change.
    I've heard that because I have the Windows Aero theme activated, I need to disable hardware acceleration - tried this in various ways:
    a) Generic PnP monitor Troubleshoot tab - Change Settings button is greyed out (whether or not I have the real/generic/universal graphics drivers installed). Can't find a way through nVidia control panel to do this either.
    b) Disabled hardware acceleration in FireFox - no change.
    c) Found on your forum here that I can go to a page which will check my Flash version, in theory I could right-click it, hit Settings and disable hardware acceleration there - no "Settings" option in right-click menu. Seems the page has changed.
    I can't seem to find a way to interface with Flash directly to disable hardware accelerattion - if this is indeed the solution.
    Regardless of Windows Aero theme, I've got it on basic theme now and still the same problem.
    I recently reformatted and re-installed my PC, it was working fine before I did this (maybe I had an old Flash release installed?).
    I'm at my wit's end... please help!

    Sorry, it's all sorted now. After re-installing the sound drivers, decided to tinker with the settings one by one. I had my Creative sound card in Game Mode, thus it was assuming 2.1 speakers aka headphones. Put it in Entertainment Mode and it recognised all the 5.1 speakers for flash videos. Doh!

  • How to check object code

    Dear Team,
    I want to check Object Code  of T_Code:OMJJ.
    In T_code:SE93.it not showing .
    How I check Perticulater Object Code for Transastion  OMJJ
    thanks
    kallis

    In SU24 it show
    @5B\QMaintained@     S_CTS_ADMI     Administration Functions in Change and Transport System     Check     NO
    @5B\QMaintained@     S_DATASET     Authorization for file access     Check     NO
    @5B\QMaintained@     S_DEVELOP     ABAP Workbench     Check     NO
    @5B\QMaintained@     S_DOKU_AUT     SE61 Documentation Maintenance Authorization     Check     NO
    @5B\QMaintained@     S_GUI     Authorization for GUI activities     Check     NO
    @5B\QMaintained@     S_PRO_AUTH     IMG: New authorizations for projects     Check     NO
    @5B\QMaintained@     S_PROJECT     Project Management: Project authorization     Check     NO
    @5B\QMaintained@     S_TABU_DIS     Table Maintenance (via standard tools such as SM30)     Check     NO
    @5B\QMaintained@     S_TABU_RFC     Client Comparison and Copy: Data Export with RFC     Check     NO
    @5B\QMaintained@     S_TCODE     Transaction Code Check at Transaction Start     Check     NO
    @5B\QMaintained@     S_TRANSLAT     Translation environment authorization object     Check     NO
    @5B\QMaintained@     S_TRANSPRT     Transport Organizer     Check     NO
    It show So many Object  and it standed object .and at last it show NO in Proposal Colom
    Thanks
    kallis

  • Can't load object code to CIN. Mashine specific.

    Suddenly all the VIs using CINs have lost their object
    code. They are broken and any attempt to load the code fails. I have "object code is not loaded" error.
    I've tried with simple test examples but LabVIEW simply refuses to load object code into VI. It isn't getting any bigger in size. This problem is specific only for one of my computers running LabVIEW. My CINs are used for computational purposes, they do not refer to any hardware. How to solve this problem ?

    One way for this to happen is for the VI to be saved on a different platform (Mac / Linux / Windows). If you open a VI on a different platform from the one it was compiled on, its object code is tossed. If that VI is saved in that state, the object code is removed from the file.
    Normal (non-CIN) VIs are recompiled as needed. But CINs need external object files for the platform they're being compiled on.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • I'm having problems with Flash Videos (Youtube and ESPN)

    I have been having this problem for the last couple of days now and it is really annoying. Whenever I watch a flash video like on youtube or espn my computer freezes up and the audio will make a loud buzzing sound. I have attached a video with the post so you can see what happens. I don't have problems with anything else except this. I also get this error no matter what browser I use. I have system restored my PC as far as I can go, and I've ran a ton of scans and driver update checks and nothing seems to work.

    merci a tous pour les nombreuses réponse. j'ai dû mal a les lire vue que je ne lit que le français. je vous remercié encore une fois amicalement. Blanchette 2.
    Date: Mon, 25 Jul 2011 19:50:19 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: I'm having problems with Flash Videos (Youtube and ESPN)
    What I meant is Hardware Acceleration off (disabled).
    >

  • Flash player only works in administrator account. In the user account safari can't play flash videos (youtube or others) while firefox can. OSX 10.5.8 safari 5.0.5 / latest flash player. I have tried almost everything! Any help?

    Flash player only works in administrator account. In other accounts safari can't play flash videos (youtube or others) while firefox can. OSX 10.5.8 safari 5.0.5 / latest flash player. I have tried almost everything. Reinstall safari and flash player, repair permissions.... Any help?

    Repair permissions.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the menu bar, quit Disk Utility and restart your Mac.
    If that didn't help, install the v10.5.8 combo update.
    Mac OS X 10.5.8 Combo Update

  • Youtube embed code in the lighbox widget crashes Muse

    Muse crashes every time I use the youtube embed code in the lighbox widget. I am looking for a simple pop up video solution.

    Use the YouTube widget from the Widget Library. It avoids this crash. (The next major update of Muse will enable you to once again use the embed code, if you prefer that over the widget.)
    https://creativecloud.adobeevents.com/ccnext

  • How could a cin lose object code?

    I am currently using the System Exec.vi. For some reason the object code is now gone. Was there ever a problem with cin losing their object code.

    Robert,
    In order for LabVIEW to be capable of calling compiled functions of C from a running VI, the code must be loaded and unloaded into memory at the same time as the VI code itself. LabVIEW uses object code in the form of a .lsb file which is generated by the C compiler from the C source code using the ntlvsbm.mak file. This ntlvsbm.mak file is included in the CINtools directory in the LabVIEW folder. Do you have this file in this folder?
    I've attached this file from my LabVIEW 7 folder.
    Attachments:
    ntlvsb.mak ‏2 KB

  • Wordpress RSS in Flash?

    Hello,
    I'm looking for a tutorial to put entire wordpress posts into Flash.
    What I mean is that, in my Flash application, I want to have my last blog post and want it all, not only the short version. I planned using XML/RSS to do it, and done it for Twitter pretty easily, but with WordPress, I can't quite make it.
    Anybody can give a hand?

    if you can parse through an rss feed why do you care if its twitter or wordpress same deal
    so if you look at the source of:
    http://wordpress.org/news/feed/
    its just basic xml same as you would deal with an rss feed from twitter.
    did you hit a spesific problem?
    let me know if you have something more spesific me or one of the guys will probably jump in
    Ben Fhala@

  • Object Code for distribution Rules

    Hi all,
       what is the object code for the distribution rules (in Cost Accounting menu).
    Urgent...
    Thanks
    Sandeep

    Hi Deshpande,
    If you use the DI API help file and search for the OOCR table you find out that profit centers are not exposed yet in the DI API.
    That means that no object is available for distribution rules.
    Regards Chris

Maybe you are looking for

  • Missing listener-threads attribute in orion-ejb-jar.xml !!

    Hi All, I was trying to do some performance tuning as given in BPEL admin guide. For one of the BPEL property namely 'dspMaxThreads', guide says "Sum of dspMaxThreads of ALL domains should be <= the number of mdb listener threads on the workerbean".

  • WLS 7.0 SP2 Cluster deployment problems

    I am having problems deploying our application to a weblogic cluster. Environment is windows 2000/XP and weblogic 7.0 SP2. Here's a simplified version of the cluster. I have 2 managed servers that are part of the cluster.I have defined the managed se

  • Substitute var in smb

    The new problem is the %a smb variable is not substitute at runtime for the profile path... I use profile path like this : \\homeserver\share\userhome\NtProfiles\%a I have a directory '%a' and not Win2K or something like an idea...? @+ Edo...

  • Scan a drawing or plan which then transfers it to pages?

    anybody know of a program that lets you scan a drawing or plan which then transfers it to pages? Many thanks Simon

  • Is it possible to show R3/CRM order errors in e-Commerce JSP's?

    Hi all, can e-Commerce Java application show backend order errors in JPS's when simulating or creating a new order from the shop? If it is possible, how can it be done? Thanks.