Announcement

Collapse
No announcement yet.

V8 embedded flash

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    V8 embedded flash

    im trialing v8, wanted to embed a flash file.

    http://trials.actinic.com/trials/tri.../DirtyPop.html

    the flash appears in the preview but doesnt seem to appear online.
    i have the files selected in the additional files and they seem to be uploaded.

    does anyone have any suggestions.

    #2
    Try this:
    http://community.actinic.com/showpos...8&postcount=23

    Comment


      #3
      does this work with the actinic trial hosting?

      Comment


        #4
        try it and see

        Comment


          #5
          JavaScript error on your page. Probably due to

          <script src="../Scripts/AC_RunActiveContent.js" type="text/javascript">

          It's much better to keep all such stuff (AC_RunActiveContent.js) in your Site folder and use

          <script src="AC_RunActiveContent.js" type="text/javascript">
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Thanks Norman

            That solved the problem

            Comment

            Working...
            X