Forums / Setup & design / (Flash)Movie not loaded

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

(Flash)Movie not loaded

Author Message

Felix Laate

Tuesday 28 October 2003 11:29:16 am

Hi all!

I've made a class for flash and this simple template:

{* Flash template *}

{default content_version=$node.contentobject_version_object}

{attribute_view_gui attribute=$content_version.data_map.title}
{attribute_view_gui attribute=$content_version.data_map.description}

{attribute_view_gui attribute=$content_version.data_map.flash}

{/default}

But the movie doesn't load..

Does anyone know how to handle movies in ez3.x

Felix

Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com

Maggie Martin

Sunday 14 December 2003 11:22:47 pm

I, too would like to know this.

I have created a content class "flash", created an instance of that object

created the class id override template, added the relevant information to the settings/site access/ mysite/ override.ini.php file

added this code on the template that I want that file to appear:

{* flash anim *}
{let flash=fetch(content,node,hash(node_id,101))}
{node_view_gui view=full content_node=$flash}
{/let}

RESULTS:
The flash file does not load and the browser givers this error message:

The page ?my site/ my page? has content of MIME type ??. You do not have a plug-in installed for this MIME type, but one should be available on this page:

____________

but the page referred to is blank

obviously the browser is NOT getting the info it needs

To test my set up I coded the template the "old fashioned" way
as descibed here: http://www.ez.no/developer/ez_publish_3/documentation/incoming/developing_projects/flash/how_to_display_a_flash_movie_in_pagelayouttpl

and all works fine so the file works, apache is configured correctly ...

but I want to be able to have flash files handled dynamically -- as content objects.

what to do??
do I need to change ezmedia.php or ezmediatype.php or ezmedia.tpl or??

Thanks for any help!

James Packham

Monday 15 December 2003 5:34:12 am

Sorry - ignore

Regards,

James